Google Cloud Capacity Planner V1beta Client - Class ReservationType (0.1.0)

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 \ QueryReservationsRequest

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RESERVATION_TYPE_UNSPECIFIED

Value: 0

No reservation type specified.

Generated from protobuf enum RESERVATION_TYPE_UNSPECIFIED = 0;

RESERVATION_TYPE_ALLOCATION

Value: 1

Allocation 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: 2

Future Reservation requests created by users.

Generated from protobuf enum RESERVATION_TYPE_FUTURE_RESERVATION = 2;

RESERVATION_TYPE_ALL

Value: 3

All reservations.

Generated from protobuf enum RESERVATION_TYPE_ALL = 3;