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
value
mixed
static::value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
The state has not been populated in this message.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
Resource has an active Create operation.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
Resource has no outstanding operations on it or has active Update operations.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
Resource has an active Delete operation.
Generated from protobuf enum DELETING = 3;

