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 available versions, with version 3.6.0 being the latest.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExternalVpnGatewayInterface\u003c/code\u003e class is the interface for the external VPN gateway and it inherits from \u003ccode\u003eObject\u003c/code\u003e and implements 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 includes two constructors, \u003ccode\u003eExternalVpnGatewayInterface()\u003c/code\u003e and \u003ccode\u003eExternalVpnGatewayInterface(ExternalVpnGatewayInterface other)\u003c/code\u003e, allowing for the creation of new instances and copying existing ones.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides two boolean properties \u003ccode\u003eHasId\u003c/code\u003e and \u003ccode\u003eHasIpAddress\u003c/code\u003e to verify if their respective fields have been set and two properties \u003ccode\u003eId\u003c/code\u003e and \u003ccode\u003eIpAddress\u003c/code\u003e which set and get the numeric ID and IP address for the interface.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eId\u003c/code\u003e property in \u003ccode\u003eExternalVpnGatewayInterface\u003c/code\u003e 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.\u003c/p\u003e\n"]]],[],null,[]]