Enum ClusterUpgradeInfo.AutoUpgradePausedReason (2.67.0)

public enum ClusterUpgradeInfo.AutoUpgradePausedReason extends Enum<ClusterUpgradeInfo.AutoUpgradePausedReason> implements ProtocolMessageEnum

AutoUpgradePausedReason indicates the reason for auto upgrade paused status.

Protobuf enum google.container.v1beta1.ClusterUpgradeInfo.AutoUpgradePausedReason

Implements

ProtocolMessageEnum

Static Fields

Name Description
AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0;

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED_VALUE

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.

AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED = 0;

CLUSTER_DISRUPTION_BUDGET

CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster disruption budget.

CLUSTER_DISRUPTION_BUDGET = 4;

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside the cluster disruption budget for minor version upgrade.

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7;

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE_VALUE

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside the cluster disruption budget for minor version upgrade.

CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE = 7;

CLUSTER_DISRUPTION_BUDGET_VALUE

CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster disruption budget.

CLUSTER_DISRUPTION_BUDGET = 4;

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6;

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES_VALUE

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.

MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES = 6;

MAINTENANCE_EXCLUSION_NO_UPGRADES

MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.

MAINTENANCE_EXCLUSION_NO_UPGRADES = 5;

MAINTENANCE_EXCLUSION_NO_UPGRADES_VALUE

MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.

MAINTENANCE_EXCLUSION_NO_UPGRADES = 5;

MAINTENANCE_WINDOW

MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.

MAINTENANCE_WINDOW = 1;

MAINTENANCE_WINDOW_VALUE

MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.

MAINTENANCE_WINDOW = 1;

SYSTEM_CONFIG

SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.

SYSTEM_CONFIG = 8;

SYSTEM_CONFIG_VALUE

SYSTEM_CONFIG indicates the cluster upgrade is paused by system config.

SYSTEM_CONFIG = 8;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()