VirtualNetworkGatewayBgpSettingsPeeringAddress

data class VirtualNetworkGatewayBgpSettingsPeeringAddress(val apipaAddresses: List<String>? = null, val defaultAddresses: List<String>? = null, val ipConfigurationName: String? = null, val tunnelIpAddresses: List<String>? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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

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.