models.no_sql_recover_params_entity_log module¶
-
class
models.no_sql_recover_params_entity_log.
IpRange
(entity=None, log_data_vec=None)[source]¶ Bases:
object
Implementation of the ‘IpRange’ model.
- Attributes:
entity (EntityProto): Entity for a leaf level entity. log_data_vec (list of NoSqlLogData): List of log file and time range to
applied for hydrated backup or for recovery. Each data event has a path of log file and the valid sequencer range within that log file.
-
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.