models_v2.view_stats module¶
-
class
models_v2.view_stats.
ViewStats
(id=None, data_usage_stats=None)[source]¶ Bases:
object
Implementation of the ‘View Stats.’ model.
Provides statistics about the View.
- Attributes:
id (long|int): Specifies the id of the View. data_usage_stats (DataUsageStatistics): Specifies the data usage
metric of the data stored on the Cohesity Cluster or Storage Domains (View Boxes).
-
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.