Class VpnGatewayStatusTunnel
Contains some information about a VPN tunnel.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class VpnGatewayStatusTunnel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LocalGatewayInterface
The VPN gateway interface this VPN tunnel is associated with.
Declaration
[JsonProperty("localGatewayInterface")]
public virtual long? LocalGatewayInterface { get; set; }
Property Value
Type | Description |
---|---|
long? |
PeerGatewayInterface
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
Declaration
[JsonProperty("peerGatewayInterface")]
public virtual long? PeerGatewayInterface { get; set; }
Property Value
Type | Description |
---|---|
long? |
TunnelUrl
URL reference to the VPN tunnel.
Declaration
[JsonProperty("tunnelUrl")]
public virtual string TunnelUrl { get; set; }
Property Value
Type | Description |
---|---|
string |