Module: Google::Cloud::Redis::V1beta1::RescheduleMaintenanceRequest::RescheduleType

Defined in:
proto_docs/google/cloud/redis/v1beta1/cloud_redis.rb

Overview

Reschedule options.

Constant Summary collapse

RESCHEDULE_TYPE_UNSPECIFIED =

Not set.

0
IMMEDIATE =

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

1
NEXT_AVAILABLE_WINDOW =

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

2
SPECIFIC_TIME =

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

3