public sealed class VpnGatewayStatusTunnel : IMessage<VpnGatewayStatusTunnel>, IEquatable<VpnGatewayStatusTunnel>, IDeepCloneable<VpnGatewayStatusTunnel>, IBufferMessage, IMessageReference documentation and code samples for the Compute Engine v1 API class VpnGatewayStatusTunnel.
Contains some information about a VPN tunnel.
Implements
IMessageVpnGatewayStatusTunnel, IEquatableVpnGatewayStatusTunnel, IDeepCloneableVpnGatewayStatusTunnel, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
VpnGatewayStatusTunnel()
public VpnGatewayStatusTunnel()VpnGatewayStatusTunnel(VpnGatewayStatusTunnel)
public VpnGatewayStatusTunnel(VpnGatewayStatusTunnel other)| Parameter | |
|---|---|
| Name | Description |
other |
VpnGatewayStatusTunnel |
Properties
HasLocalGatewayInterface
public bool HasLocalGatewayInterface { get; }Gets whether the "local_gateway_interface" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasPeerGatewayInterface
public bool HasPeerGatewayInterface { get; }Gets whether the "peer_gateway_interface" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasTunnelUrl
public bool HasTunnelUrl { get; }Gets whether the "tunnel_url" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LocalGatewayInterface
public uint LocalGatewayInterface { get; set; }The VPN gateway interface this VPN tunnel is associated with.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
PeerGatewayInterface
public uint PeerGatewayInterface { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
uint |
|
TunnelUrl
public string TunnelUrl { get; set; }URL reference to the VPN tunnel.
| Property Value | |
|---|---|
| Type | Description |
string |
|