Files
cloudpods/pkg/cloudprovider/dbinstance.go
2019-07-25 13:50:51 +08:00

12 lines
144 B
Go

package cloudprovider
type SDBInstanceNetwork struct {
IP string
NetworkId string
}
type SExtraIp struct {
IP string
URL string
}