Show / Hide Table of Contents

Class ExternalVpnGatewayInterface

Inheritance
System.Object
ExternalVpnGatewayInterface
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ExternalVpnGatewayInterface

Fields

View Source

Id

The numberic ID for this interface. Allowed values are based on the redundancy type of this external VPN gateway

  • 0 - SINGLE_IP_INTERNALLY_REDUNDANT
  • 0, 1 - TWO_IPS_REDUNDANCY
  • 0, 1, 2, 3 - FOUR_IPS_REDUNDANCY
Declaration
public readonly int? Id
Field Value
Type Description
System.Nullable<System.Int32>
View Source

IpAddress

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.

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.