Class ExternalVpnGatewayInterfaceGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ExternalVpnGatewayInterfaceGetArgs : ResourceArgs
Constructors
View SourceExternalVpnGatewayInterfaceGetArgs()
Declaration
public ExternalVpnGatewayInterfaceGetArgs()
Properties
View SourceId
The numberic ID for this interface. Allowed values are based on the redundancy type of this external VPN gateway
0 - SINGLE_IP_INTERNALLY_REDUNDANT0, 1 - TWO_IPS_REDUNDANCY0, 1, 2, 3 - FOUR_IPS_REDUNDANCY
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |