models.cluster_config_proto_vault_cloud_tier_type module¶
- 
class 
models.cluster_config_proto_vault_cloud_tier_type.ClusterConfigProto_Vault_CloudTierType(cloud_properties=None, cloud_type=None)[source]¶ Bases:
objectImplementation of the ‘ClusterConfigProto_Vault_CloudTierType’ model.
Proto representing a cloud tier type.
- Attributes:
 - cloud_properties (ClusterConfigProto_Vault_CloudProperties): Field
 represeting cloud properties, which contains different properties (tiers/classes) supported by different cloud providers. In case of Oracle cloud, the ‘tenant’ property of OracleProperties message would not be populated for this use case.
- cloud_type (int): Field representing the cloud type.
 Currently tiers are supported for kAzure, kGoogle, kAmazon, kOracle.
- 
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.