Class ReservationData (0.1.0)

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

Response entity for reservations data.

Attributes

Name Description
name str
Identifier. The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/reservations/{reservation_id} or organizations/{organization_id}/locations/{location_id}/reservations/{reservation_id} or folders/{folder_id}/locations/{location_id}/reservations/{reservation_id}
time_series google.cloud.capacityplanner_v1beta.types.TimeSeries
The collection of data points that represent the aggregated reserved value for reservations filtered by the criteria.
used_reservation_values google.cloud.capacityplanner_v1beta.types.TimeSeries
The collection of data points that represent the aggregated used value for reservations filtered by the criteria.
future_reservations MutableSequence[google.cloud.capacityplanner_v1beta.types.FutureReservation]
Future reservations filtered by the criteria.
allocations MutableSequence[google.cloud.capacityplanner_v1beta.types.Allocation]
Allocations filtered by the criteria.