models.storage_domain_stats module¶
-
class
models.storage_domain_stats.
StorageDomainStats
(cloud_spill_vault_id=None, group_list=None, id=None, name=None, quota_hard_limit_bytes=None, schema_info_list=None, stats=None)[source]¶ Bases:
object
Implementation of the ‘StorageDomainStats’ model.
TODO: type model description here.
- Attributes:
- cloud_spill_vault_id (long|int): Specifies the cloud spill vault id of
the view box (storage domain).
- group_list (list of StatsGroup): Specifies a list of groups associated
to this view box (storage domain).
id (long|int): Specifies the id of the view box (storage domain). name (string): Specifies the name of the view box (storage domain). quota_hard_limit_bytes (long|int): Specifies the hard limit of
physical quota of the view box (storage domain).
- schema_info_list (list of UsageSchemaInfo): Specifies a list of
schemaInfos of the view box (storage domain).
- stats (DataUsageStats): Specifies details of statistics of the view
box (storage domain).
-
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.