ResumeTaskSpec

ResumeTaskSpec
ResumeTaskSpec

Information required for resuming a task.

JSON Example
{
    "retry_failed_vms": true,
    "stop_on_error": false
}
boolean
retry_failed_vms
Optional

Indicates whether to restart the task for virtual machines whose task status is in error state. Default value is false.

boolean
stop_on_error
Optional

Indicates whether to stop the task at first error. Default value is true.