Capacity Planner v1beta API - Enum QueryReservationsRequest.Types.ReservationDataLevel (1.0.0-beta01)

public enum QueryReservationsRequest.Types.ReservationDataLevel

Reference 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.V1Beta

Assembly

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.