models_v2.oracle_params_2 module¶
- 
class 
models_v2.oracle_params_2.OracleParams2(restricted_pfile_param_map=None, inherited_pfile_param_map=None, cohesity_pfile_param_map=None)[source]¶ Bases:
objectImplementation of the ‘OracleParams2’ model.
Specifies 3 Maps required to fill pfile text box.
- 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.