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 \ V1betaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CAPACITY_TYPE_UNKNOWN
Value: 0Default value.
Generated from protobuf enum CAPACITY_TYPE_UNKNOWN = 0;
CAPACITY_TYPE_INORGANIC_DRAFT
Value: 1Latest 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: 2Latest 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: 3Latest inorganic data stored in horizon DB that has been approved.
Generated from protobuf enum CAPACITY_TYPE_INORGANIC_APPROVED = 3;