models_v2.oracle_restore_meta_info_result module¶
-
class
models_v2.oracle_restore_meta_info_result.
OracleRestoreMetaInfoResult
(restricted_pfile_param_map=None, inherited_pfile_param_map=None, cohesity_pfile_param_map=None)[source]¶ Bases:
object
Implementation of the ‘OracleRestoreMetaInfoResult’ model.
Result to store oracle meta-info from snapshot id and other oracle params.
- Attributes:
- restricted_pfile_param_map (list of KeyValuePair): Specifies map for
restricted pfile params.
- inherited_pfile_param_map (list of KeyValuePair): Specifies map for
inherited pfile params.
- cohesity_pfile_param_map (list of KeyValuePair): Specifies map for
cohesity controlled pfile params.
-
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.