Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class State.
State of the rollout for the cluster.
Protobuf type google.cloud.configdelivery.v1.ClusterInfo.State
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ ClusterInfoMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
WAITING
Value: 1Waiting state.
Generated from protobuf enum WAITING = 1;
IN_PROGRESS
Value: 2In progress state.
Generated from protobuf enum IN_PROGRESS = 2;
STALLED
Value: 3Stalled state.
Generated from protobuf enum STALLED = 3;
COMPLETED
Value: 4Completed state.
Generated from protobuf enum COMPLETED = 4;
ABORTED
Value: 5Aborted state.
Generated from protobuf enum ABORTED = 5;
CANCELLED
Value: 6Cancelled state.
Generated from protobuf enum CANCELLED = 6;
ERROR
Value: 7Error state.
Generated from protobuf enum ERROR = 7;
UNCHANGED
Value: 8Unchanged state.
Generated from protobuf enum UNCHANGED = 8;
SKIPPED
Value: 9Skipped state.
Generated from protobuf enum SKIPPED = 9;