View Source GoogleApi.Container.V1.Model.RangeInfo (google_api_container v0.47.0)

RangeInfo contains the range name and the range utilization by this cluster.

Attributes

  • rangeName (type: String.t, default: nil) - Output only. Name of a range.
  • utilization (type: float(), default: nil) - Output only. The utilization of the range.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Container.V1.Model.RangeInfo{
  rangeName: String.t() | nil,
  utilization: float() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.