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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum STATUS_UNSPECIFIED = 0;

INVALID

Value: 1

Invalid Reservation

Generated from protobuf enum INVALID = 1;

CREATING

Value: 2

Resources are being allocated for the reservation.

Generated from protobuf enum CREATING = 2;

READY

Value: 3

Reservation has allocated all its resources.

Generated from protobuf enum READY = 3;

DELETING

Value: 4

Reservation is currently being deleted.

Generated from protobuf enum DELETING = 4;

UPDATING

Value: 5

Reservation is currently being resized.

Generated from protobuf enum UPDATING = 5;