mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
17 lines
364 B
Go
17 lines
364 B
Go
package cloudprovider
|
|
|
|
import "yunion.io/x/onecloud/pkg/util/billing"
|
|
|
|
type SLoadbalancer struct {
|
|
Name string
|
|
ZoneID string
|
|
VpcID string
|
|
NetworkID string
|
|
Address string
|
|
AddressType string
|
|
LoadbalancerSpec string
|
|
ChargeType string
|
|
Bandwidth int
|
|
billingCycle *billing.SBillingCycle
|
|
}
|