VirtualNetworkGatewayConnectionCustomBgpAddressesArgs

data class VirtualNetworkGatewayConnectionCustomBgpAddressesArgs(val primary: Output<String>, val secondary: Output<String>? = null) : ConvertibleToJava<VirtualNetworkGatewayConnectionCustomBgpAddressesArgs>

Constructors

constructor(primary: Output<String>, secondary: Output<String>? = null)

Properties

Link copied to clipboard
val primary: Output<String>

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

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

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

Functions

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