models.vault_stats_info module¶
-
class
models.vault_stats_info.
VaultStatsInfo
(id=None, name=None, mtype=None, usage_bytes=None)[source]¶ Bases:
object
Implementation of the ‘VaultStatsInfo’ model.
Specifies the stats for each vault.
- Attributes:
id (long|int): Specifies the Vault Id. name (string): Specifies the Vault name. mtype (TypeVaultStatsInfoEnum): Specifies the Vault type. usage_bytes (long|int): Specifies the bytes used by the Vault.
-
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.