Module: Google::Cloud::CapacityPlanner::V1beta::Allocation::Status

Defined in:
proto_docs/google/cloud/capacityplanner/v1beta/allocation.rb

Overview

The status of the reservation.

Constant Summary collapse

STATUS_UNSPECIFIED =

Default value. This value is unused.

0
INVALID =

Invalid Reservation

1
CREATING =

Resources are being allocated for the reservation.

2
READY =

Reservation has allocated all its resources.

3
DELETING =

Reservation is currently being deleted.

4
UPDATING =

Reservation is currently being resized.

5