GoogleApi.NetworkManagement.V1.Model.VpnGatewayInfo (google_api_network_management v0.9.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 GCP 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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.NetworkManagement.V1.Model.VpnGatewayInfo{
  displayName: String.t(),
  ipAddress: String.t(),
  networkUri: String.t(),
  region: String.t(),
  uri: String.t(),
  vpnTunnelUri: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.