Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class 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.
Protobuf type google.cloud.capacityplanner.v1beta.QueryReservationsRequest.ReservationDataLevel
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ QueryReservationsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESERVATION_DATA_LEVEL_UNSPECIFIED
Value: 0No reservation data level specified.
Generated from protobuf enum RESERVATION_DATA_LEVEL_UNSPECIFIED = 0;
RESERVATION_DATA_LEVEL_AGGREGATED
Value: 1aggregated reservations data in a timeseries or aggregation over timeseries.
Generated from protobuf enum RESERVATION_DATA_LEVEL_AGGREGATED = 1;
RESERVATION_DATA_LEVEL_PER_RESERVATION
Value: 2per reservation detail which is equivalent of Arcus Future Reservation or Allocation with only limited fields which are useful for Capacity Planning.
Generated from protobuf enum RESERVATION_DATA_LEVEL_PER_RESERVATION = 2;