models_v2.oracle_protection_group_database_params module¶
-
class
models_v2.oracle_protection_group_database_params.
OracleProtectionGroupDatabaseParams
(database_id=None, database_name=None, db_channels=None)[source]¶ Bases:
object
Implementation of the ‘Oracle Protection Group Database Params.’ model.
Specifies the parameters of individual databases to create Oracle Protection Group.
- Attributes:
database_id (long|int): Specifies the id of the Oracle database. database_name (string): Specifies the name of the Oracle database. db_channels (list of OracleProtectionGroupDatabaseNodeChannel):
Specifies the Oracle database node channels info. If not specified, the default values assigned by the server are applied to all the databases.
-
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.