models.sql_update_restore_task_options module¶
-
class
models.sql_update_restore_task_options.
SqlUpdateRestoreTaskOptions
(enable_auto_sync=None, multi_stage_restore_action=None)[source]¶ Bases:
object
Implementation of the ‘SqlUpdateRestoreTaskOptions’ model.
TODO: type model description here.
- Attributes:
enable_auto_sync (bool): Enable/Disable auto_sync for db migration multi_stage_restore_action (int): This field is set if we are
performing an action on a multi-stage SQL restore.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.