Network Interface Ip Configuration Args
data class NetworkInterfaceIpConfigurationArgs(val gatewayLoadBalancerFrontendIpConfigurationId: Output<String>? = null, val name: Output<String>, val primary: Output<Boolean>? = null, val privateIpAddress: Output<String>? = null, val privateIpAddressAllocation: Output<String>, val privateIpAddressVersion: Output<String>? = null, val publicIpAddressId: Output<String>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<NetworkInterfaceIpConfigurationArgs>
Constructors
Link copied to clipboard
constructor(gatewayLoadBalancerFrontendIpConfigurationId: Output<String>? = null, name: Output<String>, primary: Output<Boolean>? = null, privateIpAddress: Output<String>? = null, privateIpAddressAllocation: Output<String>, privateIpAddressVersion: Output<String>? = null, publicIpAddressId: Output<String>? = null, subnetId: Output<String>? = null)
Properties
Link copied to clipboard
The Frontend IP Configuration ID of a Gateway SKU Load Balancer.
Link copied to clipboard
The first private IP address of the network interface.
Link copied to clipboard
The allocation method used for the Private IP Address. Possible values are Dynamic
and Static
.
Link copied to clipboard
The IP Version to use. Possible values are IPv4
or IPv6
. Defaults to IPv4
.
Link copied to clipboard
Reference to a Public IP Address to associate with this NIC