public sealed class NextHopVPNTunnel : IMessage<NextHopVPNTunnel>, IEquatable<NextHopVPNTunnel>, IDeepCloneable<NextHopVPNTunnel>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class NextHopVPNTunnel.
A route next hop that leads to a VPN tunnel resource.
Implements
IMessageNextHopVPNTunnel, IEquatableNextHopVPNTunnel, IDeepCloneableNextHopVPNTunnel, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
NextHopVPNTunnel()
public NextHopVPNTunnel()NextHopVPNTunnel(NextHopVPNTunnel)
public NextHopVPNTunnel(NextHopVPNTunnel other)| Parameter | |
|---|---|
| Name | Description |
other |
NextHopVPNTunnel |
Properties
SiteToSiteDataTransfer
public bool SiteToSiteDataTransfer { get; set; }Indicates whether site-to-site data transfer is allowed for this VPN tunnel resource. Data transfer is available only in supported locations.
| Property Value | |
|---|---|
| Type | Description |
bool |
|
Uri
public string Uri { get; set; }The URI of the VPN tunnel resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
UriAsVpnTunnelName
public VpnTunnelName UriAsVpnTunnelName { get; set; }VpnTunnelName-typed view over the Uri resource name property.
| Property Value | |
|---|---|
| Type | Description |
VpnTunnelName |
|
VpcNetwork
public string VpcNetwork { get; set; }The VPC network where this VPN tunnel is located.
| Property Value | |
|---|---|
| Type | Description |
string |
|
VpcNetworkAsNetworkName
public NetworkName VpcNetworkAsNetworkName { get; set; }NetworkName-typed view over the VpcNetwork resource name property.
| Property Value | |
|---|---|
| Type | Description |
NetworkName |
|