models_v2.oracle_params_1 module

class models_v2.oracle_params_1.OracleParams1(db_name=None, base_dir=None, home_dir=None, is_clone=None, db_file_destination=None, is_granular_restore=None)[source]

Bases: object

Implementation of the ‘OracleParams1’ model.

Oracle Params to construct meta info for alternate restore or clone.

Attributes:
db_name (string): Specifies the name of the Oracle database that we

restore to.

base_dir (string): Specifies the base directory of Oracle at

destination.

home_dir (string): Specifies the home directory of Oracle at

destination.

db_file_destination (string): Specifies the location to put the

database files(datafiles, logfiles etc.)

is_clone (bool): Specifies whether operation is clone or not is_granular_restore (bool): Specifies whether the operation is

granular restore or not.

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.