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."],[[["The latest version available for the `ExternalVpnGatewayInterface` class is 3.6.0, with multiple previous versions also documented, ranging down to version 1.0.0."],["This class represents the interface for an external VPN gateway within the Compute Engine v1 API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExternalVpnGatewayInterface` class includes properties to manage the interface, such as `Id` for the numeric ID and `IpAddress` for the IPv4 address of the external VPN gateway interface."],["The documentation provides both reference information and code samples for working with the `ExternalVpnGatewayInterface` class within the Google Cloud Compute Engine v1 API, with links to older versions."],["The `ExternalVpnGatewayInterface` class has two constructors: one is a parameterless constructor and the other one takes another `ExternalVpnGatewayInterface` as a parameter."]]],[]]