Enum CloudProviderType
Specifies the cloud provider on which an Astra DB database is deployed.
[JsonConverter(typeof(JsonStringEnumConverter<CloudProviderType>))]
public enum CloudProviderType
Fields
[JsonStringEnumMemberName("aws")] AWS = 0Amazon Web Services.
[JsonStringEnumMemberName("azure")] Azure = 2Microsoft Azure.
[JsonStringEnumMemberName("gcp")] GCP = 1Google Cloud Platform.