models_v2.oracle_params module¶
-
class
models_v2.oracle_params.
OracleParams
(database_entity_info=None, host_info=None)[source]¶ Bases:
object
Implementation of the ‘OracleParams’ model.
Specifies the parameters for Oracle object.
- Attributes:
- database_entity_info (DatabaseEntityInfo): Object details about Oracle
database entity info.
- host_info (HostInformation): Specifies the host information for a
objects. This is mainly populated in case of App objects where app object is hosted by another object such as VM or physical server.
-
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.