models_v2.oracle_pdb_restore_params module

class models_v2.oracle_pdb_restore_params.OraclePdbRestoreParams(drop_duplicate_pdb=None, pdb_objects=None, restore_to_existing_cdb=None)[source]

Bases: object

Implementation of the ‘OraclePdbRestoreParams’ model.

Specifies information about the list of pdbs to be restored.

Attributes:
drop_duplicate_pdb (bool): Specifies if the PDB should be ignored if a

PDB already exists with same name.

pdb_objects (list of OraclePdbObjectInfo): Specifies list of PDB

objects to restore.

restore_to_existing_cdb (bool): Specifies if pdbs should be restored

to an existing CDB.

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.