public sealed class ExternalVpnGatewayInterface : IMessage<ExternalVpnGatewayInterface>, IEquatable<ExternalVpnGatewayInterface>, IDeepCloneable<ExternalVpnGatewayInterface>, IBufferMessage, IMessage
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 webpage details the `ExternalVpnGatewayInterface` class within the `Google.Cloud.Compute.V1` namespace, presenting a comprehensive list of versions ranging from 1.0.0 to the latest, 3.6.0."],["The `ExternalVpnGatewayInterface` class is the interface used for managing external VPN gateways, inheriting from `Object` and implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default `ExternalVpnGatewayInterface()` and another that takes an `ExternalVpnGatewayInterface` object as a parameter, allowing for object duplication."],["The class has properties such as `HasId`, `HasIpAddress`, `Id` and `IpAddress` that allow you to check if the field is set, the numeric id of the interface, and the IP Address associated with the external VPN gateway, respectively."],["The numeric ID (`Id`) property of the interface is dependent on the redundancy type of the external VPN gateway, with allowed values ranging from 0 to 3."]]],[]]