Google Cloud Container V1 Client - Class AutoUpgradeStatus (2.4.0)

Reference documentation and code samples for the Google Cloud Container V1 Client class AutoUpgradeStatus.

AutoUpgradeStatus indicates the status of auto upgrade.

Protobuf type google.container.v1.ClusterUpgradeInfo.AutoUpgradeStatus

Namespace

Google \ Cloud \ Container \ V1 \ ClusterUpgradeInfo

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

UNKNOWN

Value: 0

UNKNOWN indicates an unknown status.

Generated from protobuf enum UNKNOWN = 0;

ACTIVE

Value: 1

ACTIVE indicates an active status.

Generated from protobuf enum ACTIVE = 1;

MINOR_UPGRADE_PAUSED

Value: 4

MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.

Generated from protobuf enum MINOR_UPGRADE_PAUSED = 4;

UPGRADE_PAUSED

Value: 5

UPGRADE_PAUSED indicates the upgrade is paused.

Generated from protobuf enum UPGRADE_PAUSED = 5;