Get Backend Address Pool Result
data class GetBackendAddressPoolResult(val backendAddresses: List<GetBackendAddressPoolBackendAddress>, val backendIpConfigurations: List<GetBackendAddressPoolBackendIpConfiguration>, val id: String, val inboundNatRules: List<String>, val loadBalancingRules: List<String>, val loadbalancerId: String, val name: String, val outboundRules: List<String>)
A collection of values returned by getBackendAddressPool.
Properties
Link copied to clipboard
A list of backend_address
block as defined below.
Link copied to clipboard
A list of references to IP addresses defined in network interfaces.
Link copied to clipboard
A list of the Load Balancing Inbound NAT Rules associated with this Backend Address Pool.
Link copied to clipboard
Link copied to clipboard
A list of the Load Balancing Rules associated with this Backend Address Pool.
Link copied to clipboard
A list of the Load Balancing Outbound Rules associated with this Backend Address Pool.