mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-21 08:33:54 +08:00
12 lines
144 B
Go
12 lines
144 B
Go
package cloudprovider
|
|
|
|
type SDBInstanceNetwork struct {
|
|
IP string
|
|
NetworkId string
|
|
}
|
|
|
|
type SExtraIp struct {
|
|
IP string
|
|
URL string
|
|
}
|