google_api_network_management v0.6.0 GoogleApi.NetworkManagement.V1.Model.NetworkInfo View Source

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.

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.NetworkInfo{
  displayName: String.t(),
  matchedIpRange: String.t(),
  uri: String.t()
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.