models_v2.recover_oracle_granular_restore_information module

class models_v2.recover_oracle_granular_restore_information.RecoverOracleGranularRestoreInformation(granularity_type=None, pdb_restore_params=None)[source]

Bases: object

Implementation of the ‘Recover Oracle Granular Restore Information’ model.

Specifies information about list of objects (PDBs) to restore.

Attributes:
granularity_type (GranularityTypeEnum): Specifies type of granular

restore.

pdb_restore_params (OraclePdbRestoreParams): Specifies information

about the list of pdbs to be restored.

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.