View Source GoogleApi.BareMetalSolution.V2.Model.NetworkUsage (google_api_bare_metal_solution v0.5.0)

Network with all used IP addresses.

Attributes

  • network (type: GoogleApi.BareMetalSolution.V2.Model.Network.t, default: nil) - Network.
  • usedIps (type: list(String.t), default: nil) - All used IP addresses in this network.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.BareMetalSolution.V2.Model.NetworkUsage{
  network: GoogleApi.BareMetalSolution.V2.Model.Network.t() | nil,
  usedIps: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.