Virtual Network Gateway Ip Configuration Args
data class VirtualNetworkGatewayIpConfigurationArgs(val name: Output<String>? = null, val privateIpAddressAllocation: Output<String>? = null, val publicIpAddressId: Output<String>, val subnetId: Output<String>) : ConvertibleToJava<VirtualNetworkGatewayIpConfigurationArgs>
Properties
Link copied to clipboard
Defines how the private IP address of the gateways virtual interface is assigned. The only valid value is Dynamic
for Virtual Network Gateway (Static
is not supported by the service yet). Defaults to Dynamic
.
Link copied to clipboard
The ID of the public IP address to associate with the Virtual Network Gateway.
Link copied to clipboard