FarmScheduledMaintenanceInfo

FarmScheduledMaintenanceInfo
FarmScheduledMaintenanceInfo

Scheduled maintenance settings for the automated farm.

JSON Example
{
    "immediate_maintenance_scheduled": true,
    "logoff_policy": "WAIT_FOR_LOGOFF",
    "next_scheduled_time": 1237081283000,
    "recurring_maintenance_settings": {
        "maintenance_period": "WEEKLY",
        "maintenance_period_frequency": 10,
        "start_index": 1,
        "start_time": "10:00"
    },
    "stop_on_first_error": true
}
boolean
immediate_maintenance_scheduled
Optional

Indicates whether immediate maintenance is scheduled.

string
logoff_policy
Optional

Determines when to perform the operation on RDS servers which have an active session.

  • FORCE_LOGOFF: Users will be forced to log off when the system is ready to execute the operation. Before being forcibly logged off, users may have a grace period in which to save their work which can be configured in Global Settings.
  • WAIT_FOR_LOGOFF: Wait for connected users to disconnect before the task starts. The operation starts immediately when there are no active sessions.
Possible values are : FORCE_LOGOFF, WAIT_FOR_LOGOFF,
integer As int64 As int64
next_scheduled_time
Optional

Time when next scheduled maintenance would happen.

recurring_maintenance_settings
Optional

recurring_maintenance_settings

boolean
stop_on_first_error
Optional

Indicates whether the operation should stop on first error.