View Source GoogleApi.Compute.V1.Model.VpnGatewayVpnGatewayInterface (google_api_compute v0.56.2)

A VPN gateway interface.

Attributes

  • id (type: integer(), default: nil) - [Output Only] Numeric identifier for this VPN interface associated with the VPN gateway.
  • interconnectAttachment (type: String.t, default: nil) - 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.
  • ipAddress (type: String.t, default: nil) - [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.
  • ipv6Address (type: String.t, default: nil) - [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).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.VpnGatewayVpnGatewayInterface{
  id: integer() | nil,
  interconnectAttachment: String.t() | nil,
  ipAddress: String.t() | nil,
  ipv6Address: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.