Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ReservationType.
Type of the reservation
Protobuf type google.cloud.capacityplanner.v1beta.QueryReservationsRequest.ReservationType
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ QueryReservationsRequestMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RESERVATION_TYPE_UNSPECIFIED
Value: 0No reservation type specified.
Generated from protobuf enum RESERVATION_TYPE_UNSPECIFIED = 0;
RESERVATION_TYPE_ALLOCATION
Value: 1Allocation refers to realized reservation either auto created or created by the users on demand.
Generated from protobuf enum RESERVATION_TYPE_ALLOCATION = 1;
RESERVATION_TYPE_FUTURE_RESERVATION
Value: 2Future Reservation requests created by users.
Generated from protobuf enum RESERVATION_TYPE_FUTURE_RESERVATION = 2;
RESERVATION_TYPE_ALL
Value: 3All reservations.
Generated from protobuf enum RESERVATION_TYPE_ALL = 3;