Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ElasticLoadBalancer ¶
type ElasticLoadBalancer struct { Metadata defsecTypes.Metadata NetworkInterfaces []NetworkInterface Listeners []ElasticLoadBalancerListener }
type ElasticLoadBalancerListener ¶
type ElasticLoadBalancerListener struct { Metadata defsecTypes.Metadata Protocol defsecTypes.StringValue }
type LoadBalancer ¶
type LoadBalancer struct { Metadata defsecTypes.Metadata Listeners []LoadBalancerListener }
type LoadBalancerListener ¶
type LoadBalancerListener struct { Metadata defsecTypes.Metadata Protocol defsecTypes.StringValue TLSPolicy defsecTypes.StringValue }
type Network ¶
type Network struct { ElasticLoadBalancers []ElasticLoadBalancer LoadBalancers []LoadBalancer Routers []Router VpnGateways []VpnGateway }
type NetworkInterface ¶
type NetworkInterface struct { Metadata defsecTypes.Metadata NetworkID defsecTypes.StringValue IsVipNetwork defsecTypes.BoolValue }
type Router ¶
type Router struct { Metadata defsecTypes.Metadata SecurityGroup defsecTypes.StringValue NetworkInterfaces []NetworkInterface }
type VpnGateway ¶
type VpnGateway struct { Metadata defsecTypes.Metadata SecurityGroup defsecTypes.StringValue }
Click to show internal directories.
Click to hide internal directories.