models.no_sql_log_data module¶
-
class
models.no_sql_log_data.
NoSqlLogData
(end_seq_number=None, log_file_name=None, log_rollover=None, start_seq_number=None)[source]¶ Bases:
object
Implementation of the ‘NoSqlLogData’ model.
- Attributes:
- end_seq_number (Sequencer): End sequence number in the log file till
which the data needs to be applied. If this not populated, hydration_time_usecs must be used for determining the point till which the log needs to be applied for hydration.
- log_file_name (string): Full path + name of the log file that needs to
be processed.
- log_rollover (bool): Specifies the subnet mask for the IPMI
network.
- start_seq_number (Sequencer): Start sequence number in the log file
from which the data needs to be applied for hydration.
-
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.