public sealed class VpnGatewayStatusTunnel : IMessage<VpnGatewayStatusTunnel>, IEquatable<VpnGatewayStatusTunnel>, IDeepCloneable<VpnGatewayStatusTunnel>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class VpnGatewayStatusTunnel.
Contains some information about a VPN tunnel.
Implements
IMessage<VpnGatewayStatusTunnel>, IEquatable<VpnGatewayStatusTunnel>, IDeepCloneable<VpnGatewayStatusTunnel>, 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 |
Boolean |
HasPeerGatewayInterface
public bool HasPeerGatewayInterface { get; }
Gets whether the "peer_gateway_interface" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
HasTunnelUrl
public bool HasTunnelUrl { get; }
Gets whether the "tunnel_url" field is set
Property Value | |
---|---|
Type | Description |
Boolean |
LocalGatewayInterface
public uint LocalGatewayInterface { get; set; }
The VPN gateway interface this VPN tunnel is associated with.
Property Value | |
---|---|
Type | Description |
UInt32 |
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 GCP VPN gateway.
Property Value | |
---|---|
Type | Description |
UInt32 |
TunnelUrl
public string TunnelUrl { get; set; }
URL reference to the VPN tunnel.
Property Value | |
---|---|
Type | Description |
String |