models.oracle_app_params module¶
-
class
models.oracle_app_params.
OracleAppParams
(database_app_id=None, node_channel_list=None)[source]¶ Bases:
object
Implementation of the ‘OracleAppParams’ model.
Specifies special settings applicable for a app entity i.e database/dataguard.
- Attributes:
- database_app_id (long|int): Specifies the source entity id of the
selected app entity.
- node_channel_list (list of OracleDatabaseNodeChannel): Array of
database node channel info. Specifies the node channel info for all the databases of app entity. Length of this array will be 1 for RAC and Standalone setups.
-
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.