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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eExternalVpnGatewayInterface\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace, presenting a comprehensive list of versions ranging from 1.0.0 to the latest, 3.6.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExternalVpnGatewayInterface\u003c/code\u003e class is the interface used for managing external VPN gateways, inheriting from \u003ccode\u003eObject\u003c/code\u003e and implementing multiple interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two constructors: a default \u003ccode\u003eExternalVpnGatewayInterface()\u003c/code\u003e and another that takes an \u003ccode\u003eExternalVpnGatewayInterface\u003c/code\u003e object as a parameter, allowing for object duplication.\u003c/p\u003e\n"],["\u003cp\u003eThe class has properties such as \u003ccode\u003eHasId\u003c/code\u003e, \u003ccode\u003eHasIpAddress\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e and \u003ccode\u003eIpAddress\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThe numeric ID (\u003ccode\u003eId\u003c/code\u003e) property of the interface is dependent on the redundancy type of the external VPN gateway, with allowed values ranging from 0 to 3.\u003c/p\u003e\n"]]],[],null,[]]