models.get_view_box_stats_result module¶
-
class
models.get_view_box_stats_result.
GetViewBoxStatsResult
(stats_list=None)[source]¶ Bases:
object
Implementation of the ‘GetViewBoxStatsResult’ model.
GetViewBoxStatsResult is the result of get viewBoxStats api.
- Attributes:
- stats_list (list of StorageDomainStats): Specifies a list of view box
stats.
-
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.