LoadBalancerZoneMappingLoadBalancerAddress

data class LoadBalancerZoneMappingLoadBalancerAddress(val address: String? = null, val allocationId: String? = null, val eipType: String? = null, val ipv6Address: String? = null)

Constructors

fun LoadBalancerZoneMappingLoadBalancerAddress(address: String? = null, allocationId: String? = null, eipType: String? = null, ipv6Address: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

IP Address. The Public IP Address, and Private IP Address from the Address Type.

Link copied to clipboard
val allocationId: String? = null

The ID of the EIP instance.

Link copied to clipboard
val eipType: String? = null

The type of the EIP instance.

Link copied to clipboard
val ipv6Address: String? = null

Ipv6 address.