Google Cloud Config V1 Client - Class State (1.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PLANNED
Value: 1Resource has been planned for reconcile.
Generated from protobuf enum PLANNED = 1;
IN_PROGRESS
Value: 2Resource is actively reconciling into the intended state.
Generated from protobuf enum IN_PROGRESS = 2;
RECONCILED
Value: 3Resource has reconciled to intended state.
Generated from protobuf enum RECONCILED = 3;
FAILED
Value: 4Resource failed to reconcile.
Generated from protobuf enum FAILED = 4;