LoadBalancerZoneMapping

data class LoadBalancerZoneMapping(val address: String? = null, val allocationId: String? = null, val eipType: String? = null, val intranetAddress: String? = null, val ipv6Address: String? = null, val loadBalancerAddresses: List<LoadBalancerZoneMappingLoadBalancerAddress>? = null, val vswitchId: String, val zoneId: String)

Constructors

Link copied to clipboard
constructor(address: String? = null, allocationId: String? = null, eipType: String? = null, intranetAddress: String? = null, ipv6Address: String? = null, loadBalancerAddresses: List<LoadBalancerZoneMappingLoadBalancerAddress>? = null, vswitchId: String, zoneId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

An IP address of the IPv4 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 intranetAddress: String? = null

IPv4 private network address.

Link copied to clipboard
val ipv6Address: String? = null

An IP address of the IPv6 type.

Link copied to clipboard
Link copied to clipboard

The ID of the vSwitch that corresponds to the zone. Each zone can use only one vSwitch and subnet.

Link copied to clipboard

The ID of the zone to which the SLB instance belongs.