LoadBalancerZoneMapping

data class LoadBalancerZoneMapping(val allocationId: String? = null, val eniId: String? = null, val ipv6Address: String? = null, val privateIpv4Address: String? = null, val publicIpv4Address: String? = null, val status: String? = null, val vswitchId: String, val zoneId: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationId: String? = null

The ID of the elastic IP address.

Link copied to clipboard
val eniId: String? = null

The ID of ENI.

Link copied to clipboard
val ipv6Address: String? = null

The IPv6 address of a network-based server load balancer instance.

Link copied to clipboard

The private IPv4 address of a network-based server load balancer instance.

Link copied to clipboard

Public IPv4 address of a network-based server load balancer instance.

Link copied to clipboard
val status: String? = null

Zone Status.

Link copied to clipboard

The switch corresponding to the zone. Each zone uses one switch and one subnet by default.

Link copied to clipboard

The name of the zone. You can call the DescribeZones operation to obtain the name of the zone.