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 \ UpgradeDetailsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
START_TYPE_UNSPECIFIED
Value: 0Upgrade start type is unspecified.
Generated from protobuf enum START_TYPE_UNSPECIFIED = 0;
AUTOMATIC
Value: 1Upgrade started automatically.
Generated from protobuf enum AUTOMATIC = 1;
MANUAL
Value: 2Upgrade started manually.
Generated from protobuf enum MANUAL = 2;