Enum RescheduleMaintenanceRequest.Types.RescheduleType (2.5.0)

public enum RescheduleType

Reschedule options.

Namespace

Google.Cloud.Redis.V1

Assembly

Google.Cloud.Redis.V1.dll

Fields

NameDescription
Immediate

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

NextAvailableWindow

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

SpecificTime

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

Unspecified

Not set.