models.oracle_db_config_redo_log_group_conf module¶
-
class
models.oracle_db_config_redo_log_group_conf.
OracleDBConfigRedoLogGroupConf
(group_member_vec=None, member_prefix=None, num_groups=None, size_mb=None)[source]¶ Bases:
object
Implementation of the ‘OracleDBConfig_RedoLogGroupConf’ model.
GROUP1 : {DST1/CH1.log, DST2/CH1.log} GROUP2 : {DST1/CH2.log, DST2/CH2.log} GROUP3 : {DST1/CH3.log, DST2/CH3.log}
- Attributes:
- group_member_vec (list of string): List of members of this redo log
group.
member_prefix (string): Log member name prefix. num_groups (int): Number of redo log groups. size_mb (int): Size of the member in MB.
-
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.