Show / Hide Table of Contents

Class ExternalVpnGatewayInterfaceGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ExternalVpnGatewayInterfaceGetArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ExternalVpnGatewayInterfaceGetArgs : ResourceArgs

Constructors

View Source

ExternalVpnGatewayInterfaceGetArgs()

Declaration
public ExternalVpnGatewayInterfaceGetArgs()

Properties

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 Input<int> Id { get; set; }
Property Value
Type Description
Input<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 Input<string> IpAddress { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.