Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class State.
Possible states of an evaluation, such as CREATING, ACTIVE, and DELETING.
Protobuf type google.cloud.workloadmanager.v1.ResourceStatus.State
Namespace
Google \ Cloud \ WorkloadManager \ V1 \ ResourceStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state has not been populated in this message.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1Resource has an active Create operation.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2Resource has no outstanding operations on it or has active Update operations.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3Resource has an active Delete operation.
Generated from protobuf enum DELETING = 3;