models.pdb_entity_info module

class models.pdb_entity_info.PDBEntityInfo(db_id=None, name=None, open_mode=None, size_bytes=None)[source]

Bases: object

Implementation of the ‘PDBEntityInfo’ model.

Proto to capture the Pluggable database information.

Attributes:

db_id (string): Pluggable database identifier. name (string): Name of the DB. open_mode (int): PDB open mode. size_bytes (long|int): Size in bytes.

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.