models_v2.pluggable_database_info module

class models_v2.pluggable_database_info.PluggableDatabaseInfo(database_id=None, database_name=None)[source]

Bases: object

Implementation of the ‘PluggableDatabaseInfo’ model.

Specifies the information about Pluggable databases.

Attributes:

database_id (string): Specifies the database Id of the Pluggable DB. database_name (string): Specifies the name of the Pluggable DB.

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.