LoadBalancerZoneMapping

data class LoadBalancerZoneMapping(val loadBalancerAddresses: List<LoadBalancerZoneMappingLoadBalancerAddress>? = null, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(loadBalancerAddresses: List<LoadBalancerZoneMappingLoadBalancerAddress>? = null, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The information about the IP addresses used by the GWLB instance.

Link copied to clipboard

The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.

Link copied to clipboard

The zone ID. You can call the DescribeZones operation to query the most recent zone list.