Enum AdditionalIPRangesConfig.Status (2.86.0)

public enum AdditionalIPRangesConfig.Status extends Enum<AdditionalIPRangesConfig.Status> implements ProtocolMessageEnum

Additional subnet with DRAINING status will not be selected during new node pool creation. To undrain the draining status, update the cluster to set the sunbet to ACTIVE status. To remove the additional subnet, use the update cluster API to remove the subnet from the desired_additional_ip_ranges list. IP ranges can be removed regardless of its status, as long as no node pools are using them.

Protobuf enum google.container.v1beta1.AdditionalIPRangesConfig.Status

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

ACTIVE status indicates that the subnet is available for new node pool creation.

ACTIVE = 1;

ACTIVE_VALUE

ACTIVE status indicates that the subnet is available for new node pool creation.

ACTIVE = 1;

DRAINING

DRAINING status indicates that the subnet is not used for new node pool creation.

DRAINING = 2;

DRAINING_VALUE

DRAINING status indicates that the subnet is not used for new node pool creation.

DRAINING = 2;

STATUS_UNSPECIFIED

Not set, same as ACTIVE.

STATUS_UNSPECIFIED = 0;

STATUS_UNSPECIFIED_VALUE

Not set, same as ACTIVE.

STATUS_UNSPECIFIED = 0;

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()