mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
16 lines
271 B
Go
16 lines
271 B
Go
package cloudprovider
|
|
|
|
type SLoadbalancerBackend struct {
|
|
Index int
|
|
Weight int
|
|
Port int
|
|
ID string
|
|
Name string
|
|
ExternalID string
|
|
BackendType string
|
|
BackendRole string
|
|
Address string
|
|
ZoneId string
|
|
HostName string
|
|
}
|