Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class State.
The state of a capacity demand.
Protobuf type google.cloud.capacityplanner.v1beta.State
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PENDING_REVIEW
Value: 1The demand is pending review.
Generated from protobuf enum PENDING_REVIEW = 1;
IN_REVIEW
Value: 3The demand is in review.
Generated from protobuf enum IN_REVIEW = 3;
APPROVED_PROVISIONAL
Value: 8The demand is provisionally approved.
Generated from protobuf enum APPROVED_PROVISIONAL = 8;
OBSOLETE
Value: 5The demand is obsolete.
Generated from protobuf enum OBSOLETE = 5;
CANNOT_BE_FULFILLED
Value: 7The demand cannot be fulfilled.
Generated from protobuf enum CANNOT_BE_FULFILLED = 7;
ON_HOLD_CONTACT_SALES
Value: 9The demand is on hold, contact sales.
Generated from protobuf enum ON_HOLD_CONTACT_SALES = 9;
IN_FULFILLMENT
Value: 10The demand is in fulfillment.
Generated from protobuf enum IN_FULFILLMENT = 10;