Reference documentation and code samples for the Google Cloud Container V1 Client class State.
The state of the upgrade.
Protobuf type google.container.v1.UpgradeInfoEvent.State
Namespace
Google \ Cloud \ Container \ V1 \ UpgradeInfoEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0STATE_UNSPECIFIED indicates the state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTED
Value: 3STARTED indicates the upgrade has started.
Generated from protobuf enum STARTED = 3;
SUCCEEDED
Value: 4SUCCEEDED indicates the upgrade has completed successfully.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5FAILED indicates the upgrade has failed.
Generated from protobuf enum FAILED = 5;
CANCELED
Value: 6CANCELED indicates the upgrade has canceled.
Generated from protobuf enum CANCELED = 6;