models_v2.redo_log_config module

class models_v2.redo_log_config.RedoLogConfig(num_groups=None, member_prefix=None, size_m_bytes=None, group_members=None)[source]

Bases: object

Implementation of the ‘RedoLogConfig’ model.

Specifies redo log config.

Attributes:

num_groups (int): Specifies no. of redo log groups. member_prefix (string): Specifies Log member name prefix. size_m_bytes (int): Specifies Size of the member in MB. group_members (list of string): Specifies list of members of this redo

log group.

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.