GoogleApi.NetworkManagement.V1.Model.NetworkInfo (google_api_network_management v0.39.0)

View Source

For display only. Metadata associated with a Compute Engine network. Next ID: 7

Attributes

  • displayName (type: String.t, default: nil) - Name of a Compute Engine network.
  • matchedIpRange (type: String.t, default: nil) - The IP range of the subnet matching the source IP address of the test.
  • matchedSubnetUri (type: String.t, default: nil) - URI of the subnet matching the source IP address of the test.
  • region (type: String.t, default: nil) - The region of the subnet matching the source IP address of 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.