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

Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class CapacityType.

CapacityType is the type of the capacity plan.

Protobuf type google.cloud.capacityplanner.v1beta.CapacityType

Namespace

Google \ Cloud \ CapacityPlanner \ V1beta

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CAPACITY_TYPE_UNKNOWN

Value: 0

Default value.

Generated from protobuf enum CAPACITY_TYPE_UNKNOWN = 0;

CAPACITY_TYPE_INORGANIC_DRAFT

Value: 1

Latest inorganic data stored in horizon DB that is in draft state.

Generated from protobuf enum CAPACITY_TYPE_INORGANIC_DRAFT = 1;

CAPACITY_TYPE_INORGANIC_PENDING

Value: 2

Latest inorganic data stored in horizon DB that are pending i.e. submitted or assessment.

Generated from protobuf enum CAPACITY_TYPE_INORGANIC_PENDING = 2;

CAPACITY_TYPE_INORGANIC_APPROVED

Value: 3

Latest inorganic data stored in horizon DB that has been approved.

Generated from protobuf enum CAPACITY_TYPE_INORGANIC_APPROVED = 3;