models_v2.multi_stage_restore_options module

class models_v2.multi_stage_restore_options.MultiStageRestoreOptions(enable_multi_stage_restore=None, enable_auto_sync=None)[source]

Bases: object

Implementation of the ‘Multi Stage Restore Options’ model.

Specifies the parameters related to multi stage Sql restore.

Attributes:
enable_multi_stage_restore (bool): Set this to true if you are

creating a multi-stage Sql restore task needed for features such as Hot-Standby.

enable_auto_sync (bool): Set this to true if you want to enable auto

sync for multi stage 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.