Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class Status.
The status of the reservation.
Protobuf type google.cloud.capacityplanner.v1beta.Allocation.Status
Namespace
Google \ Cloud \ CapacityPlanner \ V1beta \ AllocationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum STATUS_UNSPECIFIED = 0;
INVALID
Value: 1Invalid Reservation
Generated from protobuf enum INVALID = 1;
CREATING
Value: 2Resources are being allocated for the reservation.
Generated from protobuf enum CREATING = 2;
READY
Value: 3Reservation has allocated all its resources.
Generated from protobuf enum READY = 3;
DELETING
Value: 4Reservation is currently being deleted.
Generated from protobuf enum DELETING = 4;
UPDATING
Value: 5Reservation is currently being resized.
Generated from protobuf enum UPDATING = 5;