Google Cloud Container V1 Client - Class State (2.2.1)

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 \ UpgradeInfoEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

STATE_UNSPECIFIED indicates the state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTED

Value: 3

STARTED indicates the upgrade has started.

Generated from protobuf enum STARTED = 3;

SUCCEEDED

Value: 4

SUCCEEDED indicates the upgrade has completed successfully.

Generated from protobuf enum SUCCEEDED = 4;

FAILED

Value: 5

FAILED indicates the upgrade has failed.

Generated from protobuf enum FAILED = 5;

CANCELED

Value: 6

CANCELED indicates the upgrade has canceled.

Generated from protobuf enum CANCELED = 6;