VpnGatewayConnectionVpnLinkCustomBgpAddressArgs

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

Constructors

fun VpnGatewayConnectionVpnLinkCustomBgpAddressArgs(ipAddress: Output<String>, ipConfigurationId: Output<String>)

Functions

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

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.