public enum QueryReservationsRequest.Types.ReservationDataLevelReference documentation and code samples for the Capacity Planner v1beta API enum QueryReservationsRequest.Types.ReservationDataLevel.
The form in which data of reservations should be returned. In case of AGGREGATED, timeseries for selected reservations is returned. If unspecified, all levels are included.
Namespace
Google.Cloud.CapacityPlanner.V1BetaAssembly
Google.Cloud.CapacityPlanner.V1Beta.dll
Fields |
|
|---|---|
| Name | Description |
Aggregated |
aggregated reservations data in a timeseries or aggregation over timeseries. |
PerReservation |
per reservation detail which is equivalent of Arcus Future Reservation or Allocation with only limited fields which are useful for Capacity Planning. |
Unspecified |
No reservation data level specified. |