Reference documentation and code samples for the Google Cloud Deploy V1 Client class RepairState.
Valid state of a repair attempt.
Protobuf type google.cloud.deploy.v1.RepairState
Namespace
Google \ Cloud \ Deploy \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
REPAIR_STATE_UNSPECIFIED
Value: 0
The repair
has an unspecified state.
Generated from protobuf enum REPAIR_STATE_UNSPECIFIED = 0;
REPAIR_STATE_SUCCEEDED
Value: 1
The repair
action has succeeded.
Generated from protobuf enum REPAIR_STATE_SUCCEEDED = 1;
REPAIR_STATE_CANCELLED
Value: 2
The repair
action was cancelled.
Generated from protobuf enum REPAIR_STATE_CANCELLED = 2;
REPAIR_STATE_FAILED
Value: 3
The repair
action has failed.
Generated from protobuf enum REPAIR_STATE_FAILED = 3;
REPAIR_STATE_IN_PROGRESS
Value: 4
The repair
action is in progress.
Generated from protobuf enum REPAIR_STATE_IN_PROGRESS = 4;
REPAIR_STATE_PENDING
Value: 5
The repair
action is pending.
Generated from protobuf enum REPAIR_STATE_PENDING = 5;
REPAIR_STATE_ABORTED
Value: 7
The repair
action was aborted.
Generated from protobuf enum REPAIR_STATE_ABORTED = 7;