VpnGatewayVpnGatewayInterfaceArgs

data class VpnGatewayVpnGatewayInterfaceArgs(val interconnectAttachment: Output<String>? = null) : ConvertibleToJava<VpnGatewayVpnGatewayInterfaceArgs>

A VPN gateway interface.

Constructors

Link copied to clipboard
fun VpnGatewayVpnGatewayInterfaceArgs(interconnectAttachment: Output<String>? = null)

Functions

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

Properties

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

URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.