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 available versions, with version 3.6.0 being the latest."],["The `ExternalVpnGatewayInterface` class is the interface for the external VPN gateway and it inherits from `Object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, `ExternalVpnGatewayInterface()` and `ExternalVpnGatewayInterface(ExternalVpnGatewayInterface other)`, allowing for the creation of new instances and copying existing ones."],["The class provides two boolean properties `HasId` and `HasIpAddress` to verify if their respective fields have been set and two properties `Id` and `IpAddress` which set and get the numeric ID and IP address for the interface."],["The `Id` property in `ExternalVpnGatewayInterface` can accept different values depending on the redundancy type of the external VPN gateway, with specific allowed values for SINGLE_IP, TWO_IPS, and FOUR_IPS configurations."]]],[]]