VirtualNetworkGatewayBgpSettingsPeeringAddressArgs

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

constructor(apipaAddresses: Output<List<String>>? = null, defaultAddresses: Output<List<String>>? = null, ipConfigurationName: Output<String>? = null, tunnelIpAddresses: Output<List<String>>? = null)

Properties

Link copied to clipboard
val apipaAddresses: Output<List<String>>? = null

A list of Azure custom APIPA addresses assigned to the BGP peer of the Virtual Network Gateway.

Link copied to clipboard
val defaultAddresses: Output<List<String>>? = null

A list of peering address assigned to the BGP peer of the Virtual Network Gateway.

Link copied to clipboard
val ipConfigurationName: Output<String>? = null

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
val tunnelIpAddresses: Output<List<String>>? = null

A list of tunnel IP addresses assigned to the BGP peer of the Virtual Network Gateway.

Functions

Link copied to clipboard
open override fun toJava(): VirtualNetworkGatewayBgpSettingsPeeringAddressArgs