models.cluster_config_proto_vault_cloud_properties module¶
-
class
models.cluster_config_proto_vault_cloud_properties.
ClusterConfigProto_Vault_CloudProperties
(amazon_properties=None, azure_properties=None, google_properties=None, oracle_properties=None)[source]¶ Bases:
object
Implementation of the ‘ClusterConfigProto_Vault_CloudProperties’ model.
The following represents the cloud properties proto which handles different properties supported by different cloud providers.
- Attributes:
- amazon_properties (
ClusterConfigProto_Vault_CloudProperties_AmazonProperties): TODO: Type description here.
- azure_properties (
ClusterConfigProto_Vault_CloudProperties_AzureProperties): TODO: Type description here.
- google_properties (ClusterConfigProto_Vault_CloudProperties_GoogleProperties):
TODO: Type description here.
- oracle_properties (ClusterConfigProto_Vault_CloudProperties_OracleProperties):
TODO: Type description here.
-
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.