GetLoadBalancersBalancerZoneMapping

data class GetLoadBalancersBalancerZoneMapping(val loadBalancerAddresses: List<GetLoadBalancersBalancerZoneMappingLoadBalancerAddress>, val status: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(loadBalancerAddresses: List<GetLoadBalancersBalancerZoneMappingLoadBalancerAddress>, status: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(Available since v1.250.0) The address of the ALB instance.

Link copied to clipboard

The load balancer status. Valid values: Active, Configuring, CreateFailed, Inactive and Provisioning.

Link copied to clipboard

The ID of the vSwitch that corresponds to the zone.

Link copied to clipboard

The zone ID of the resource.