mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-21 09:58:10 +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
|
|
}
|