models.vault_provider_stats_by_env module¶
-
class
models.vault_provider_stats_by_env.
VaultProviderStatsByEnv
(count=None, environment=None, size=None)[source]¶ Bases:
object
Implementation of the ‘VaultProviderStatsByEnv’ model.
Specifies the Vault stats by environments.
- Attributes:
- count (long|int): Specifies the count of the objects of the specified
environment.
- environment (EnvironmentVaultProviderStatsByEnvEnum): Specifies the
environment type.
- size (long|int): Specifies the size of the entities of the specified
environment.
-
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.