Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) CollectResource ¶
func (*Client) LoadBalancers ¶
type LoadBalancer ¶
type LoadBalancer struct {
ID uint `gorm:"primarykey"`
AccountID string
Region string
AvailabilityZones []*LoadBalancerAvailabilityZone `gorm:"constraint:OnDelete:CASCADE;"`
CanonicalHostedZoneId *string
CreatedTime *time.Time
CustomerOwnedIpv4Pool *string
DNSName *string
IpAddressType *string
LoadBalancerArn *string
LoadBalancerName *string
Scheme *string
SecurityGroups *string
State *elbv2.LoadBalancerState `gorm:"embedded;embeddedPrefix:state_"`
Type *string
VpcId *string
}
type LoadBalancerAddress ¶
Click to show internal directories.
Click to hide internal directories.