models.oracle_session module¶
- 
class 
models.oracle_session.OracleSession(location=None, system_identifier=None)[source]¶ Bases:
objectImplementation of the ‘OracleSession’ model.
Specifies information about session configuration for an Oracle host.
- Attributes:
 location (string): Location is the path where Oracle is installed. system_identifier (string): SystemIdentifier is the unique Oracle
System Identifier for the DB instance.
- 
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.