View Source GoogleApi.NetworkManagement.V1beta1.Model.NetworkInfo (google_api_network_management v0.28.0)

For display only. Metadata associated with a Compute Engine network.

Attributes

  • displayName (type: String.t, default: nil) - Name of a Compute Engine network.
  • matchedIpRange (type: String.t, default: nil) - The IP range that matches the test.
  • uri (type: String.t, default: nil) - URI of a Compute Engine network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.NetworkManagement.V1beta1.Model.NetworkInfo{
  displayName: String.t() | nil,
  matchedIpRange: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.