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

View Source

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

Attributes

  • displayName (type: String.t, default: nil) - Name of a VPN gateway.
  • ipAddress (type: String.t, default: nil) - IP address of the VPN gateway.
  • networkUri (type: String.t, default: nil) - URI of a Compute Engine network where the VPN gateway is configured.
  • region (type: String.t, default: nil) - Name of a Google Cloud region where this VPN gateway is configured.
  • uri (type: String.t, default: nil) - URI of a VPN gateway.
  • vpnTunnelUri (type: String.t, default: nil) - A VPN tunnel that is associated with this VPN gateway. There may be multiple VPN tunnels configured on a VPN gateway, and only the one relevant to the test is displayed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.VpnGatewayInfo{
  displayName: String.t() | nil,
  ipAddress: String.t() | nil,
  networkUri: String.t() | nil,
  region: String.t() | nil,
  uri: String.t() | nil,
  vpnTunnelUri: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.