models.logical_stats module¶
-
class
models.logical_stats.
LogicalStats
(total_logical_usage_bytes=None)[source]¶ Bases:
object
Implementation of the ‘LogicalStats’ model.
Provides the combined data residing on protected objects. The size of data before reduction by deduplication and compression.
- Attributes:
- total_logical_usage_bytes (long|int): Provides the logical usage as
computed by the Cohesity Cluster. The size of the data without reduction by change-block tracking, compression and deduplication.
-
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.