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

Contains some information about a VPN tunnel.

Attributes

  • localGatewayInterface (type: integer(), default: nil) - The VPN gateway interface this VPN tunnel is associated with.
  • peerGatewayInterface (type: integer(), default: nil) - The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
  • tunnelUrl (type: String.t, default: nil) - URL reference to the VPN tunnel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.VpnGatewayStatusTunnel{
  localGatewayInterface: integer() | nil,
  peerGatewayInterface: integer() | nil,
  tunnelUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.