Enum MaintenanceExclusionOptions.EndTimeBehavior (2.81.0)

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

EndTimeBehavior specifies the behavior of the exclusion end time.

Protobuf enum google.container.v1beta1.MaintenanceExclusionOptions.EndTimeBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
END_TIME_BEHAVIOR_UNSPECIFIED

END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.

END_TIME_BEHAVIOR_UNSPECIFIED = 0;

END_TIME_BEHAVIOR_UNSPECIFIED_VALUE

END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.

END_TIME_BEHAVIOR_UNSPECIFIED = 0;

UNRECOGNIZED
UNTIL_END_OF_SUPPORT

UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version.

UNTIL_END_OF_SUPPORT = 1;

UNTIL_END_OF_SUPPORT_VALUE

UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version.

UNTIL_END_OF_SUPPORT = 1;

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