Compute Engine v1 API - Class VpnGatewayVpnGatewayInterface (2.15.0)

public sealed class VpnGatewayVpnGatewayInterface : IMessage<VpnGatewayVpnGatewayInterface>, IEquatable<VpnGatewayVpnGatewayInterface>, IDeepCloneable<VpnGatewayVpnGatewayInterface>, IBufferMessage, IMessage

Reference documentation and code samples for the Compute Engine v1 API class VpnGatewayVpnGatewayInterface.

A VPN gateway interface.

Inheritance

object > VpnGatewayVpnGatewayInterface

Namespace

Google.Cloud.Compute.V1

Assembly

Google.Cloud.Compute.V1.dll

Constructors

VpnGatewayVpnGatewayInterface()

public VpnGatewayVpnGatewayInterface()

VpnGatewayVpnGatewayInterface(VpnGatewayVpnGatewayInterface)

public VpnGatewayVpnGatewayInterface(VpnGatewayVpnGatewayInterface other)
Parameter
NameDescription
otherVpnGatewayVpnGatewayInterface

Properties

HasId

public bool HasId { get; }

Gets whether the "id" field is set

Property Value
TypeDescription
bool

HasInterconnectAttachment

public bool HasInterconnectAttachment { get; }

Gets whether the "interconnect_attachment" field is set

Property Value
TypeDescription
bool

HasIpAddress

public bool HasIpAddress { get; }

Gets whether the "ip_address" field is set

Property Value
TypeDescription
bool

HasIpv6Address

public bool HasIpv6Address { get; }

Gets whether the "ipv6_address" field is set

Property Value
TypeDescription
bool

Id

public uint Id { get; set; }

[Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.

Property Value
TypeDescription
uint

InterconnectAttachment

public string InterconnectAttachment { get; set; }

URL of the VLAN attachment (interconnectAttachment) resource for this VPN gateway interface. When the value of this field is present, the VPN gateway is used for HA VPN over Cloud Interconnect; all egress or ingress traffic for this VPN gateway interface goes through the specified VLAN attachment resource.

Property Value
TypeDescription
string

IpAddress

public string IpAddress { get; set; }

[Output Only] IP address for this VPN interface associated with the VPN gateway. The IP address could be either a regional external IP address or a regional internal IP address. The two IP addresses for a VPN gateway must be all regional external or regional internal IP addresses. There cannot be a mix of regional external IP addresses and regional internal IP addresses. For HA VPN over Cloud Interconnect, the IP addresses for both interfaces could either be regional internal IP addresses or regional external IP addresses. For regular (non HA VPN over Cloud Interconnect) HA VPN tunnels, the IP address must be a regional external IP address.

Property Value
TypeDescription
string

Ipv6Address

public string Ipv6Address { get; set; }

[Output Only] IPv6 address for this VPN interface associated with the VPN gateway. The IPv6 address must be a regional external IPv6 address. The format is RFC 5952 format (e.g. 2001:db8::2d9:51:0:0).

Property Value
TypeDescription
string