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
constructor(name: Output<String>? = null, privateIpAddress: Output<String>? = null, privateIpAllocationMethod: Output<String>? = null, subnet: Output<SubnetReferenceArgs>? = null, zones: Output<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.