Show / Hide Table of Contents

Class VpnGatewayInfo

For display only. Metadata associated with a Compute Engine VPN gateway.

Inheritance
object
VpnGatewayInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.NetworkManagement.v1.Data
Assembly: Google.Apis.NetworkManagement.v1.dll
Syntax
public class VpnGatewayInfo : IDirectResponseSchema

Properties

DisplayName

Name of a VPN gateway.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IpAddress

IP address of the VPN gateway.

Declaration
[JsonProperty("ipAddress")]
public virtual string IpAddress { get; set; }
Property Value
Type Description
string

NetworkUri

URI of the VPC network where the VPN gateway is configured. Format: projects/{project_id}/global/networks/{network_id}

Declaration
[JsonProperty("networkUri")]
public virtual string NetworkUri { get; set; }
Property Value
Type Description
string

Region

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

Declaration
[JsonProperty("region")]
public virtual string Region { get; set; }
Property Value
Type Description
string

Uri

URI of the VPN gateway. Format: * projects/{project_id}/regions/{region}/vpnGateways/{vpn_gateway_id} (HA VPN gateway) * projects/{project_id}/regions/{region}/targetVpnGateways/{target_vpn_gateway_id} (Classic VPN gateway)

Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type Description
string

VpnTunnelUri

URI of the VPN tunnel associated with the VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed. Format: projects/{project_id}/regions/{region}/vpnTunnels/{vpn_tunnel_id}

Declaration
[JsonProperty("vpnTunnelUri")]
public virtual string VpnTunnelUri { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX