google_api_network_management v0.3.1 GoogleApi.NetworkManagement.V1beta1.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

Link to this type

t()

View Source
t() :: %GoogleApi.NetworkManagement.V1beta1.Model.NetworkInfo{
  displayName: String.t(),
  matchedIpRange: String.t(),
  uri: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.