VirtualNetworkGatewayConnectionCustomBgpAddresses

data class VirtualNetworkGatewayConnectionCustomBgpAddresses(val primary: String, val secondary: String? = null)

Constructors

constructor(primary: String, secondary: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

single IP address that is part of the azure.network.VirtualNetworkGateway ip_configuration (first one)

Link copied to clipboard
val secondary: String? = null

single IP address that is part of the azure.network.VirtualNetworkGateway ip_configuration (second one)