LBFrontend IPConfiguration Resource Settings Response
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
Link copied to clipboard
constructor(name: String? = null, privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnet: SubnetReferenceResponse? = null, zones: String? = null)
Properties
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.