ReservationUtilizationAggregates Class
The aggregate values of reservation utilization.
Constructor
ReservationUtilizationAggregates(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
grain
|
The grain of the aggregate. |
|
grain_unit
|
The grain unit of the aggregate. |
|
value
|
The aggregate value. |
|
value_unit
|
The aggregate value unit. |
Attributes
grain
The grain of the aggregate.
grain: float | None
grain_unit
The grain unit of the aggregate.
grain_unit: str | None
value
The aggregate value.
value: float | None
value_unit
The aggregate value unit.
value_unit: str | None