FarmRecurringMaintenanceSettingsSpec
Settings for recurring maintenance operation for the farm. This is Required only if maintenance_mode is set to RECURRING
{
"maintenance_period": "MONTHLY",
"maintenance_period_frequency": 10,
"start_index": 2,
"start_time": "10:00"
}
This represents the frequency at which to perform recurring maintenance.
- DAILY: Daily recurring maintenance
- WEEKLY: Weekly recurring maintenance
- MONTHLY: Monthly recurring maintenance
Indicates how frequently to repeat maintenance, expressed as multiple of the maintenance period. e.g. Every 2 weeks. Default value is 1.
Start index for weekly or monthly maintenance.This required if maintenance_period is set to either WEEKLY or MONTHLY. Weekly: 1-7 (Sun-Sat), Monthly: 1-31
Start time configured for the recurring maintenance. This should be in the form hh:mm in 24 hours format.