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 `ExternalVpnGatewayInterface` class in the Google.Cloud.Compute.V1 namespace defines an interface for external VPN gateways, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API available is 3.6.0, with versions ranging back to 1.0.0 available for the `ExternalVpnGatewayInterface`."],["The class includes properties `Id` (a numeric identifier) and `IpAddress` (an IPv4 address), both with corresponding `HasId` and `HasIpAddress` properties to check if they are set."],["The `ExternalVpnGatewayInterface` class can be constructed either with default values or by copying an existing `ExternalVpnGatewayInterface` object."],["The `Id` property supports specific numeric ranges based on the redundancy type of the external VPN gateway, such as 0 for `SINGLE_IP_INTERNALLY_REDUNDANT`, 0 and 1 for `TWO_IPS_REDUNDANCY`, and 0, 1, 2, and 3 for `FOUR_IPS_REDUNDANCY`."]]],[]]