LBFrontend IPConfiguration Resource Settings Args
data class LBFrontendIPConfigurationResourceSettingsArgs(val name: Output<String>? = null, val privateIpAddress: Output<String>? = null, val privateIpAllocationMethod: Output<String>? = null, val subnet: Output<SubnetReferenceArgs>? = null, val zones: Output<String>? = null) : ConvertibleToJava<LBFrontendIPConfigurationResourceSettingsArgs>
Defines load balancer frontend IP configuration properties.
Constructors
Link copied to clipboard
fun LBFrontendIPConfigurationResourceSettingsArgs(name: Output<String>? = null, privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<String>? = null, subnet: Output<SubnetReferenceArgs>? = null, zones: Output<String>? = null)