ExternalVpnGatewayInterfaceArgs

data class ExternalVpnGatewayInterfaceArgs(val id: Output<Int>? = null, val ipAddress: Output<String>? = null) : ConvertibleToJava<ExternalVpnGatewayInterfaceArgs>

The interface for the external VPN gateway.

Constructors

Link copied to clipboard
fun ExternalVpnGatewayInterfaceArgs(id: Output<Int>? = null, ipAddress: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val id: Output<Int>? = null

The numeric ID of this interface. The allowed input values for this id for different redundancy types of external VPN gateway: - SINGLE_IP_INTERNALLY_REDUNDANT - 0 - TWO_IPS_REDUNDANCY - 0, 1 - FOUR_IPS_REDUNDANCY - 0, 1, 2, 3

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

IP address of the interface in the external VPN gateway. Only IPv4 is supported. This IP address can be either from your on-premise gateway or another Cloud provider's VPN gateway, it cannot be an IP address from Google Compute Engine.