Enum RescheduleMaintenanceRequest.RescheduleType (2.44.0)

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

Reschedule options.

Protobuf enum google.cloud.redis.v1beta1.RescheduleMaintenanceRequest.RescheduleType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
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;

NEXT_AVAILABLE_WINDOW

If the user wants to use the existing maintenance policy to find the next available window.

NEXT_AVAILABLE_WINDOW = 2;

NEXT_AVAILABLE_WINDOW_VALUE

If the user wants to use the existing maintenance policy to find the next available window.

NEXT_AVAILABLE_WINDOW = 2;

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

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