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
fun LBFrontendIPConfigurationResourceSettingsResponse(name: String? = null, privateIpAddress: String? = null, privateIpAllocationMethod: String? = null, subnet: SubnetReferenceResponse? = null, zones: String? = null)