GetLoadBalancersBalancerZoneMapping

data class GetLoadBalancersBalancerZoneMapping(val allocationId: String, val eniId: String, val ipv6Address: String, val privateIpv4Address: String, val publicIpv4Address: String, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(allocationId: String, eniId: String, ipv6Address: String, privateIpv4Address: String, publicIpv4Address: String, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the elastic IP address (EIP).

Link copied to clipboard

The ID of the elastic network interface (ENI) attached to the NLB instance.

Link copied to clipboard

The IPv6 address of the NLB instance.

Link copied to clipboard

The private IPv4 address used by the NLB instance.

Link copied to clipboard

The public IPv4 address used by the NLB instance.

Link copied to clipboard

The ID of the vSwitch. By default, you can specify one vSwitch (subnet) in each zone of the NLB instance.

Link copied to clipboard

The name of the zone.