models_v2.oracle_clone_task module¶
-
class
models_v2.oracle_clone_task.
OracleCloneTask
(pre_script=None, post_script=None, db_name=None, home_folder=None, base_folder=None, sga=None)[source]¶ Bases:
object
Implementation of the ‘OracleCloneTask’ model.
Specifies the information about an Oracle clone task.
- Attributes:
- pre_script (CommonPreBackupScriptParams): Specifies the common params
for PreBackup scripts.
- post_script (CommonPrePostScriptParams): Specifies the common params
for PostBackup scripts.
db_name (string): Specifies the name of the cloned database. home_folder (string): Specifies the home folder for the cloned
database.
- base_folder (string): Specifies the base folder of Oracle installation
on the target host.
- sga (string): Specifies the System Global Area (SGA) for the clone
database.
-
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.