Show / Hide Table of Contents

Class VpnTunnelInfo

For display only. Metadata associated with a Compute Engine VPN tunnel.

Inheritance
System.Object
VpnTunnelInfo
Implements
Google.Apis.Requests.IDirectResponseSchema
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: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class VpnTunnelInfo : IDirectResponseSchema

Properties

DisplayName

Name of a VPN tunnel.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

NetworkUri

URI of a Compute Engine network where the VPN tunnel is configured.

Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type Description
System.String

Region

Name of a Google Cloud region where this VPN tunnel is configured.

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
System.String

RemoteGateway

URI of a VPN gateway at remote end of the tunnel.

Declaration
[JsonProperty("remoteGateway")]
public virtual string RemoteGateway { get; set; }
Property Value
Type Description
System.String

RemoteGatewayIp

Remote VPN gateway's IP address.

Declaration
[JsonProperty("remoteGatewayIp")]
public virtual string RemoteGatewayIp { get; set; }
Property Value
Type Description
System.String

RoutingType

Type of the routing policy.

Declaration
[JsonProperty("routingType")]
public virtual string RoutingType { get; set; }
Property Value
Type Description
System.String

SourceGateway

URI of the VPN gateway at local end of the tunnel.

Declaration
[JsonProperty("sourceGateway")]
public virtual string SourceGateway { get; set; }
Property Value
Type Description
System.String

SourceGatewayIp

Local VPN gateway's IP address.

Declaration
[JsonProperty("sourceGatewayIp")]
public virtual string SourceGatewayIp { get; set; }
Property Value
Type Description
System.String

Uri

URI of a VPN tunnel.

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top