public sealed class VpnGatewayInfo : IMessage<VpnGatewayInfo>, IEquatable<VpnGatewayInfo>, IDeepCloneable<VpnGatewayInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class VpnGatewayInfo.
For display only. Metadata associated with a Compute Engine VPN gateway.
Implements
IMessageVpnGatewayInfo, IEquatableVpnGatewayInfo, IDeepCloneableVpnGatewayInfo, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkManagement.V1Assembly
Google.Cloud.NetworkManagement.V1.dll
Constructors
VpnGatewayInfo()
public VpnGatewayInfo()
VpnGatewayInfo(VpnGatewayInfo)
public VpnGatewayInfo(VpnGatewayInfo other)
Parameter | |
---|---|
Name | Description |
other |
VpnGatewayInfo |
Properties
DisplayName
public string DisplayName { get; set; }
Name of a VPN gateway.
Property Value | |
---|---|
Type | Description |
string |
IpAddress
public string IpAddress { get; set; }
IP address of the VPN gateway.
Property Value | |
---|---|
Type | Description |
string |
NetworkUri
public string NetworkUri { get; set; }
URI of a Compute Engine network where the VPN gateway is configured.
Property Value | |
---|---|
Type | Description |
string |
Region
public string Region { get; set; }
Name of a Google Cloud region where this VPN gateway is configured.
Property Value | |
---|---|
Type | Description |
string |
Uri
public string Uri { get; set; }
URI of a VPN gateway.
Property Value | |
---|---|
Type | Description |
string |
VpnTunnelUri
public string VpnTunnelUri { get; set; }
A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.
Property Value | |
---|---|
Type | Description |
string |