ResumeTaskSpec

ResumeTaskSpec
ResumeTaskSpec

Specification for resuming the task. If not provided, specification will be set to default values.

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.