GoogleApi.NetworkManagement.V1beta1.Model.VpnTunnelInfo (google_api_network_management v0.39.0)

View Source

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

Attributes

  • displayName (type: String.t, default: nil) - Name of a VPN tunnel.
  • networkUri (type: String.t, default: nil) - URI of a Compute Engine network where the VPN tunnel is configured.
  • region (type: String.t, default: nil) - Name of a Google Cloud region where this VPN tunnel is configured.
  • remoteGateway (type: String.t, default: nil) - URI of a VPN gateway at remote end of the tunnel.
  • remoteGatewayIp (type: String.t, default: nil) - Remote VPN gateway's IP address.
  • routingType (type: String.t, default: nil) - Type of the routing policy.
  • sourceGateway (type: String.t, default: nil) - URI of the VPN gateway at local end of the tunnel.
  • sourceGatewayIp (type: String.t, default: nil) - Local VPN gateway's IP address.
  • uri (type: String.t, default: nil) - URI of a VPN tunnel.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.VpnTunnelInfo{
  displayName: String.t() | nil,
  networkUri: String.t() | nil,
  region: String.t() | nil,
  remoteGateway: String.t() | nil,
  remoteGatewayIp: String.t() | nil,
  routingType: String.t() | nil,
  sourceGateway: String.t() | nil,
  sourceGatewayIp: String.t() | nil,
  uri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.