Reference documentation and code samples for the Google Cloud Container V1 Client class AutoUpgradePausedReason.
AutoUpgradePausedReason indicates the reason for auto upgrade paused status.
Protobuf type google.container.v1.NodePoolUpgradeInfo.AutoUpgradePausedReason
Namespace
Google \ Cloud \ Container \ V1 \ NodePoolUpgradeInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED
Value: 0
AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.
Generated from protobuf enum AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0;
MAINTENANCE_WINDOW
Value: 1
MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.
Generated from protobuf enum MAINTENANCE_WINDOW = 1;
MAINTENANCE_EXCLUSION_NO_UPGRADES
Value: 2
MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.
Generated from protobuf enum MAINTENANCE_EXCLUSION_NO_UPGRADES = 2;
MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES
Value: 3
MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.
Generated from protobuf enum MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 3;
SYSTEM_CONFIG
Value: 4
SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.
Generated from protobuf enum SYSTEM_CONFIG = 4;