Google Cloud Container V1 Client - Class StartType (2.4.0)

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

StartType indicates the type of starting the upgrade.

Protobuf type google.container.v1.UpgradeDetails.StartType

Namespace

Google \ Cloud \ Container \ V1 \ UpgradeDetails

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

START_TYPE_UNSPECIFIED

Value: 0

Upgrade start type is unspecified.

Generated from protobuf enum START_TYPE_UNSPECIFIED = 0;

AUTOMATIC

Value: 1

Upgrade started automatically.

Generated from protobuf enum AUTOMATIC = 1;

MANUAL

Value: 2

Upgrade started manually.

Generated from protobuf enum MANUAL = 2;