Virtual Network Gateway Bgp Settings Peering Address Args
data class VirtualNetworkGatewayBgpSettingsPeeringAddressArgs(val apipaAddresses: Output<List<String>>? = null, val defaultAddresses: Output<List<String>>? = null, val ipConfigurationName: Output<String>? = null, val tunnelIpAddresses: Output<List<String>>? = null) : ConvertibleToJava<VirtualNetworkGatewayBgpSettingsPeeringAddressArgs>
Constructors
Properties
Link copied to clipboard
A list of Azure custom APIPA addresses assigned to the BGP peer of the Virtual Network Gateway.
Link copied to clipboard
A list of peering address assigned to the BGP peer of the Virtual Network Gateway.
Link copied to clipboard
The name of the IP configuration of this Virtual Network Gateway. In case there are multiple ip_configuration
blocks defined, this property is required to specify.
Link copied to clipboard
A list of tunnel IP addresses assigned to the BGP peer of the Virtual Network Gateway.