public sealed class VpnTunnelInfo : IMessage<VpnTunnelInfo>, IEquatable<VpnTunnelInfo>, IDeepCloneable<VpnTunnelInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class VpnTunnelInfo.
For display only. Metadata associated with a Compute Engine VPN tunnel.
Implements
IMessageVpnTunnelInfo, IEquatableVpnTunnelInfo, IDeepCloneableVpnTunnelInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
VpnTunnelInfo()
public VpnTunnelInfo()
VpnTunnelInfo(VpnTunnelInfo)
public VpnTunnelInfo(VpnTunnelInfo other)
Parameter | |
---|---|
Name | Description |
other |
VpnTunnelInfo |
Properties
DisplayName
public string DisplayName { get; set; }
Name of a VPN tunnel.
Property Value | |
---|---|
Type | Description |
string |
NetworkUri
public string NetworkUri { get; set; }
URI of a Compute Engine network where the VPN tunnel is configured.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Name of a Google Cloud region where this VPN tunnel is configured.
Property Value | |
---|---|
Type | Description |
string |
RemoteGateway
public string RemoteGateway { get; set; }
URI of a VPN gateway at remote end of the tunnel.
Property Value | |
---|---|
Type | Description |
string |
RemoteGatewayIp
public string RemoteGatewayIp { get; set; }
Remote VPN gateway's IP address.
Property Value | |
---|---|
Type | Description |
string |
RoutingType
public VpnTunnelInfo.Types.RoutingType RoutingType { get; set; }
Type of the routing policy.
Property Value | |
---|---|
Type | Description |
VpnTunnelInfoTypesRoutingType |
SourceGateway
public string SourceGateway { get; set; }
URI of the VPN gateway at local end of the tunnel.
Property Value | |
---|---|
Type | Description |
string |
SourceGatewayIp
public string SourceGatewayIp { get; set; }
Local VPN gateway's IP address.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
URI of a VPN tunnel.
Property Value | |
---|---|
Type | Description |
string |