mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
12 lines
216 B
Go
12 lines
216 B
Go
package cloudprovider
|
|
|
|
type SLoadbalancerAccessControlListEntry struct {
|
|
CIDR string
|
|
Comment string
|
|
}
|
|
|
|
type SLoadbalancerAccessControlList struct {
|
|
Name string
|
|
Entrys []SLoadbalancerAccessControlListEntry
|
|
}
|