Show / Hide Table of Contents

Class VpnGatewayStatusTunnel

Contains some information about a VPN tunnel.

Inheritance
object
VpnGatewayStatusTunnel
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX