rescheduleType property
If reschedule type is SPECIFIC_TIME, must set up schedule_time as well.
Required. Possible string values are:
- "RESCHEDULE_TYPE_UNSPECIFIED" : Not set.
- "IMMEDIATE" : If the user wants to schedule the maintenance to happen now.
- "NEXT_AVAILABLE_WINDOW" : If the user wants to use the existing maintenance policy to find the next available window.
- "SPECIFIC_TIME" : If the user wants to reschedule the maintenance to a specific time.
Implementation
core.String? rescheduleType;