Reference documentation and code samples for the Google Cloud Config V1 Client class State.
Possible states of a deployment.
Protobuf type google.cloud.config.v1.Deployment.State
Namespace
Google \ Cloud \ Config \ V1 \ DeploymentMethods
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;
CREATING
Value: 1
The deployment is being created.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
The deployment is healthy.
Generated from protobuf enum ACTIVE = 2;
UPDATING
Value: 3
The deployment is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
The deployment is being deleted.
Generated from protobuf enum DELETING = 4;
FAILED
Value: 5
The deployment has encountered an unexpected error.
Generated from protobuf enum FAILED = 5;
SUSPENDED
Value: 6
The deployment is no longer being actively reconciled.
This may be the result of recovering the project after deletion.
Generated from protobuf enum SUSPENDED = 6;
DELETED
Value: 7
The deployment has been deleted.
Generated from protobuf enum DELETED = 7;