Enum MaintenanceExclusionOptions.Scope (2.4.1)

public enum MaintenanceExclusionOptions.Scope extends Enum<MaintenanceExclusionOptions.Scope> implements ProtocolMessageEnum

Scope of exclusion.

Protobuf enum google.container.v1beta1.MaintenanceExclusionOptions.Scope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
NO_MINOR_OR_NODE_UPGRADES

NO_MINOR_OR_NODE_UPGRADES excludes all minor upgrades for the cluster, and also exclude all node pool upgrades. Only control plane patches are allowed.

NO_MINOR_OR_NODE_UPGRADES = 2;

NO_MINOR_OR_NODE_UPGRADES_VALUE

NO_MINOR_OR_NODE_UPGRADES excludes all minor upgrades for the cluster, and also exclude all node pool upgrades. Only control plane patches are allowed.

NO_MINOR_OR_NODE_UPGRADES = 2;

NO_MINOR_UPGRADES

NO_MINOR_UPGRADES excludes all minor upgrades for the cluster, only patches are allowed.

NO_MINOR_UPGRADES = 1;

NO_MINOR_UPGRADES_VALUE

NO_MINOR_UPGRADES excludes all minor upgrades for the cluster, only patches are allowed.

NO_MINOR_UPGRADES = 1;

NO_UPGRADES

NO_UPGRADES excludes all upgrades, including patch upgrades and minor upgrades across control planes and nodes. This is the default exclusion behavior.

NO_UPGRADES = 0;

NO_UPGRADES_VALUE

NO_UPGRADES excludes all upgrades, including patch upgrades and minor upgrades across control planes and nodes. This is the default exclusion behavior.

NO_UPGRADES = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()