status
Parameters
value
The status of the resource. Valid values: Synchronizing
, Suspending
. You can stop the task by specifying Suspending
and start the task by specifying Synchronizing
.
NOTE: From the status of
NotStarted
toSynchronizing
, the resource goes through thePrechecking
andInitializing
phases. Because of theInitializing
phase takes too long, and once the resource passes to the status ofPrechecking
, it can be considered that the task can be executed normally. Therefore, we treat the status ofInitializing
as an equivalent toSynchronizing
. NOTE: If you want to upgrade the synchronization job specifications by the propertyinstance_class
, you must also modify the propertyinstance_class
of it's instance to keep them consistent.