Reference documentation and code samples for the Google Cloud Redis V1 Client class RescheduleType.
Reschedule options.
Protobuf type google.cloud.redis.v1.RescheduleMaintenanceRequest.RescheduleType
Namespace
Google \ Cloud \ Redis \ V1 \ RescheduleMaintenanceRequestMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
RESCHEDULE_TYPE_UNSPECIFIED
Value: 0
Not set.
Generated from protobuf enum RESCHEDULE_TYPE_UNSPECIFIED = 0;
IMMEDIATE
Value: 1
If the user wants to schedule the maintenance to happen now.
Generated from protobuf enum IMMEDIATE = 1;
NEXT_AVAILABLE_WINDOW
Value: 2
If the user wants to use the existing maintenance policy to find the next available window.
Generated from protobuf enum NEXT_AVAILABLE_WINDOW = 2;
SPECIFIC_TIME
Value: 3
If the user wants to reschedule the maintenance to a specific time.
Generated from protobuf enum SPECIFIC_TIME = 3;