LoadBalancerZoneMappingArgs

data class LoadBalancerZoneMappingArgs(val allocationId: Output<String>? = null, val eniId: Output<String>? = null, val ipv6Address: Output<String>? = null, val privateIpv4Address: Output<String>? = null, val publicIpv4Address: Output<String>? = null, val status: Output<String>? = null, val vswitchId: Output<String>, val zoneId: Output<String>) : ConvertibleToJava<LoadBalancerZoneMappingArgs>

Constructors

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

Properties

Link copied to clipboard
val allocationId: Output<String>? = null

The ID of the elastic IP address.

Link copied to clipboard
val eniId: Output<String>? = null

The ID of ENI.

Link copied to clipboard
val ipv6Address: Output<String>? = null

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

Link copied to clipboard
val privateIpv4Address: Output<String>? = null

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

Link copied to clipboard
val publicIpv4Address: Output<String>? = null

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

Link copied to clipboard
val status: Output<String>? = null

Zone Status.

Link copied to clipboard
val vswitchId: Output<String>

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

Link copied to clipboard
val zoneId: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): LoadBalancerZoneMappingArgs