models_v2.common_oracle_clone_params module

class models_v2.common_oracle_clone_params.CommonOracleCloneParams(db_name=None, home_folder=None, base_folder=None, sga=None)[source]

Bases: object

Implementation of the ‘CommonOracleCloneParams’ model.

Specifies the common properties of an Oracle clone.

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.

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.