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 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 readonly int? Id
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly string IpAddress
Field Value
| Type | Description |
|---|---|
| System.String |