rescheduleType property
The type of the reschedule.
Required. Possible string values are:
- "RESCHEDULE_TYPE_UNSPECIFIED"
- "IMMEDIATE" : Reschedules maintenance to happen now (within 5 minutes).
- "NEXT_AVAILABLE_WINDOW" : Reschedules maintenance to occur within one week from the originally scheduled day and time.
- "SPECIFIC_TIME" : Reschedules maintenance to a specific time and day.
Implementation
core.String? rescheduleType;