GetLBFrontendIpConfiguration

data class GetLBFrontendIpConfiguration(val id: String, val name: String, val privateIpAddress: String, val privateIpAddressAllocation: String, val privateIpAddressVersion: String, val publicIpAddressId: String, val subnetId: String, val zones: List<String>)

Constructors

Link copied to clipboard
constructor(id: String, name: String, privateIpAddress: String, privateIpAddressAllocation: String, privateIpAddressVersion: String, publicIpAddressId: String, subnetId: String, zones: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the Frontend IP Configuration.

Link copied to clipboard

Specifies the name of the Load Balancer.

Link copied to clipboard

Private IP Address to assign to the Load Balancer.

Link copied to clipboard

The allocation method for the Private IP Address used by this Load Balancer.

Link copied to clipboard

The Private IP Address Version, either IPv4 or IPv6.

Link copied to clipboard

The ID of a Public IP Address which is associated with this Load Balancer.

Link copied to clipboard

The ID of the Subnet which is associated with the IP Configuration.

Link copied to clipboard

A list of Availability Zones which the Load Balancer's IP Addresses should be created in.