Network Management v1 API - Class VpnGatewayInfo (2.9.0)

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.

Inheritance

object > VpnGatewayInfo

Namespace

Google.Cloud.NetworkManagement.V1

Assembly

Google.Cloud.NetworkManagement.V1.dll

Constructors

VpnGatewayInfo()

public VpnGatewayInfo()

VpnGatewayInfo(VpnGatewayInfo)

public VpnGatewayInfo(VpnGatewayInfo other)
Parameter
NameDescription
otherVpnGatewayInfo

Properties

DisplayName

public string DisplayName { get; set; }

Name of a VPN gateway.

Property Value
TypeDescription
string

IpAddress

public string IpAddress { get; set; }

IP address of the VPN gateway.

Property Value
TypeDescription
string

NetworkUri

public string NetworkUri { get; set; }

URI of a Compute Engine network where the VPN gateway is configured.

Property Value
TypeDescription
string

Region

public string Region { get; set; }

Name of a Google Cloud region where this VPN gateway is configured.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

URI of a VPN gateway.

Property Value
TypeDescription
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
TypeDescription
string