Class UtilizationChartData (0.1.6)

UtilizationChartData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Utilization Chart is a specific type of visualization which displays a metric classified into "Used" and "Free" buckets.

Attributes

NameDescription
used int
Aggregate value which falls into the "Used" bucket.
free int
Aggregate value which falls into the "Free" bucket.