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

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PENDING_REVIEW

Value: 1

The demand is pending review.

Generated from protobuf enum PENDING_REVIEW = 1;

IN_REVIEW

Value: 3

The demand is in review.

Generated from protobuf enum IN_REVIEW = 3;

APPROVED_PROVISIONAL

Value: 8

The demand is provisionally approved.

Generated from protobuf enum APPROVED_PROVISIONAL = 8;

OBSOLETE

Value: 5

The demand is obsolete.

Generated from protobuf enum OBSOLETE = 5;

CANNOT_BE_FULFILLED

Value: 7

The demand cannot be fulfilled.

Generated from protobuf enum CANNOT_BE_FULFILLED = 7;

ON_HOLD_CONTACT_SALES

Value: 9

The demand is on hold, contact sales.

Generated from protobuf enum ON_HOLD_CONTACT_SALES = 9;

IN_FULFILLMENT

Value: 10

The demand is in fulfillment.

Generated from protobuf enum IN_FULFILLMENT = 10;