models.oracle_container_database_info module¶
-
class
models.oracle_container_database_info.
OracleContainerDatabaseInfo
(pluggable_database_info_list=None)[source]¶ Bases:
object
Implementation of the ‘OracleContainerDatabaseInfo’ model.
Specifies the Container Database information along with the Pluggable DBs within the container. The multitenant architecture enables an Oracle database to function as a multitenant container database (CDB). A CDB includes zero, one, or many customer-created pluggable databases (PDBs).
- Attributes:
- pluggable_database_info_list (list of OraclePluggableDatabaseInfo):
Specifies the list of Pluggable databases within this Container Database.
-
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.