public sealed class ExternalVpnGatewayInterface : IMessage<ExternalVpnGatewayInterface>, IEquatable<ExternalVpnGatewayInterface>, IDeepCloneable<ExternalVpnGatewayInterface>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class ExternalVpnGatewayInterface.
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
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `ExternalVpnGatewayInterface` class within the Google Cloud Compute Engine v1 API, specifically for version 2.7.0, with links to other versions."],["The `ExternalVpnGatewayInterface` class is used to define the interface for an external VPN gateway, and is implemented using the `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["Key properties of the `ExternalVpnGatewayInterface` include `HasId`, `HasIpAddress`, `Id`, and `IpAddress`, which relate to the identification and network configuration of the interface."],["This class provides constructors for creating new `ExternalVpnGatewayInterface` objects, including a default constructor and one that accepts an existing `ExternalVpnGatewayInterface` object as a parameter for making a copy."],["The latest version of this class is version 3.6.0, with all versions ranging from 1.0.0 to 3.6.0 being available, allowing users to navigate different versions."]]],[]]