models.cluster_config_proto_vault_cloud_tier_setting module¶
-
class
models.cluster_config_proto_vault_cloud_tier_setting.
ClusterConfigProto_Vault_CloudTierSetting
(tier_info_vec=None)[source]¶ Bases:
object
Implementation of the ‘ClusterConfigProto_Vault_CloudTierSetting’ model.
Proto representing snapshot tier setting for a cloud target.
- Attributes:
- tier_info_vec (list of ClusterConfigProto_Vault_CloudTierInfo): Information
about tiering/migrating the cloud snapshots.
-
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.