models.oracle_update_restore_task_options module

class models.oracle_update_restore_task_options.OracleUpdateRestoreTaskOptions(migrate_clone_params=None)[source]

Bases: object

Implementation of the ‘OracleUpdateRestoreTaskOptions’ model.

OracleUpdateRestoreTaskOptions holds the information needed for updating an Oracle restore task. Currently this contains Oracle clone specific details, which would be needed in the migration workflow.

Attributes:
migrate_clone_params (MigrateOracleCloneParams): Details needed for

Oracle Clone migrations.

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.