ExternalVpnGatewayInterfaceArgs

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

Constructors

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

Properties

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

The numeric ID for this interface. Allowed values are based on the redundancy type of this external VPN gateway

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.

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

IPv6 address of the interface in the external VPN gateway. This IPv6 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. Must specify an IPv6 address (not IPV4-mapped) using any format described in RFC 4291 (e.g. 2001:db8:0:0:2d9:51:0:0). The output format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).

Functions

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