LBFrontendIPConfigurationResourceSettingsResponse

data class LBFrontendIPConfigurationResourceSettingsResponse(val name: String? = null, val privateIpAddress: String? = null, val privateIpAllocationMethod: String? = null, val subnet: SubnetReferenceResponse? = null, val zones: String? = null)

Defines load balancer frontend IP configuration properties.

Constructors

constructor(name: String? = null, privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnet: SubnetReferenceResponse? = null, zones: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

Gets or sets the frontend IP configuration name.

Link copied to clipboard

Gets or sets the IP address of the Load Balancer.This is only specified if a specific private IP address shall be allocated from the subnet specified in subnetRef.

Link copied to clipboard

Gets or sets PrivateIP allocation method (Static/Dynamic).

Link copied to clipboard

Defines reference to subnet.

Link copied to clipboard
val zones: String? = null

Gets or sets the csv list of zones.