Uses of Enum
com.dtsx.astra.sdk.db.domain.CloudProviderType
Packages that use CloudProviderType
Package
Description
Sub Clients relative to Astra Db Service.
Entities and Pojo for Astra Db Service.
Utility Classes for devops.
-
Uses of CloudProviderType in com.dtsx.astra.sdk.db
Methods in com.dtsx.astra.sdk.db that return types with arguments of type CloudProviderTypeModifier and TypeMethodDescriptionDbRegionsClient.findAllAsMap()Map regions from plain list to Tier/Cloud/Region Structure.Methods in com.dtsx.astra.sdk.db with parameters of type CloudProviderTypeModifier and TypeMethodDescriptionvoidDbDatacentersClient.create(String tier, CloudProviderType cloudProvider, String regionName) Create a Region. -
Uses of CloudProviderType in com.dtsx.astra.sdk.db.domain
Fields in com.dtsx.astra.sdk.db.domain declared as CloudProviderTypeModifier and TypeFieldDescriptionprotected CloudProviderTypeDatabaseCreationBuilder.cloudProviderCloudProvider where the database lives.static final CloudProviderTypeDatabaseCreationBuilder.DEFAULT_CLOUDDefault cloud.static final CloudProviderTypeDatabaseCreationRequest.DEFAULT_CLOUDDefault cloud.Methods in com.dtsx.astra.sdk.db.domain that return CloudProviderTypeModifier and TypeMethodDescriptionDatabaseCreationRequest.getCloudProvider()Getter accessor for attribute 'cloudProvider'.DatabaseInfo.getCloudProvider()Getter accessor for attribute 'cloudProvider'.DatabaseRegion.getCloudProvider()Getter accessor for attribute 'cloudProvider'.Datacenter.getCloudProvider()Getter accessor for attribute 'cloudProvider'.DatabaseFilter.getProvider()Getter accessor for attribute 'provider'.static CloudProviderTypeReturns the enum constant of this type with the specified name.static CloudProviderType[]CloudProviderType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.dtsx.astra.sdk.db.domain with parameters of type CloudProviderTypeModifier and TypeMethodDescriptionDatabaseCreationBuilder.cloudProvider(CloudProviderType cloudProvider) Build from the cloudProvider.DatabaseFilter.DatabaseFilterBuilder.provider(CloudProviderType p) Define the CloudProviderType.voidDatabaseInfo.setCloudProvider(CloudProviderType cloudProvider) Setter accessor for attribute 'cloudProvider'.voidDatabaseRegion.setCloudProvider(CloudProviderType cloudProvider) Setter accessor for attribute 'cloudProvider'.voidDatacenter.setCloudProvider(CloudProviderType cloudProvider) Setter accessor for attribute 'cloudProvider'.Constructors in com.dtsx.astra.sdk.db.domain with parameters of type CloudProviderTypeModifierConstructorDescriptionDatabaseFilter(int limit, DatabaseFilter.Include i, CloudProviderType p, String startingAfter) Full constructor. -
Uses of CloudProviderType in com.dtsx.astra.sdk.utils
Fields in com.dtsx.astra.sdk.utils declared as CloudProviderTypeModifier and TypeFieldDescriptionstatic final CloudProviderTypeTestUtils.TEST_PROVIDERTest constant.