public enum RescheduleClusterMaintenanceRequest.RescheduleType extends Enum<RescheduleClusterMaintenanceRequest.RescheduleType> implements ProtocolMessageEnum
Reschedule options.
Protobuf enum
google.cloud.redis.cluster.v1beta1.RescheduleClusterMaintenanceRequest.RescheduleType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
IMMEDIATE |
If the user wants to schedule the maintenance to happen now. |
IMMEDIATE_VALUE |
If the user wants to schedule the maintenance to happen now. |
RESCHEDULE_TYPE_UNSPECIFIED |
Not set. |
RESCHEDULE_TYPE_UNSPECIFIED_VALUE |
Not set. |
SPECIFIC_TIME |
If the user wants to reschedule the maintenance to a specific time. |
SPECIFIC_TIME_VALUE |
If the user wants to reschedule the maintenance to a specific time. |
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() |