ExternalVpnGatewayInterface

data class ExternalVpnGatewayInterface(val id: Int? = null, val ipAddress: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: 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: 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.