Reference documentation and code samples for the Google Cloud Container V1 Client class State.
State indicates the state of the upgrade.
Protobuf type google.container.v1.UpgradeDetails.State
Namespace
Google \ Cloud \ Container \ V1 \ UpgradeDetailsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNKNOWN
Value: 0
Upgrade state is unknown.
Generated from protobuf enum UNKNOWN = 0;
FAILED
Value: 1
Upgrade has failed with an error.
Generated from protobuf enum FAILED = 1;
SUCCEEDED
Value: 2
Upgrade has succeeded.
Generated from protobuf enum SUCCEEDED = 2;
CANCELED
Value: 3
Upgrade has been canceled.
Generated from protobuf enum CANCELED = 3;
RUNNING
Value: 4
Upgrade is running.
Generated from protobuf enum RUNNING = 4;