VpnGatewayConnectionVpnLinkCustomBgpAddressArgs

data class VpnGatewayConnectionVpnLinkCustomBgpAddressArgs(val ipAddress: Output<String>, val ipConfigurationId: Output<String>) : ConvertibleToJava<VpnGatewayConnectionVpnLinkCustomBgpAddressArgs>

Constructors

constructor(ipAddress: Output<String>, ipConfigurationId: Output<String>)

Properties

Link copied to clipboard
val ipAddress: Output<String>

The custom bgp ip address which belongs to the IP Configuration.

Link copied to clipboard

The ID of the IP Configuration which belongs to the VPN Gateway.

Functions

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