Reference documentation and code samples for the Google Cloud Config V1 Client class State.
Possible states of a resource.
Protobuf type google.cloud.config.v1.Resource.State
Namespace
Google \ Cloud \ Config \ V1 \ ResourceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PLANNED
Value: 1
Resource has been planned for reconcile.
Generated from protobuf enum PLANNED = 1;
IN_PROGRESS
Value: 2
Resource is actively reconciling into the intended state.
Generated from protobuf enum IN_PROGRESS = 2;
RECONCILED
Value: 3
Resource has reconciled to intended state.
Generated from protobuf enum RECONCILED = 3;
FAILED
Value: 4
Resource failed to reconcile.
Generated from protobuf enum FAILED = 4;