models_v2.oracle_object_entity_params module

class models_v2.oracle_object_entity_params.OracleObjectEntityParams(database_entity_info=None, host_info=None)[source]

Bases: object

Implementation of the ‘OracleObjectEntityParams’ model.

Object details for Oracle.

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.