Reference documentation and code samples for the Google Cloud App Hub V1 Client class State.
Workload state.
Protobuf type google.cloud.apphub.v1.Workload.State
Namespace
Google \ Cloud \ AppHub \ V1 \ WorkloadMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1The Workload is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2The Workload is ready.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3The Workload is being deleted.
Generated from protobuf enum DELETING = 3;
DETACHED
Value: 4The underlying compute resources have been deleted.
Generated from protobuf enum DETACHED = 4;