qdrant-cloud.AccountsCluster
Explore with Pulumi AI
Account Cluster Resource
Create AccountsCluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccountsCluster(name: string, args: AccountsClusterArgs, opts?: CustomResourceOptions);
@overload
def AccountsCluster(resource_name: str,
args: AccountsClusterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AccountsCluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
cloud_provider: Optional[str] = None,
cloud_region: Optional[str] = None,
configuration: Optional[AccountsClusterConfigurationArgs] = None,
account_id: Optional[str] = None,
delete_backups_on_destroy: Optional[bool] = None,
name: Optional[str] = None,
private_region_id: Optional[str] = None)
func NewAccountsCluster(ctx *Context, name string, args AccountsClusterArgs, opts ...ResourceOption) (*AccountsCluster, error)
public AccountsCluster(string name, AccountsClusterArgs args, CustomResourceOptions? opts = null)
public AccountsCluster(String name, AccountsClusterArgs args)
public AccountsCluster(String name, AccountsClusterArgs args, CustomResourceOptions options)
type: qdrant-cloud:AccountsCluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args AccountsClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AccountsClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AccountsClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccountsClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccountsClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var accountsClusterResource = new QdrantCloud.AccountsCluster("accountsClusterResource", new()
{
CloudProvider = "string",
CloudRegion = "string",
Configuration = new QdrantCloud.Inputs.AccountsClusterConfigurationArgs
{
NodeConfiguration = new QdrantCloud.Inputs.AccountsClusterConfigurationNodeConfigurationArgs
{
PackageId = "string",
ResourceConfigurations = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationNodeConfigurationResourceConfigurationArgs
{
Amount = 0,
ResourceType = "string",
ResourceUnit = "string",
},
},
},
NumberOfNodes = 0,
PodLabels = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationPodLabelArgs
{
Key = "string",
Value = "string",
},
},
RebalanceStrategy = "string",
LastModifiedAt = "string",
DatabaseConfiguration = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationArgs
{
Collection = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationCollectionArgs
{
ReplicationFactor = 0,
Vectors = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationCollectionVectorsArgs
{
OnDisk = false,
},
WriteConsistencyFactor = 0,
},
Inference = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationInferenceArgs
{
Enabled = false,
},
LogLevel = "string",
Service = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationServiceArgs
{
ApiKey = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationServiceApiKeyArgs
{
SecretKey = "string",
SecretName = "string",
},
EnableTls = false,
JwtRbac = false,
ReadOnlyApiKey = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKeyArgs
{
SecretKey = "string",
SecretName = "string",
},
},
Storage = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationStorageArgs
{
Performance = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationStoragePerformanceArgs
{
AsyncScorer = false,
OptimizerCpuBudget = 0,
},
},
Tls = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationTlsArgs
{
Cert = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationTlsCertArgs
{
SecretKey = "string",
SecretName = "string",
},
Key = new QdrantCloud.Inputs.AccountsClusterConfigurationDatabaseConfigurationTlsKeyArgs
{
SecretKey = "string",
SecretName = "string",
},
},
},
NodeSelectors = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationNodeSelectorArgs
{
Key = "string",
Value = "string",
},
},
Annotations = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationAnnotationArgs
{
Key = "string",
Value = "string",
},
},
AllowedIpSourceRanges = new[]
{
"string",
},
GpuType = "string",
ReservedCpuPercentage = 0,
ReservedMemoryPercentage = 0,
RestartPolicy = "string",
ServiceAnnotations = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationServiceAnnotationArgs
{
Key = "string",
Value = "string",
},
},
ServiceType = "string",
Tolerations = new[]
{
new QdrantCloud.Inputs.AccountsClusterConfigurationTolerationArgs
{
Effect = "string",
Key = "string",
Operator = "string",
TolerationSeconds = 0,
Value = "string",
},
},
Version = "string",
},
AccountId = "string",
DeleteBackupsOnDestroy = false,
Name = "string",
});
example, err := qdrantcloud.NewAccountsCluster(ctx, "accountsClusterResource", &qdrantcloud.AccountsClusterArgs{
CloudProvider: pulumi.String("string"),
CloudRegion: pulumi.String("string"),
Configuration: &qdrantcloud.AccountsClusterConfigurationArgs{
NodeConfiguration: &qdrantcloud.AccountsClusterConfigurationNodeConfigurationArgs{
PackageId: pulumi.String("string"),
ResourceConfigurations: qdrantcloud.AccountsClusterConfigurationNodeConfigurationResourceConfigurationArray{
&qdrantcloud.AccountsClusterConfigurationNodeConfigurationResourceConfigurationArgs{
Amount: pulumi.Float64(0),
ResourceType: pulumi.String("string"),
ResourceUnit: pulumi.String("string"),
},
},
},
NumberOfNodes: pulumi.Float64(0),
PodLabels: qdrantcloud.AccountsClusterConfigurationPodLabelArray{
&qdrantcloud.AccountsClusterConfigurationPodLabelArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
RebalanceStrategy: pulumi.String("string"),
LastModifiedAt: pulumi.String("string"),
DatabaseConfiguration: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationArgs{
Collection: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationCollectionArgs{
ReplicationFactor: pulumi.Float64(0),
Vectors: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationCollectionVectorsArgs{
OnDisk: pulumi.Bool(false),
},
WriteConsistencyFactor: pulumi.Float64(0),
},
Inference: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationInferenceArgs{
Enabled: pulumi.Bool(false),
},
LogLevel: pulumi.String("string"),
Service: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationServiceArgs{
ApiKey: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationServiceApiKeyArgs{
SecretKey: pulumi.String("string"),
SecretName: pulumi.String("string"),
},
EnableTls: pulumi.Bool(false),
JwtRbac: pulumi.Bool(false),
ReadOnlyApiKey: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKeyArgs{
SecretKey: pulumi.String("string"),
SecretName: pulumi.String("string"),
},
},
Storage: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationStorageArgs{
Performance: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationStoragePerformanceArgs{
AsyncScorer: pulumi.Bool(false),
OptimizerCpuBudget: pulumi.Float64(0),
},
},
Tls: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationTlsArgs{
Cert: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationTlsCertArgs{
SecretKey: pulumi.String("string"),
SecretName: pulumi.String("string"),
},
Key: &qdrantcloud.AccountsClusterConfigurationDatabaseConfigurationTlsKeyArgs{
SecretKey: pulumi.String("string"),
SecretName: pulumi.String("string"),
},
},
},
NodeSelectors: qdrantcloud.AccountsClusterConfigurationNodeSelectorArray{
&qdrantcloud.AccountsClusterConfigurationNodeSelectorArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
Annotations: qdrantcloud.AccountsClusterConfigurationAnnotationArray{
&qdrantcloud.AccountsClusterConfigurationAnnotationArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
AllowedIpSourceRanges: pulumi.StringArray{
pulumi.String("string"),
},
GpuType: pulumi.String("string"),
ReservedCpuPercentage: pulumi.Float64(0),
ReservedMemoryPercentage: pulumi.Float64(0),
RestartPolicy: pulumi.String("string"),
ServiceAnnotations: qdrantcloud.AccountsClusterConfigurationServiceAnnotationArray{
&qdrantcloud.AccountsClusterConfigurationServiceAnnotationArgs{
Key: pulumi.String("string"),
Value: pulumi.String("string"),
},
},
ServiceType: pulumi.String("string"),
Tolerations: qdrantcloud.AccountsClusterConfigurationTolerationArray{
&qdrantcloud.AccountsClusterConfigurationTolerationArgs{
Effect: pulumi.String("string"),
Key: pulumi.String("string"),
Operator: pulumi.String("string"),
TolerationSeconds: pulumi.Float64(0),
Value: pulumi.String("string"),
},
},
Version: pulumi.String("string"),
},
AccountId: pulumi.String("string"),
DeleteBackupsOnDestroy: pulumi.Bool(false),
Name: pulumi.String("string"),
})
var accountsClusterResource = new AccountsCluster("accountsClusterResource", AccountsClusterArgs.builder()
.cloudProvider("string")
.cloudRegion("string")
.configuration(AccountsClusterConfigurationArgs.builder()
.nodeConfiguration(AccountsClusterConfigurationNodeConfigurationArgs.builder()
.packageId("string")
.resourceConfigurations(AccountsClusterConfigurationNodeConfigurationResourceConfigurationArgs.builder()
.amount(0.0)
.resourceType("string")
.resourceUnit("string")
.build())
.build())
.numberOfNodes(0.0)
.podLabels(AccountsClusterConfigurationPodLabelArgs.builder()
.key("string")
.value("string")
.build())
.rebalanceStrategy("string")
.lastModifiedAt("string")
.databaseConfiguration(AccountsClusterConfigurationDatabaseConfigurationArgs.builder()
.collection(AccountsClusterConfigurationDatabaseConfigurationCollectionArgs.builder()
.replicationFactor(0.0)
.vectors(AccountsClusterConfigurationDatabaseConfigurationCollectionVectorsArgs.builder()
.onDisk(false)
.build())
.writeConsistencyFactor(0.0)
.build())
.inference(AccountsClusterConfigurationDatabaseConfigurationInferenceArgs.builder()
.enabled(false)
.build())
.logLevel("string")
.service(AccountsClusterConfigurationDatabaseConfigurationServiceArgs.builder()
.apiKey(AccountsClusterConfigurationDatabaseConfigurationServiceApiKeyArgs.builder()
.secretKey("string")
.secretName("string")
.build())
.enableTls(false)
.jwtRbac(false)
.readOnlyApiKey(AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKeyArgs.builder()
.secretKey("string")
.secretName("string")
.build())
.build())
.storage(AccountsClusterConfigurationDatabaseConfigurationStorageArgs.builder()
.performance(AccountsClusterConfigurationDatabaseConfigurationStoragePerformanceArgs.builder()
.asyncScorer(false)
.optimizerCpuBudget(0.0)
.build())
.build())
.tls(AccountsClusterConfigurationDatabaseConfigurationTlsArgs.builder()
.cert(AccountsClusterConfigurationDatabaseConfigurationTlsCertArgs.builder()
.secretKey("string")
.secretName("string")
.build())
.key(AccountsClusterConfigurationDatabaseConfigurationTlsKeyArgs.builder()
.secretKey("string")
.secretName("string")
.build())
.build())
.build())
.nodeSelectors(AccountsClusterConfigurationNodeSelectorArgs.builder()
.key("string")
.value("string")
.build())
.annotations(AccountsClusterConfigurationAnnotationArgs.builder()
.key("string")
.value("string")
.build())
.allowedIpSourceRanges("string")
.gpuType("string")
.reservedCpuPercentage(0.0)
.reservedMemoryPercentage(0.0)
.restartPolicy("string")
.serviceAnnotations(AccountsClusterConfigurationServiceAnnotationArgs.builder()
.key("string")
.value("string")
.build())
.serviceType("string")
.tolerations(AccountsClusterConfigurationTolerationArgs.builder()
.effect("string")
.key("string")
.operator("string")
.tolerationSeconds(0.0)
.value("string")
.build())
.version("string")
.build())
.accountId("string")
.deleteBackupsOnDestroy(false)
.name("string")
.build());
accounts_cluster_resource = qdrant_cloud.AccountsCluster("accountsClusterResource",
cloud_provider="string",
cloud_region="string",
configuration={
"node_configuration": {
"package_id": "string",
"resource_configurations": [{
"amount": 0,
"resource_type": "string",
"resource_unit": "string",
}],
},
"number_of_nodes": 0,
"pod_labels": [{
"key": "string",
"value": "string",
}],
"rebalance_strategy": "string",
"last_modified_at": "string",
"database_configuration": {
"collection": {
"replication_factor": 0,
"vectors": {
"on_disk": False,
},
"write_consistency_factor": 0,
},
"inference": {
"enabled": False,
},
"log_level": "string",
"service": {
"api_key": {
"secret_key": "string",
"secret_name": "string",
},
"enable_tls": False,
"jwt_rbac": False,
"read_only_api_key": {
"secret_key": "string",
"secret_name": "string",
},
},
"storage": {
"performance": {
"async_scorer": False,
"optimizer_cpu_budget": 0,
},
},
"tls": {
"cert": {
"secret_key": "string",
"secret_name": "string",
},
"key": {
"secret_key": "string",
"secret_name": "string",
},
},
},
"node_selectors": [{
"key": "string",
"value": "string",
}],
"annotations": [{
"key": "string",
"value": "string",
}],
"allowed_ip_source_ranges": ["string"],
"gpu_type": "string",
"reserved_cpu_percentage": 0,
"reserved_memory_percentage": 0,
"restart_policy": "string",
"service_annotations": [{
"key": "string",
"value": "string",
}],
"service_type": "string",
"tolerations": [{
"effect": "string",
"key": "string",
"operator": "string",
"toleration_seconds": 0,
"value": "string",
}],
"version": "string",
},
account_id="string",
delete_backups_on_destroy=False,
name="string")
const accountsClusterResource = new qdrant_cloud.AccountsCluster("accountsClusterResource", {
cloudProvider: "string",
cloudRegion: "string",
configuration: {
nodeConfiguration: {
packageId: "string",
resourceConfigurations: [{
amount: 0,
resourceType: "string",
resourceUnit: "string",
}],
},
numberOfNodes: 0,
podLabels: [{
key: "string",
value: "string",
}],
rebalanceStrategy: "string",
lastModifiedAt: "string",
databaseConfiguration: {
collection: {
replicationFactor: 0,
vectors: {
onDisk: false,
},
writeConsistencyFactor: 0,
},
inference: {
enabled: false,
},
logLevel: "string",
service: {
apiKey: {
secretKey: "string",
secretName: "string",
},
enableTls: false,
jwtRbac: false,
readOnlyApiKey: {
secretKey: "string",
secretName: "string",
},
},
storage: {
performance: {
asyncScorer: false,
optimizerCpuBudget: 0,
},
},
tls: {
cert: {
secretKey: "string",
secretName: "string",
},
key: {
secretKey: "string",
secretName: "string",
},
},
},
nodeSelectors: [{
key: "string",
value: "string",
}],
annotations: [{
key: "string",
value: "string",
}],
allowedIpSourceRanges: ["string"],
gpuType: "string",
reservedCpuPercentage: 0,
reservedMemoryPercentage: 0,
restartPolicy: "string",
serviceAnnotations: [{
key: "string",
value: "string",
}],
serviceType: "string",
tolerations: [{
effect: "string",
key: "string",
operator: "string",
tolerationSeconds: 0,
value: "string",
}],
version: "string",
},
accountId: "string",
deleteBackupsOnDestroy: false,
name: "string",
});
type: qdrant-cloud:AccountsCluster
properties:
accountId: string
cloudProvider: string
cloudRegion: string
configuration:
allowedIpSourceRanges:
- string
annotations:
- key: string
value: string
databaseConfiguration:
collection:
replicationFactor: 0
vectors:
onDisk: false
writeConsistencyFactor: 0
inference:
enabled: false
logLevel: string
service:
apiKey:
secretKey: string
secretName: string
enableTls: false
jwtRbac: false
readOnlyApiKey:
secretKey: string
secretName: string
storage:
performance:
asyncScorer: false
optimizerCpuBudget: 0
tls:
cert:
secretKey: string
secretName: string
key:
secretKey: string
secretName: string
gpuType: string
lastModifiedAt: string
nodeConfiguration:
packageId: string
resourceConfigurations:
- amount: 0
resourceType: string
resourceUnit: string
nodeSelectors:
- key: string
value: string
numberOfNodes: 0
podLabels:
- key: string
value: string
rebalanceStrategy: string
reservedCpuPercentage: 0
reservedMemoryPercentage: 0
restartPolicy: string
serviceAnnotations:
- key: string
value: string
serviceType: string
tolerations:
- effect: string
key: string
operator: string
tolerationSeconds: 0
value: string
version: string
deleteBackupsOnDestroy: false
name: string
AccountsCluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AccountsCluster resource accepts the following input properties:
- Cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- Cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- Configuration
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration - Cluster Schema The configuration options of a cluster field
- Account
Id string - Cluster Schema Identifier of the account field
- Delete
Backups boolOn Destroy - Whether to delete backups when the cluster is destroyed.
- Name string
- Cluster Schema Name of the cluster field
- Private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- Cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- Cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- Configuration
Accounts
Cluster Configuration Args - Cluster Schema The configuration options of a cluster field
- Account
Id string - Cluster Schema Identifier of the account field
- Delete
Backups boolOn Destroy - Whether to delete backups when the cluster is destroyed.
- Name string
- Cluster Schema Name of the cluster field
- Private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- cloud
Provider String - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region String - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration - Cluster Schema The configuration options of a cluster field
- account
Id String - Cluster Schema Identifier of the account field
- delete
Backups BooleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- name String
- Cluster Schema Name of the cluster field
- private
Region StringId - Cluster Schema Identifier of the Hybrid cloud region field
- cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration - Cluster Schema The configuration options of a cluster field
- account
Id string - Cluster Schema Identifier of the account field
- delete
Backups booleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- name string
- Cluster Schema Name of the cluster field
- private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- cloud_
provider str - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud_
region str - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration Args - Cluster Schema The configuration options of a cluster field
- account_
id str - Cluster Schema Identifier of the account field
- delete_
backups_ boolon_ destroy - Whether to delete backups when the cluster is destroyed.
- name str
- Cluster Schema Name of the cluster field
- private_
region_ strid - Cluster Schema Identifier of the Hybrid cloud region field
- cloud
Provider String - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region String - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration Property Map
- Cluster Schema The configuration options of a cluster field
- account
Id String - Cluster Schema Identifier of the account field
- delete
Backups BooleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- name String
- Cluster Schema Name of the cluster field
- private
Region StringId - Cluster Schema Identifier of the Hybrid cloud region field
Outputs
All input properties are implicitly available as output properties. Additionally, the AccountsCluster resource produces the following output properties:
- Created
At string - Cluster Schema Timestamp when the cluster is created field
- Id string
- The provider-assigned unique ID for this managed resource.
- Marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- Statuses
List<Pulumi.
Qdrant Cloud. Outputs. Accounts Cluster Status> - Cluster Schema The status of the cluster field
- Url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- Created
At string - Cluster Schema Timestamp when the cluster is created field
- Id string
- The provider-assigned unique ID for this managed resource.
- Marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- Statuses
[]Accounts
Cluster Status - Cluster Schema The status of the cluster field
- Url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- created
At String - Cluster Schema Timestamp when the cluster is created field
- id String
- The provider-assigned unique ID for this managed resource.
- marked
For StringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- statuses
List<Accounts
Cluster Status> - Cluster Schema The status of the cluster field
- url String
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- created
At string - Cluster Schema Timestamp when the cluster is created field
- id string
- The provider-assigned unique ID for this managed resource.
- marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- statuses
Accounts
Cluster Status[] - Cluster Schema The status of the cluster field
- url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- created_
at str - Cluster Schema Timestamp when the cluster is created field
- id str
- The provider-assigned unique ID for this managed resource.
- marked_
for_ strdeletion_ at - Cluster Schema Timestamp when this cluster was marked for deletion field
- statuses
Sequence[Accounts
Cluster Status] - Cluster Schema The status of the cluster field
- url str
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- created
At String - Cluster Schema Timestamp when the cluster is created field
- id String
- The provider-assigned unique ID for this managed resource.
- marked
For StringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- statuses List<Property Map>
- Cluster Schema The status of the cluster field
- url String
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
Look up Existing AccountsCluster Resource
Get an existing AccountsCluster resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AccountsClusterState, opts?: CustomResourceOptions): AccountsCluster
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
cloud_provider: Optional[str] = None,
cloud_region: Optional[str] = None,
configuration: Optional[AccountsClusterConfigurationArgs] = None,
created_at: Optional[str] = None,
delete_backups_on_destroy: Optional[bool] = None,
marked_for_deletion_at: Optional[str] = None,
name: Optional[str] = None,
private_region_id: Optional[str] = None,
statuses: Optional[Sequence[AccountsClusterStatusArgs]] = None,
url: Optional[str] = None) -> AccountsCluster
func GetAccountsCluster(ctx *Context, name string, id IDInput, state *AccountsClusterState, opts ...ResourceOption) (*AccountsCluster, error)
public static AccountsCluster Get(string name, Input<string> id, AccountsClusterState? state, CustomResourceOptions? opts = null)
public static AccountsCluster get(String name, Output<String> id, AccountsClusterState state, CustomResourceOptions options)
resources: _: type: qdrant-cloud:AccountsCluster get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Account
Id string - Cluster Schema Identifier of the account field
- Cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- Cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- Configuration
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration - Cluster Schema The configuration options of a cluster field
- Created
At string - Cluster Schema Timestamp when the cluster is created field
- Delete
Backups boolOn Destroy - Whether to delete backups when the cluster is destroyed.
- Marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- Name string
- Cluster Schema Name of the cluster field
- Private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- Statuses
List<Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Status> - Cluster Schema The status of the cluster field
- Url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- Account
Id string - Cluster Schema Identifier of the account field
- Cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- Cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- Configuration
Accounts
Cluster Configuration Args - Cluster Schema The configuration options of a cluster field
- Created
At string - Cluster Schema Timestamp when the cluster is created field
- Delete
Backups boolOn Destroy - Whether to delete backups when the cluster is destroyed.
- Marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- Name string
- Cluster Schema Name of the cluster field
- Private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- Statuses
[]Accounts
Cluster Status Args - Cluster Schema The status of the cluster field
- Url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- account
Id String - Cluster Schema Identifier of the account field
- cloud
Provider String - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region String - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration - Cluster Schema The configuration options of a cluster field
- created
At String - Cluster Schema Timestamp when the cluster is created field
- delete
Backups BooleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- marked
For StringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- name String
- Cluster Schema Name of the cluster field
- private
Region StringId - Cluster Schema Identifier of the Hybrid cloud region field
- statuses
List<Accounts
Cluster Status> - Cluster Schema The status of the cluster field
- url String
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- account
Id string - Cluster Schema Identifier of the account field
- cloud
Provider string - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region string - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration - Cluster Schema The configuration options of a cluster field
- created
At string - Cluster Schema Timestamp when the cluster is created field
- delete
Backups booleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- marked
For stringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- name string
- Cluster Schema Name of the cluster field
- private
Region stringId - Cluster Schema Identifier of the Hybrid cloud region field
- statuses
Accounts
Cluster Status[] - Cluster Schema The status of the cluster field
- url string
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- account_
id str - Cluster Schema Identifier of the account field
- cloud_
provider str - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud_
region str - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration
Accounts
Cluster Configuration Args - Cluster Schema The configuration options of a cluster field
- created_
at str - Cluster Schema Timestamp when the cluster is created field
- delete_
backups_ boolon_ destroy - Whether to delete backups when the cluster is destroyed.
- marked_
for_ strdeletion_ at - Cluster Schema Timestamp when this cluster was marked for deletion field
- name str
- Cluster Schema Name of the cluster field
- private_
region_ strid - Cluster Schema Identifier of the Hybrid cloud region field
- statuses
Sequence[Accounts
Cluster Status Args] - Cluster Schema The status of the cluster field
- url str
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
- account
Id String - Cluster Schema Identifier of the account field
- cloud
Provider String - Cluster Schema Cloud provider where the cluster is hosted. Must match one of the provider IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviders" method. For Hybrid cloud this should be "hybrid". field
- cloud
Region String - Cluster Schema Cloud provider region where the cluster is hosted. Must match one of the region IDs returned by the "qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions" method. For hybrid this should be the hybrid cloud environment ID. field
- configuration Property Map
- Cluster Schema The configuration options of a cluster field
- created
At String - Cluster Schema Timestamp when the cluster is created field
- delete
Backups BooleanOn Destroy - Whether to delete backups when the cluster is destroyed.
- marked
For StringDeletion At - Cluster Schema Timestamp when this cluster was marked for deletion field
- name String
- Cluster Schema Name of the cluster field
- private
Region StringId - Cluster Schema Identifier of the Hybrid cloud region field
- statuses List<Property Map>
- Cluster Schema The status of the cluster field
- url String
- Cluster Schema The URL of the endpoint of the Qdrant cluster field
Supporting Types
AccountsClusterConfiguration, AccountsClusterConfigurationArgs
- Node
Configuration Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Node Configuration - Cluster Schema The node configuration options of a cluster field
- Number
Of doubleNodes - Cluster Schema The number of nodes in the cluster field
- Allowed
Ip List<string>Source Ranges - List of allowed IP source ranges for this cluster.
- Annotations
List<Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Annotation> - List of annotations for this cluster in a hybrid cloud environment.
- Database
Configuration Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- Gpu
Type string - The GPU type that should be used for the database.
- Last
Modified stringAt - Cluster Schema Timestamp when the cluster configuration was last updated field
- Node
Selectors List<Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Node Selector> - The node selector for this cluster in a hybrid cloud environment.
- Pod
Labels List<Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Pod Label> - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- Rebalance
Strategy string - The automatic shard rebalancing strategy for the database.
- Reserved
Cpu doublePercentage - The percentage of CPU resources reserved for system components.
- Reserved
Memory doublePercentage - The percentage of RAM resources reserved for system components.
- Restart
Policy string - The restart policy for the database.
- Service
Annotations List<Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Service Annotation> - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- Service
Type string - The type of service to use for this cluster in a hybrid cloud environment.
- Tolerations
List<Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Toleration> - List of tolerations for this cluster in a hybrid cloud environment.
- Version string
- Cluster Schema Version of the Qdrant cluster field
- Node
Configuration AccountsCluster Configuration Node Configuration - Cluster Schema The node configuration options of a cluster field
- Number
Of float64Nodes - Cluster Schema The number of nodes in the cluster field
- Allowed
Ip []stringSource Ranges - List of allowed IP source ranges for this cluster.
- Annotations
[]Accounts
Cluster Configuration Annotation - List of annotations for this cluster in a hybrid cloud environment.
- Database
Configuration AccountsCluster Configuration Database Configuration - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- Gpu
Type string - The GPU type that should be used for the database.
- Last
Modified stringAt - Cluster Schema Timestamp when the cluster configuration was last updated field
- Node
Selectors []AccountsCluster Configuration Node Selector - The node selector for this cluster in a hybrid cloud environment.
- Pod
Labels []AccountsCluster Configuration Pod Label - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- Rebalance
Strategy string - The automatic shard rebalancing strategy for the database.
- Reserved
Cpu float64Percentage - The percentage of CPU resources reserved for system components.
- Reserved
Memory float64Percentage - The percentage of RAM resources reserved for system components.
- Restart
Policy string - The restart policy for the database.
- Service
Annotations []AccountsCluster Configuration Service Annotation - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- Service
Type string - The type of service to use for this cluster in a hybrid cloud environment.
- Tolerations
[]Accounts
Cluster Configuration Toleration - List of tolerations for this cluster in a hybrid cloud environment.
- Version string
- Cluster Schema Version of the Qdrant cluster field
- node
Configuration AccountsCluster Configuration Node Configuration - Cluster Schema The node configuration options of a cluster field
- number
Of DoubleNodes - Cluster Schema The number of nodes in the cluster field
- allowed
Ip List<String>Source Ranges - List of allowed IP source ranges for this cluster.
- annotations
List<Accounts
Cluster Configuration Annotation> - List of annotations for this cluster in a hybrid cloud environment.
- database
Configuration AccountsCluster Configuration Database Configuration - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- gpu
Type String - The GPU type that should be used for the database.
- last
Modified StringAt - Cluster Schema Timestamp when the cluster configuration was last updated field
- node
Selectors List<AccountsCluster Configuration Node Selector> - The node selector for this cluster in a hybrid cloud environment.
- pod
Labels List<AccountsCluster Configuration Pod Label> - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- rebalance
Strategy String - The automatic shard rebalancing strategy for the database.
- reserved
Cpu DoublePercentage - The percentage of CPU resources reserved for system components.
- reserved
Memory DoublePercentage - The percentage of RAM resources reserved for system components.
- restart
Policy String - The restart policy for the database.
- service
Annotations List<AccountsCluster Configuration Service Annotation> - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- service
Type String - The type of service to use for this cluster in a hybrid cloud environment.
- tolerations
List<Accounts
Cluster Configuration Toleration> - List of tolerations for this cluster in a hybrid cloud environment.
- version String
- Cluster Schema Version of the Qdrant cluster field
- node
Configuration AccountsCluster Configuration Node Configuration - Cluster Schema The node configuration options of a cluster field
- number
Of numberNodes - Cluster Schema The number of nodes in the cluster field
- allowed
Ip string[]Source Ranges - List of allowed IP source ranges for this cluster.
- annotations
Accounts
Cluster Configuration Annotation[] - List of annotations for this cluster in a hybrid cloud environment.
- database
Configuration AccountsCluster Configuration Database Configuration - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- gpu
Type string - The GPU type that should be used for the database.
- last
Modified stringAt - Cluster Schema Timestamp when the cluster configuration was last updated field
- node
Selectors AccountsCluster Configuration Node Selector[] - The node selector for this cluster in a hybrid cloud environment.
- pod
Labels AccountsCluster Configuration Pod Label[] - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- rebalance
Strategy string - The automatic shard rebalancing strategy for the database.
- reserved
Cpu numberPercentage - The percentage of CPU resources reserved for system components.
- reserved
Memory numberPercentage - The percentage of RAM resources reserved for system components.
- restart
Policy string - The restart policy for the database.
- service
Annotations AccountsCluster Configuration Service Annotation[] - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- service
Type string - The type of service to use for this cluster in a hybrid cloud environment.
- tolerations
Accounts
Cluster Configuration Toleration[] - List of tolerations for this cluster in a hybrid cloud environment.
- version string
- Cluster Schema Version of the Qdrant cluster field
- node_
configuration AccountsCluster Configuration Node Configuration - Cluster Schema The node configuration options of a cluster field
- number_
of_ floatnodes - Cluster Schema The number of nodes in the cluster field
- allowed_
ip_ Sequence[str]source_ ranges - List of allowed IP source ranges for this cluster.
- annotations
Sequence[Accounts
Cluster Configuration Annotation] - List of annotations for this cluster in a hybrid cloud environment.
- database_
configuration AccountsCluster Configuration Database Configuration - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- gpu_
type str - The GPU type that should be used for the database.
- last_
modified_ strat - Cluster Schema Timestamp when the cluster configuration was last updated field
- node_
selectors Sequence[AccountsCluster Configuration Node Selector] - The node selector for this cluster in a hybrid cloud environment.
- pod_
labels Sequence[AccountsCluster Configuration Pod Label] - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- rebalance_
strategy str - The automatic shard rebalancing strategy for the database.
- reserved_
cpu_ floatpercentage - The percentage of CPU resources reserved for system components.
- reserved_
memory_ floatpercentage - The percentage of RAM resources reserved for system components.
- restart_
policy str - The restart policy for the database.
- service_
annotations Sequence[AccountsCluster Configuration Service Annotation] - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- service_
type str - The type of service to use for this cluster in a hybrid cloud environment.
- tolerations
Sequence[Accounts
Cluster Configuration Toleration] - List of tolerations for this cluster in a hybrid cloud environment.
- version str
- Cluster Schema Version of the Qdrant cluster field
- node
Configuration Property Map - Cluster Schema The node configuration options of a cluster field
- number
Of NumberNodes - Cluster Schema The number of nodes in the cluster field
- allowed
Ip List<String>Source Ranges - List of allowed IP source ranges for this cluster.
- annotations List<Property Map>
- List of annotations for this cluster in a hybrid cloud environment.
- database
Configuration Property Map - Configuration for the Qdrant database engine, primarily for hybrid cloud setups.
- gpu
Type String - The GPU type that should be used for the database.
- last
Modified StringAt - Cluster Schema Timestamp when the cluster configuration was last updated field
- node
Selectors List<Property Map> - The node selector for this cluster in a hybrid cloud environment.
- pod
Labels List<Property Map> - List of labels applied to the pods of this cluster in a hybrid cloud environment.
- rebalance
Strategy String - The automatic shard rebalancing strategy for the database.
- reserved
Cpu NumberPercentage - The percentage of CPU resources reserved for system components.
- reserved
Memory NumberPercentage - The percentage of RAM resources reserved for system components.
- restart
Policy String - The restart policy for the database.
- service
Annotations List<Property Map> - List of annotations applied to the service of this cluster in a hybrid cloud environment.
- service
Type String - The type of service to use for this cluster in a hybrid cloud environment.
- tolerations List<Property Map>
- List of tolerations for this cluster in a hybrid cloud environment.
- version String
- Cluster Schema Version of the Qdrant cluster field
AccountsClusterConfigurationAnnotation, AccountsClusterConfigurationAnnotationArgs
AccountsClusterConfigurationDatabaseConfiguration, AccountsClusterConfigurationDatabaseConfigurationArgs
- Collection
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Collection - Default collection parameters.
- Inference
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Inference - Inference service configuration.
- Log
Level string - Logging level for the database.
- Service
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Service - Service-related configuration.
- Storage
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Storage - Storage-related configuration.
- Tls
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Tls - TLS configuration for the database.
- Collection
Accounts
Cluster Configuration Database Configuration Collection - Default collection parameters.
- Inference
Accounts
Cluster Configuration Database Configuration Inference - Inference service configuration.
- Log
Level string - Logging level for the database.
- Service
Accounts
Cluster Configuration Database Configuration Service - Service-related configuration.
- Storage
Accounts
Cluster Configuration Database Configuration Storage - Storage-related configuration.
- Tls
Accounts
Cluster Configuration Database Configuration Tls - TLS configuration for the database.
- collection
Accounts
Cluster Configuration Database Configuration Collection - Default collection parameters.
- inference
Accounts
Cluster Configuration Database Configuration Inference - Inference service configuration.
- log
Level String - Logging level for the database.
- service
Accounts
Cluster Configuration Database Configuration Service - Service-related configuration.
- storage
Accounts
Cluster Configuration Database Configuration Storage - Storage-related configuration.
- tls
Accounts
Cluster Configuration Database Configuration Tls - TLS configuration for the database.
- collection
Accounts
Cluster Configuration Database Configuration Collection - Default collection parameters.
- inference
Accounts
Cluster Configuration Database Configuration Inference - Inference service configuration.
- log
Level string - Logging level for the database.
- service
Accounts
Cluster Configuration Database Configuration Service - Service-related configuration.
- storage
Accounts
Cluster Configuration Database Configuration Storage - Storage-related configuration.
- tls
Accounts
Cluster Configuration Database Configuration Tls - TLS configuration for the database.
- collection
Accounts
Cluster Configuration Database Configuration Collection - Default collection parameters.
- inference
Accounts
Cluster Configuration Database Configuration Inference - Inference service configuration.
- log_
level str - Logging level for the database.
- service
Accounts
Cluster Configuration Database Configuration Service - Service-related configuration.
- storage
Accounts
Cluster Configuration Database Configuration Storage - Storage-related configuration.
- tls
Accounts
Cluster Configuration Database Configuration Tls - TLS configuration for the database.
- collection Property Map
- Default collection parameters.
- inference Property Map
- Inference service configuration.
- log
Level String - Logging level for the database.
- service Property Map
- Service-related configuration.
- storage Property Map
- Storage-related configuration.
- tls Property Map
- TLS configuration for the database.
AccountsClusterConfigurationDatabaseConfigurationCollection, AccountsClusterConfigurationDatabaseConfigurationCollectionArgs
- replication
Factor Number - vectors Property Map
- write
Consistency NumberFactor
AccountsClusterConfigurationDatabaseConfigurationCollectionVectors, AccountsClusterConfigurationDatabaseConfigurationCollectionVectorsArgs
- On
Disk bool
- On
Disk bool
- on
Disk Boolean
- on
Disk boolean
- on_
disk bool
- on
Disk Boolean
AccountsClusterConfigurationDatabaseConfigurationInference, AccountsClusterConfigurationDatabaseConfigurationInferenceArgs
- Enabled bool
- Enabled bool
- enabled Boolean
- enabled boolean
- enabled bool
- enabled Boolean
AccountsClusterConfigurationDatabaseConfigurationService, AccountsClusterConfigurationDatabaseConfigurationServiceArgs
- Api
Key Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Service Api Key - Secret to use for the main API key.
- Enable
Tls bool - Jwt
Rbac bool - Read
Only Pulumi.Api Key Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Service Read Only Api Key - Secret to use for the read-only API key.
- Api
Key AccountsCluster Configuration Database Configuration Service Api Key - Secret to use for the main API key.
- Enable
Tls bool - Jwt
Rbac bool - Read
Only AccountsApi Key Cluster Configuration Database Configuration Service Read Only Api Key - Secret to use for the read-only API key.
- api
Key AccountsCluster Configuration Database Configuration Service Api Key - Secret to use for the main API key.
- enable
Tls Boolean - jwt
Rbac Boolean - read
Only AccountsApi Key Cluster Configuration Database Configuration Service Read Only Api Key - Secret to use for the read-only API key.
- api
Key AccountsCluster Configuration Database Configuration Service Api Key - Secret to use for the main API key.
- enable
Tls boolean - jwt
Rbac boolean - read
Only AccountsApi Key Cluster Configuration Database Configuration Service Read Only Api Key - Secret to use for the read-only API key.
- api_
key AccountsCluster Configuration Database Configuration Service Api Key - Secret to use for the main API key.
- enable_
tls bool - jwt_
rbac bool - read_
only_ Accountsapi_ key Cluster Configuration Database Configuration Service Read Only Api Key - Secret to use for the read-only API key.
- api
Key Property Map - Secret to use for the main API key.
- enable
Tls Boolean - jwt
Rbac Boolean - read
Only Property MapApi Key - Secret to use for the read-only API key.
AccountsClusterConfigurationDatabaseConfigurationServiceApiKey, AccountsClusterConfigurationDatabaseConfigurationServiceApiKeyArgs
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
- secret
Key string - The key within the secret.
- secret
Name string - The name of the secret.
- secret_
key str - The key within the secret.
- secret_
name str - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey, AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKeyArgs
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
- secret
Key string - The key within the secret.
- secret
Name string - The name of the secret.
- secret_
key str - The key within the secret.
- secret_
name str - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
AccountsClusterConfigurationDatabaseConfigurationStorage, AccountsClusterConfigurationDatabaseConfigurationStorageArgs
AccountsClusterConfigurationDatabaseConfigurationStoragePerformance, AccountsClusterConfigurationDatabaseConfigurationStoragePerformanceArgs
- Async
Scorer bool - Optimizer
Cpu doubleBudget
- Async
Scorer bool - Optimizer
Cpu float64Budget
- async
Scorer Boolean - optimizer
Cpu DoubleBudget
- async
Scorer boolean - optimizer
Cpu numberBudget
- async_
scorer bool - optimizer_
cpu_ floatbudget
- async
Scorer Boolean - optimizer
Cpu NumberBudget
AccountsClusterConfigurationDatabaseConfigurationTls, AccountsClusterConfigurationDatabaseConfigurationTlsArgs
- Cert
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Tls Cert - Secret to use for the certificate.
- Key
Pulumi.
Qdrant Cloud. Inputs. Accounts Cluster Configuration Database Configuration Tls Key - Secret to use for the private key.
- Cert
Accounts
Cluster Configuration Database Configuration Tls Cert - Secret to use for the certificate.
- Key
Accounts
Cluster Configuration Database Configuration Tls Key - Secret to use for the private key.
- cert
Accounts
Cluster Configuration Database Configuration Tls Cert - Secret to use for the certificate.
- key
Accounts
Cluster Configuration Database Configuration Tls Key - Secret to use for the private key.
- cert
Accounts
Cluster Configuration Database Configuration Tls Cert - Secret to use for the certificate.
- key
Accounts
Cluster Configuration Database Configuration Tls Key - Secret to use for the private key.
- cert
Accounts
Cluster Configuration Database Configuration Tls Cert - Secret to use for the certificate.
- key
Accounts
Cluster Configuration Database Configuration Tls Key - Secret to use for the private key.
- cert Property Map
- Secret to use for the certificate.
- key Property Map
- Secret to use for the private key.
AccountsClusterConfigurationDatabaseConfigurationTlsCert, AccountsClusterConfigurationDatabaseConfigurationTlsCertArgs
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
- secret
Key string - The key within the secret.
- secret
Name string - The name of the secret.
- secret_
key str - The key within the secret.
- secret_
name str - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
AccountsClusterConfigurationDatabaseConfigurationTlsKey, AccountsClusterConfigurationDatabaseConfigurationTlsKeyArgs
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- Secret
Key string - The key within the secret.
- Secret
Name string - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
- secret
Key string - The key within the secret.
- secret
Name string - The name of the secret.
- secret_
key str - The key within the secret.
- secret_
name str - The name of the secret.
- secret
Key String - The key within the secret.
- secret
Name String - The name of the secret.
AccountsClusterConfigurationNodeConfiguration, AccountsClusterConfigurationNodeConfigurationArgs
- Package
Id string - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- Resource
Configurations List<Pulumi.Qdrant Cloud. Inputs. Accounts Cluster Configuration Node Configuration Resource Configuration> - The resource configuration of the package
- Package
Id string - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- Resource
Configurations []AccountsCluster Configuration Node Configuration Resource Configuration - The resource configuration of the package
- package
Id String - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- resource
Configurations List<AccountsCluster Configuration Node Configuration Resource Configuration> - The resource configuration of the package
- package
Id string - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- resource
Configurations AccountsCluster Configuration Node Configuration Resource Configuration[] - The resource configuration of the package
- package_
id str - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- resource_
configurations Sequence[AccountsCluster Configuration Node Configuration Resource Configuration] - The resource configuration of the package
- package
Id String - Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field
- resource
Configurations List<Property Map> - The resource configuration of the package
AccountsClusterConfigurationNodeConfigurationResourceConfiguration, AccountsClusterConfigurationNodeConfigurationResourceConfigurationArgs
- Amount double
- The amount of the resource
- Resource
Type string - The type of the resource
- Resource
Unit string - The unit of the resource
- Amount float64
- The amount of the resource
- Resource
Type string - The type of the resource
- Resource
Unit string - The unit of the resource
- amount Double
- The amount of the resource
- resource
Type String - The type of the resource
- resource
Unit String - The unit of the resource
- amount number
- The amount of the resource
- resource
Type string - The type of the resource
- resource
Unit string - The unit of the resource
- amount float
- The amount of the resource
- resource_
type str - The type of the resource
- resource_
unit str - The unit of the resource
- amount Number
- The amount of the resource
- resource
Type String - The type of the resource
- resource
Unit String - The unit of the resource
AccountsClusterConfigurationNodeSelector, AccountsClusterConfigurationNodeSelectorArgs
AccountsClusterConfigurationPodLabel, AccountsClusterConfigurationPodLabelArgs
AccountsClusterConfigurationServiceAnnotation, AccountsClusterConfigurationServiceAnnotationArgs
AccountsClusterConfigurationToleration, AccountsClusterConfigurationTolerationArgs
- Effect string
- Key string
- Operator string
- Toleration
Seconds double - Value string
- Effect string
- Key string
- Operator string
- Toleration
Seconds float64 - Value string
- effect String
- key String
- operator String
- toleration
Seconds Double - value String
- effect string
- key string
- operator string
- toleration
Seconds number - value string
- effect str
- key str
- operator str
- toleration_
seconds float - value str
- effect String
- key String
- operator String
- toleration
Seconds Number - value String
AccountsClusterStatus, AccountsClusterStatusArgs
- Nodes
Up float64 - Phase string
- Reason string
- Resources
[]Accounts
Cluster Status Resource - Restarted
At string - Scalability
Infos []AccountsCluster Status Scalability Info - Version string
- nodes
Up Double - phase String
- reason String
- resources
List<Accounts
Cluster Status Resource> - restarted
At String - scalability
Infos List<AccountsCluster Status Scalability Info> - version String
- nodes
Up number - phase string
- reason string
- resources
Accounts
Cluster Status Resource[] - restarted
At string - scalability
Infos AccountsCluster Status Scalability Info[] - version string
- nodes
Up Number - phase String
- reason String
- resources List<Property Map>
- restarted
At String - scalability
Infos List<Property Map> - version String
AccountsClusterStatusResource, AccountsClusterStatusResourceArgs
AccountsClusterStatusResourceCpus, AccountsClusterStatusResourceCpusArgs
- Additional double
- Available double
- Base double
- Complimentary double
- Reserved double
- Additional float64
- Available float64
- Base float64
- Complimentary float64
- Reserved float64
- additional Double
- available Double
- base Double
- complimentary Double
- reserved Double
- additional number
- available number
- base number
- complimentary number
- reserved number
- additional float
- available float
- base float
- complimentary float
- reserved float
- additional Number
- available Number
- base Number
- complimentary Number
- reserved Number
AccountsClusterStatusResourceDisk, AccountsClusterStatusResourceDiskArgs
- Additional double
- Available double
- Base double
- Complimentary double
- Reserved double
- Additional float64
- Available float64
- Base float64
- Complimentary float64
- Reserved float64
- additional Double
- available Double
- base Double
- complimentary Double
- reserved Double
- additional number
- available number
- base number
- complimentary number
- reserved number
- additional float
- available float
- base float
- complimentary float
- reserved float
- additional Number
- available Number
- base Number
- complimentary Number
- reserved Number
AccountsClusterStatusResourceRam, AccountsClusterStatusResourceRamArgs
- Additional double
- Available double
- Base double
- Complimentary double
- Reserved double
- Additional float64
- Available float64
- Base float64
- Complimentary float64
- Reserved float64
- additional Double
- available Double
- base Double
- complimentary Double
- reserved Double
- additional number
- available number
- base number
- complimentary number
- reserved number
- additional float
- available float
- base float
- complimentary float
- reserved float
- additional Number
- available Number
- base Number
- complimentary Number
- reserved Number
AccountsClusterStatusScalabilityInfo, AccountsClusterStatusScalabilityInfoArgs
Import
qdrant-cloud_accounts_cluster
can be imported using the cluster ID, e.g.
$ pulumi import qdrant-cloud:index/accountsCluster:AccountsCluster example 12345678-0000-0000-0000-1234567890ab
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- qdrant-cloud qdrant/terraform-provider-qdrant-cloud
- License
- Notes
- This Pulumi package is based on the
qdrant-cloud
Terraform Provider.