models_v2.oracle_clone_object module¶
-
class
models_v2.oracle_clone_object.
OracleCloneObject
(db_name=None, home_folder=None, base_folder=None, sga=None, db_version=None)[source]¶ Bases:
object
Implementation of the ‘OracleCloneObject’ model.
Specifies the information about an Oracle clone object.
- Attributes:
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.
db_version (string): Specifies the version of the Oracle 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.