Enum RescheduleClusterMaintenanceRequest.RescheduleType (0.29.0)

public enum RescheduleClusterMaintenanceRequest.RescheduleType extends Enum<RescheduleClusterMaintenanceRequest.RescheduleType> implements ProtocolMessageEnum

Reschedule options.

Protobuf enum google.cloud.redis.cluster.v1beta1.RescheduleClusterMaintenanceRequest.RescheduleType

Implements

ProtocolMessageEnum

Static Fields

Name Description
IMMEDIATE

If the user wants to schedule the maintenance to happen now.

IMMEDIATE = 1;

IMMEDIATE_VALUE

If the user wants to schedule the maintenance to happen now.

IMMEDIATE = 1;

RESCHEDULE_TYPE_UNSPECIFIED

Not set.

RESCHEDULE_TYPE_UNSPECIFIED = 0;

RESCHEDULE_TYPE_UNSPECIFIED_VALUE

Not set.

RESCHEDULE_TYPE_UNSPECIFIED = 0;

SPECIFIC_TIME

If the user wants to reschedule the maintenance to a specific time.

SPECIFIC_TIME = 3;

SPECIFIC_TIME_VALUE

If the user wants to reschedule the maintenance to a specific time.

SPECIFIC_TIME = 3;

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