{"name":"qdrant-cloud","version":"1.19.2","description":"A Pulumi provider dynamically bridged from qdrant-cloud.","attribution":"This Pulumi package is based on the [`qdrant-cloud` Terraform Provider](https://github.com/qdrant/terraform-provider-qdrant-cloud).","repository":"https://github.com/qdrant/terraform-provider-qdrant-cloud","publisher":"qdrant","meta":{"moduleFormat":"(.*)(?:/[^/]*)"},"language":{"csharp":{"compatibility":"tfbridge20","liftSingleValueMethodReturns":true,"respectSchemaVersion":true},"go":{"generateExtraInputTypes":true,"importBasePath":"github.com/pulumi/pulumi-terraform-provider/sdks/go/qdrant-cloud/qdrant-cloud","liftSingleValueMethodReturns":true,"respectSchemaVersion":true,"rootPackageName":"qdrant-cloud"},"java":{"basePackage":"","buildFiles":"","gradleNexusPublishPluginVersion":"","gradleTest":""},"nodejs":{"compatibility":"tfbridge20","disableUnionOutputTypes":true,"liftSingleValueMethodReturns":true,"packageDescription":"A Pulumi provider dynamically bridged from qdrant-cloud.","readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/qdrant/terraform-provider-qdrant-cloud)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e please consult the source [`terraform-provider-qdrant-cloud` repo](https://github.com/qdrant/terraform-provider-qdrant-cloud/issues).","respectSchemaVersion":true},"python":{"compatibility":"tfbridge20","pyproject":{"enabled":true},"readme":"\u003e This provider is a derived work of the [Terraform Provider](https://github.com/qdrant/terraform-provider-qdrant-cloud)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e please consult the source [`terraform-provider-qdrant-cloud` repo](https://github.com/qdrant/terraform-provider-qdrant-cloud/issues).","respectSchemaVersion":true}},"config":{"variables":{"accountId":{"type":"string","description":"Default Account Identifier for the Qdrant cloud"},"apiKey":{"type":"string","description":"The API Key for Qdrant Cloud API operations.","secret":true},"apiUrl":{"type":"string","description":"The URL of the Qdrant Cloud API."},"insecure":{"type":"boolean","description":"Allow insecure gRPC connections. This is useful for development environments with self-signed certificates. Defaults to false."}},"defaults":["apiKey"]},"types":{"qdrant-cloud:index/AccountsClusterConfiguration:AccountsClusterConfiguration":{"properties":{"allowedIpSourceRanges":{"type":"array","items":{"type":"string"},"description":"List of allowed IP source ranges for this cluster.\n"},"annotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationAnnotation:AccountsClusterConfigurationAnnotation"},"description":"List of annotations for this cluster in a hybrid cloud environment.\n"},"databaseConfiguration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfiguration:AccountsClusterConfigurationDatabaseConfiguration","description":"Configuration for the Qdrant database engine, primarily for hybrid cloud setups.\n"},"gpuType":{"type":"string","description":"The GPU type that should be used for the database.\n"},"lastModifiedAt":{"type":"string","description":"Cluster Schema Timestamp when the cluster configuration was last updated field\n"},"nodeConfiguration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationNodeConfiguration:AccountsClusterConfigurationNodeConfiguration","description":"Cluster Schema The node configuration options of a cluster field\n"},"nodeSelectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationNodeSelector:AccountsClusterConfigurationNodeSelector"},"description":"The node selector for this cluster in a hybrid cloud environment.\n"},"numberOfNodes":{"type":"number","description":"Cluster Schema The number of nodes in the cluster field\n"},"podLabels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationPodLabel:AccountsClusterConfigurationPodLabel"},"description":"List of labels applied to the pods of this cluster in a hybrid cloud environment.\n"},"rebalanceStrategy":{"type":"string","description":"The automatic shard rebalancing strategy for the database.\n"},"reservedCpuPercentage":{"type":"number","description":"The percentage of CPU resources reserved for system components.\n"},"reservedMemoryPercentage":{"type":"number","description":"The percentage of RAM resources reserved for system components.\n"},"restartPolicy":{"type":"string","description":"The restart policy for the database.\n"},"serviceAnnotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationServiceAnnotation:AccountsClusterConfigurationServiceAnnotation"},"description":"List of annotations applied to the service of this cluster in a hybrid cloud environment.\n"},"serviceType":{"type":"string","description":"The type of service to use for this cluster in a hybrid cloud environment.\n"},"tolerations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationToleration:AccountsClusterConfigurationToleration"},"description":"List of tolerations for this cluster in a hybrid cloud environment.\n"},"topologySpreadConstraints":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationTopologySpreadConstraint:AccountsClusterConfigurationTopologySpreadConstraint"},"description":"List of topology spread constraints for this cluster in a hybrid cloud environment.\n"},"version":{"type":"string","description":"Cluster Schema Version of the Qdrant cluster field\n"}},"type":"object","required":["nodeConfiguration","numberOfNodes"],"language":{"nodejs":{"requiredOutputs":["lastModifiedAt","nodeConfiguration","numberOfNodes","version"]}}},"qdrant-cloud:index/AccountsClusterConfigurationAnnotation:AccountsClusterConfigurationAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfiguration:AccountsClusterConfigurationDatabaseConfiguration":{"properties":{"collection":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationCollection:AccountsClusterConfigurationDatabaseConfigurationCollection","description":"Default collection parameters.\n"},"inference":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationInference:AccountsClusterConfigurationDatabaseConfigurationInference","description":"Inference service configuration.\n"},"logLevel":{"type":"string","description":"Logging level for the database.\n"},"service":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationService:AccountsClusterConfigurationDatabaseConfigurationService","description":"Service-related configuration.\n"},"storage":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationStorage:AccountsClusterConfigurationDatabaseConfigurationStorage","description":"Storage-related configuration.\n"},"tls":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationTls:AccountsClusterConfigurationDatabaseConfigurationTls","description":"TLS configuration for the database.\n"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationCollection:AccountsClusterConfigurationDatabaseConfigurationCollection":{"properties":{"replicationFactor":{"type":"number"},"vectors":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationCollectionVectors:AccountsClusterConfigurationDatabaseConfigurationCollectionVectors"},"writeConsistencyFactor":{"type":"number"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationCollectionVectors:AccountsClusterConfigurationDatabaseConfigurationCollectionVectors":{"properties":{"onDisk":{"type":"boolean"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationInference:AccountsClusterConfigurationDatabaseConfigurationInference":{"properties":{"enabled":{"type":"boolean"}},"type":"object","language":{"nodejs":{"requiredOutputs":["enabled"]}}},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationService:AccountsClusterConfigurationDatabaseConfigurationService":{"properties":{"apiKey":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationServiceApiKey:AccountsClusterConfigurationDatabaseConfigurationServiceApiKey","description":"Secret to use for the main API key.\n"},"enableTls":{"type":"boolean"},"forceIncludeJwtRbac":{"type":"boolean","deprecationMessage":"Deprecated"},"jwtRbac":{"type":"boolean"},"readOnlyApiKey":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey","description":"Secret to use for the read-only API key.\n"}},"type":"object","language":{"nodejs":{"requiredOutputs":["enableTls","jwtRbac"]}}},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationServiceApiKey:AccountsClusterConfigurationDatabaseConfigurationServiceApiKey":{"properties":{"secretKey":{"type":"string","description":"The key within the secret.\n"},"secretName":{"type":"string","description":"The name of the secret.\n"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:AccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey":{"properties":{"secretKey":{"type":"string","description":"The key within the secret.\n"},"secretName":{"type":"string","description":"The name of the secret.\n"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationStorage:AccountsClusterConfigurationDatabaseConfigurationStorage":{"properties":{"performance":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationStoragePerformance:AccountsClusterConfigurationDatabaseConfigurationStoragePerformance"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationStoragePerformance:AccountsClusterConfigurationDatabaseConfigurationStoragePerformance":{"properties":{"asyncScorer":{"type":"boolean"},"optimizerCpuBudget":{"type":"number"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationTls:AccountsClusterConfigurationDatabaseConfigurationTls":{"properties":{"cert":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationTlsCert:AccountsClusterConfigurationDatabaseConfigurationTlsCert","description":"Secret to use for the certificate.\n"},"key":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationDatabaseConfigurationTlsKey:AccountsClusterConfigurationDatabaseConfigurationTlsKey","description":"Secret to use for the private key.\n"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationTlsCert:AccountsClusterConfigurationDatabaseConfigurationTlsCert":{"properties":{"secretKey":{"type":"string","description":"The key within the secret.\n"},"secretName":{"type":"string","description":"The name of the secret.\n"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsClusterConfigurationDatabaseConfigurationTlsKey:AccountsClusterConfigurationDatabaseConfigurationTlsKey":{"properties":{"secretKey":{"type":"string","description":"The key within the secret.\n"},"secretName":{"type":"string","description":"The name of the secret.\n"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsClusterConfigurationNodeConfiguration:AccountsClusterConfigurationNodeConfiguration":{"properties":{"packageId":{"type":"string","description":"Cluster Schema The package identifier (specifying: CPU, Memory, and disk size) field\n"},"resourceConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfigurationNodeConfigurationResourceConfiguration:AccountsClusterConfigurationNodeConfigurationResourceConfiguration"},"description":"The resource configuration of the package\n"}},"type":"object","required":["packageId"]},"qdrant-cloud:index/AccountsClusterConfigurationNodeConfigurationResourceConfiguration:AccountsClusterConfigurationNodeConfigurationResourceConfiguration":{"properties":{"amount":{"type":"number","description":"The amount of the resource\n"},"resourceType":{"type":"string","description":"The type of the resource\n"},"resourceUnit":{"type":"string","description":"The unit of the resource\n"}},"type":"object","required":["amount","resourceType","resourceUnit"]},"qdrant-cloud:index/AccountsClusterConfigurationNodeSelector:AccountsClusterConfigurationNodeSelector":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsClusterConfigurationPodLabel:AccountsClusterConfigurationPodLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsClusterConfigurationServiceAnnotation:AccountsClusterConfigurationServiceAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsClusterConfigurationToleration:AccountsClusterConfigurationToleration":{"properties":{"effect":{"type":"string"},"key":{"type":"string"},"operator":{"type":"string"},"tolerationSeconds":{"type":"number"},"value":{"type":"string"}},"type":"object"},"qdrant-cloud:index/AccountsClusterConfigurationTopologySpreadConstraint:AccountsClusterConfigurationTopologySpreadConstraint":{"properties":{"maxSkew":{"type":"number"},"topologyKey":{"type":"string"},"whenUnsatisfiable":{"type":"string"}},"type":"object","required":["maxSkew","topologyKey","whenUnsatisfiable"]},"qdrant-cloud:index/AccountsClusterLabel:AccountsClusterLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsClusterStatus:AccountsClusterStatus":{"properties":{"nodesUp":{"type":"number"},"phase":{"type":"string"},"reason":{"type":"string"},"resources":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatusResource:AccountsClusterStatusResource"}},"restartedAt":{"type":"string"},"scalabilityInfos":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatusScalabilityInfo:AccountsClusterStatusScalabilityInfo"}},"version":{"type":"string"}},"type":"object","required":["nodesUp","phase","reason","resources","restartedAt","scalabilityInfos","version"]},"qdrant-cloud:index/AccountsClusterStatusResource:AccountsClusterStatusResource":{"properties":{"cpus":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatusResourceCpus:AccountsClusterStatusResourceCpus"}},"disks":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatusResourceDisk:AccountsClusterStatusResourceDisk"}},"rams":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatusResourceRam:AccountsClusterStatusResourceRam"}}},"type":"object","required":["cpus","disks","rams"]},"qdrant-cloud:index/AccountsClusterStatusResourceCpus:AccountsClusterStatusResourceCpus":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"]},"qdrant-cloud:index/AccountsClusterStatusResourceDisk:AccountsClusterStatusResourceDisk":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"]},"qdrant-cloud:index/AccountsClusterStatusResourceRam:AccountsClusterStatusResourceRam":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"]},"qdrant-cloud:index/AccountsClusterStatusScalabilityInfo:AccountsClusterStatusScalabilityInfo":{"properties":{"reason":{"type":"string"},"status":{"type":"string"}},"type":"object","required":["reason","status"]},"qdrant-cloud:index/AccountsDatabaseApiKeyV2CollectionAccessRule:AccountsDatabaseApiKeyV2CollectionAccessRule":{"properties":{"accessType":{"type":"string","description":"Access type for the collection. Can be `COLLECTION_ACCESS_RULE_ACCESS_TYPE_READ_ONLY` or `COLLECTION_ACCESS_RULE_ACCESS_TYPE_READ_WRITE`.\n"},"collectionName":{"type":"string","description":"Name of the collection.\n"}},"type":"object","required":["accessType","collectionName"]},"qdrant-cloud:index/AccountsDatabaseApiKeyV2GlobalAccessRule:AccountsDatabaseApiKeyV2GlobalAccessRule":{"properties":{"accessType":{"type":"string","description":"Access type for global access. Can be `GLOBAL_ACCESS_RULE_ACCESS_TYPE_READ_ONLY` or `GLOBAL_ACCESS_RULE_ACCESS_TYPE_MANAGE`.\n"}},"type":"object","required":["accessType"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentConfiguration:AccountsHybridCloudEnvironmentConfiguration":{"properties":{"advancedOperatorSettings":{"type":"string","description":"Advanced operator settings as a YAML string.\n"},"caCertificates":{"type":"string","description":"CA certificates for custom certificate authorities.\n"},"chartRepositoryUrl":{"type":"string","description":"Chart registry URL.\n"},"containerRegistryUrl":{"type":"string","description":"Container registry URL.\n"},"controlPlaneLabels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfigurationControlPlaneLabel:AccountsHybridCloudEnvironmentConfigurationControlPlaneLabel"},"description":"Additional labels to apply to control plane components.\n"},"databaseStorageClass":{"type":"string","description":"Default database storage class.\n"},"httpProxyUrl":{"type":"string","description":"Optional HTTP proxy URL.\n"},"httpsProxyUrl":{"type":"string","description":"Optional HTTPS proxy URL.\n"},"lastModifiedAt":{"type":"string","description":"Last modification timestamp of the configuration.\n"},"logLevel":{"type":"string","description":"Log level for deployed components.\n"},"namespace":{"type":"string","description":"The Kubernetes namespace where the Qdrant hybrid cloud components will be deployed.\n"},"noProxyConfigs":{"type":"array","items":{"type":"string"},"description":"List of hosts that should not be proxied.\n"},"nodeSelectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfigurationNodeSelector:AccountsHybridCloudEnvironmentConfigurationNodeSelector"},"description":"Node selector labels for scheduling control plane components.\n"},"registrySecretName":{"type":"string","description":"Kubernetes secret name containing registry credentials.\n"},"snapshotStorageClass":{"type":"string","description":"Default snapshot storage class.\n"},"tolerations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfigurationToleration:AccountsHybridCloudEnvironmentConfigurationToleration"},"description":"Tolerations for scheduling control plane components.\n"},"volumeSnapshotStorageClass":{"type":"string","description":"Default volume snapshot storage class.\n"}},"type":"object","required":["namespace"],"language":{"nodejs":{"requiredOutputs":["lastModifiedAt","namespace"]}}},"qdrant-cloud:index/AccountsHybridCloudEnvironmentConfigurationControlPlaneLabel:AccountsHybridCloudEnvironmentConfigurationControlPlaneLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentConfigurationNodeSelector:AccountsHybridCloudEnvironmentConfigurationNodeSelector":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentConfigurationToleration:AccountsHybridCloudEnvironmentConfigurationToleration":{"properties":{"effect":{"type":"string"},"key":{"type":"string"},"operator":{"type":"string"},"tolerationSeconds":{"type":"number"},"value":{"type":"string"}},"type":"object"},"qdrant-cloud:index/AccountsHybridCloudEnvironmentStatus:AccountsHybridCloudEnvironmentStatus":{"properties":{"capabilities":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatusCapability:AccountsHybridCloudEnvironmentStatusCapability"}},"clusterCreationReadiness":{"type":"string"},"componentStatuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatusComponentStatus:AccountsHybridCloudEnvironmentStatusComponentStatus"}},"kubernetesDistribution":{"type":"string"},"kubernetesVersion":{"type":"string"},"lastModifiedAt":{"type":"string"},"message":{"type":"string"},"numberOfNodes":{"type":"number"},"phase":{"type":"string"},"storageClasses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatusStorageClass:AccountsHybridCloudEnvironmentStatusStorageClass"}},"volumeSnapshotClasses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatusVolumeSnapshotClass:AccountsHybridCloudEnvironmentStatusVolumeSnapshotClass"}}},"type":"object","required":["capabilities","clusterCreationReadiness","componentStatuses","kubernetesDistribution","kubernetesVersion","lastModifiedAt","message","numberOfNodes","phase","storageClasses","volumeSnapshotClasses"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentStatusCapability:AccountsHybridCloudEnvironmentStatusCapability":{"properties":{"volumeExpansion":{"type":"boolean"},"volumeSnapshot":{"type":"boolean"}},"type":"object","required":["volumeExpansion","volumeSnapshot"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentStatusComponentStatus:AccountsHybridCloudEnvironmentStatusComponentStatus":{"properties":{"message":{"type":"string"},"name":{"type":"string"},"namespace":{"type":"string"},"phase":{"type":"string"},"version":{"type":"string"}},"type":"object","required":["message","name","namespace","phase","version"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentStatusStorageClass:AccountsHybridCloudEnvironmentStatusStorageClass":{"properties":{"allowVolumeExpansion":{"type":"boolean"},"default":{"type":"boolean"},"name":{"type":"string"},"parameters":{"type":"object","additionalProperties":{"type":"string"}},"provisioner":{"type":"string"},"reclaimPolicy":{"type":"string"}},"type":"object","required":["allowVolumeExpansion","default","name","parameters","provisioner","reclaimPolicy"]},"qdrant-cloud:index/AccountsHybridCloudEnvironmentStatusVolumeSnapshotClass:AccountsHybridCloudEnvironmentStatusVolumeSnapshotClass":{"properties":{"driver":{"type":"string"},"name":{"type":"string"}},"type":"object","required":["driver","name"]},"qdrant-cloud:index/AccountsManualBackupClusterInfo:AccountsManualBackupClusterInfo":{"properties":{"cloudProviderId":{"type":"string"},"cloudProviderRegionId":{"type":"string"},"configurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfiguration:AccountsManualBackupClusterInfoConfiguration"}},"name":{"type":"string"},"resourcesSummaries":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoResourcesSummary:AccountsManualBackupClusterInfoResourcesSummary"}},"restorePackageId":{"type":"string"}},"type":"object","required":["cloudProviderId","cloudProviderRegionId","configurations","name","resourcesSummaries","restorePackageId"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfiguration:AccountsManualBackupClusterInfoConfiguration":{"properties":{"allowedIpSourceRanges":{"type":"array","items":{"type":"string"}},"annotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationAnnotation:AccountsManualBackupClusterInfoConfigurationAnnotation"}},"databaseConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfiguration:AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration"}},"gpuType":{"type":"string"},"lastModifiedAt":{"type":"string"},"nodeConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationNodeConfiguration:AccountsManualBackupClusterInfoConfigurationNodeConfiguration"}},"nodeSelectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationNodeSelector:AccountsManualBackupClusterInfoConfigurationNodeSelector"}},"numberOfNodes":{"type":"number"},"podLabels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationPodLabel:AccountsManualBackupClusterInfoConfigurationPodLabel"}},"rebalanceStrategy":{"type":"string"},"reservedCpuPercentage":{"type":"number"},"reservedMemoryPercentage":{"type":"number"},"restartPolicy":{"type":"string"},"serviceAnnotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationServiceAnnotation:AccountsManualBackupClusterInfoConfigurationServiceAnnotation"}},"serviceType":{"type":"string"},"tolerations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationToleration:AccountsManualBackupClusterInfoConfigurationToleration"}},"topologySpreadConstraints":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationTopologySpreadConstraint:AccountsManualBackupClusterInfoConfigurationTopologySpreadConstraint"}},"version":{"type":"string"}},"type":"object","required":["allowedIpSourceRanges","annotations","databaseConfigurations","gpuType","lastModifiedAt","nodeConfigurations","nodeSelectors","numberOfNodes","podLabels","rebalanceStrategy","reservedCpuPercentage","reservedMemoryPercentage","restartPolicy","serviceAnnotations","serviceType","tolerations","topologySpreadConstraints","version"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationAnnotation:AccountsManualBackupClusterInfoConfigurationAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration:AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration":{"properties":{"collections":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollection:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollection"}},"inferences":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInference:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInference"}},"logLevel":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationService:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationService"}},"storages":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorage:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorage"}},"tls":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTl:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTl"}}},"type":"object","required":["collections","inferences","logLevel","services","storages","tls"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollection:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollection":{"properties":{"replicationFactor":{"type":"number"},"vectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVector:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVector"}},"writeConsistencyFactor":{"type":"number"}},"type":"object","required":["replicationFactor","vectors","writeConsistencyFactor"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVector:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVector":{"properties":{"onDisk":{"type":"boolean"}},"type":"object","required":["onDisk"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInference:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInference":{"properties":{"enabled":{"type":"boolean"}},"type":"object","required":["enabled"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationService:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationService":{"properties":{"apiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKey"}},"enableTls":{"type":"boolean"},"forceIncludeJwtRbac":{"type":"boolean"},"jwtRbac":{"type":"boolean"},"readOnlyApiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKey"}}},"type":"object","required":["apiKeys","enableTls","forceIncludeJwtRbac","jwtRbac","readOnlyApiKeys"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorage:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorage":{"properties":{"performances":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformance:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformance"}}},"type":"object","required":["performances"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformance:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformance":{"properties":{"asyncScorer":{"type":"boolean"},"optimizerCpuBudget":{"type":"number"}},"type":"object","required":["asyncScorer","optimizerCpuBudget"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTl:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTl":{"properties":{"certs":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCert:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCert"}},"keys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKey"}}},"type":"object","required":["certs","keys"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCert:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCert":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKey:AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationNodeConfiguration:AccountsManualBackupClusterInfoConfigurationNodeConfiguration":{"properties":{"packageId":{"type":"string"},"resourceConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfiguration:AccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfiguration"}}},"type":"object","required":["packageId","resourceConfigurations"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfiguration:AccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfiguration":{"properties":{"amount":{"type":"number"},"resourceType":{"type":"string"},"resourceUnit":{"type":"string"}},"type":"object","required":["amount","resourceType","resourceUnit"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationNodeSelector:AccountsManualBackupClusterInfoConfigurationNodeSelector":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationPodLabel:AccountsManualBackupClusterInfoConfigurationPodLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationServiceAnnotation:AccountsManualBackupClusterInfoConfigurationServiceAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationToleration:AccountsManualBackupClusterInfoConfigurationToleration":{"properties":{"effect":{"type":"string"},"key":{"type":"string"},"operator":{"type":"string"},"tolerationSeconds":{"type":"number"},"value":{"type":"string"}},"type":"object","required":["effect","key","operator","tolerationSeconds","value"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoConfigurationTopologySpreadConstraint:AccountsManualBackupClusterInfoConfigurationTopologySpreadConstraint":{"properties":{"maxSkew":{"type":"number"},"topologyKey":{"type":"string"},"whenUnsatisfiable":{"type":"string"}},"type":"object","required":["maxSkew","topologyKey","whenUnsatisfiable"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoResourcesSummary:AccountsManualBackupClusterInfoResourcesSummary":{"properties":{"cpus":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoResourcesSummaryCpus:AccountsManualBackupClusterInfoResourcesSummaryCpus"}},"disks":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoResourcesSummaryDisk:AccountsManualBackupClusterInfoResourcesSummaryDisk"}},"rams":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfoResourcesSummaryRam:AccountsManualBackupClusterInfoResourcesSummaryRam"}}},"type":"object","required":["cpus","disks","rams"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoResourcesSummaryCpus:AccountsManualBackupClusterInfoResourcesSummaryCpus":{"properties":{"amount":{"type":"number"},"unit":{"type":"string"}},"type":"object","required":["amount","unit"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoResourcesSummaryDisk:AccountsManualBackupClusterInfoResourcesSummaryDisk":{"properties":{"amount":{"type":"number"},"unit":{"type":"string"}},"type":"object","required":["amount","unit"]},"qdrant-cloud:index/AccountsManualBackupClusterInfoResourcesSummaryRam:AccountsManualBackupClusterInfoResourcesSummaryRam":{"properties":{"amount":{"type":"number"},"unit":{"type":"string"}},"type":"object","required":["amount","unit"]},"qdrant-cloud:index/AccountsRolePermission:AccountsRolePermission":{"properties":{"category":{"type":"string","description":"Permission category (e.g., \"Cluster\", \"Account\").\n"},"value":{"type":"string","description":"Permission value (e.g., \"read:backups\").\n"}},"type":"object","required":["value"],"language":{"nodejs":{"requiredOutputs":["category","value"]}}},"qdrant-cloud:index/getAccountsAuthKeysKey:getAccountsAuthKeysKey":{"properties":{"clusterIds":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"string"},"id":{"type":"string"},"prefix":{"type":"string"},"token":{"type":"string"}},"type":"object","required":["clusterIds","createdAt","id","prefix","token"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsBackupSchedulesSchedule:getAccountsBackupSchedulesSchedule":{"properties":{"accountId":{"type":"string"},"clusterId":{"type":"string"},"createdAt":{"type":"string"},"cronExpression":{"type":"string"},"deleteBackupsOnDestroy":{"type":"boolean"},"deletedAt":{"type":"string"},"id":{"type":"string"},"retentionPeriod":{"type":"string"},"status":{"type":"string"}},"type":"object","required":["accountId","clusterId","createdAt","cronExpression","deleteBackupsOnDestroy","deletedAt","id","retentionPeriod","status"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfiguration:getAccountsClusterConfiguration":{"properties":{"allowedIpSourceRanges":{"type":"array","items":{"type":"string"}},"annotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationAnnotation:getAccountsClusterConfigurationAnnotation"}},"databaseConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfiguration:getAccountsClusterConfigurationDatabaseConfiguration"}},"gpuType":{"type":"string"},"lastModifiedAt":{"type":"string"},"nodeConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationNodeConfiguration:getAccountsClusterConfigurationNodeConfiguration"}},"nodeSelectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationNodeSelector:getAccountsClusterConfigurationNodeSelector"}},"numberOfNodes":{"type":"number"},"podLabels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationPodLabel:getAccountsClusterConfigurationPodLabel"}},"rebalanceStrategy":{"type":"string"},"reservedCpuPercentage":{"type":"number"},"reservedMemoryPercentage":{"type":"number"},"restartPolicy":{"type":"string"},"serviceAnnotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationServiceAnnotation:getAccountsClusterConfigurationServiceAnnotation"}},"serviceType":{"type":"string"},"tolerations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationToleration:getAccountsClusterConfigurationToleration"}},"topologySpreadConstraints":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationTopologySpreadConstraint:getAccountsClusterConfigurationTopologySpreadConstraint"}},"version":{"type":"string"}},"type":"object","required":["allowedIpSourceRanges","annotations","databaseConfigurations","gpuType","lastModifiedAt","nodeConfigurations","nodeSelectors","numberOfNodes","podLabels","rebalanceStrategy","reservedCpuPercentage","reservedMemoryPercentage","restartPolicy","serviceAnnotations","serviceType","tolerations","topologySpreadConstraints","version"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationAnnotation:getAccountsClusterConfigurationAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfiguration:getAccountsClusterConfigurationDatabaseConfiguration":{"properties":{"collections":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationCollection:getAccountsClusterConfigurationDatabaseConfigurationCollection"}},"inferences":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationInference:getAccountsClusterConfigurationDatabaseConfigurationInference"}},"logLevel":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationService:getAccountsClusterConfigurationDatabaseConfigurationService"}},"storages":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationStorage:getAccountsClusterConfigurationDatabaseConfigurationStorage"}},"tls":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationTl:getAccountsClusterConfigurationDatabaseConfigurationTl"}}},"type":"object","required":["collections","inferences","logLevel","services","storages","tls"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationCollection:getAccountsClusterConfigurationDatabaseConfigurationCollection":{"properties":{"replicationFactor":{"type":"number"},"vectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationCollectionVector:getAccountsClusterConfigurationDatabaseConfigurationCollectionVector"}},"writeConsistencyFactor":{"type":"number"}},"type":"object","required":["replicationFactor","vectors","writeConsistencyFactor"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationCollectionVector:getAccountsClusterConfigurationDatabaseConfigurationCollectionVector":{"properties":{"onDisk":{"type":"boolean"}},"type":"object","required":["onDisk"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationInference:getAccountsClusterConfigurationDatabaseConfigurationInference":{"properties":{"enabled":{"type":"boolean"}},"type":"object","required":["enabled"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationService:getAccountsClusterConfigurationDatabaseConfigurationService":{"properties":{"apiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationServiceApiKey:getAccountsClusterConfigurationDatabaseConfigurationServiceApiKey"}},"enableTls":{"type":"boolean"},"forceIncludeJwtRbac":{"type":"boolean"},"jwtRbac":{"type":"boolean"},"readOnlyApiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:getAccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey"}}},"type":"object","required":["apiKeys","enableTls","forceIncludeJwtRbac","jwtRbac","readOnlyApiKeys"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationServiceApiKey:getAccountsClusterConfigurationDatabaseConfigurationServiceApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:getAccountsClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationStorage:getAccountsClusterConfigurationDatabaseConfigurationStorage":{"properties":{"performances":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationStoragePerformance:getAccountsClusterConfigurationDatabaseConfigurationStoragePerformance"}}},"type":"object","required":["performances"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationStoragePerformance:getAccountsClusterConfigurationDatabaseConfigurationStoragePerformance":{"properties":{"asyncScorer":{"type":"boolean"},"optimizerCpuBudget":{"type":"number"}},"type":"object","required":["asyncScorer","optimizerCpuBudget"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationTl:getAccountsClusterConfigurationDatabaseConfigurationTl":{"properties":{"certs":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationTlCert:getAccountsClusterConfigurationDatabaseConfigurationTlCert"}},"keys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationDatabaseConfigurationTlKey:getAccountsClusterConfigurationDatabaseConfigurationTlKey"}}},"type":"object","required":["certs","keys"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationTlCert:getAccountsClusterConfigurationDatabaseConfigurationTlCert":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationDatabaseConfigurationTlKey:getAccountsClusterConfigurationDatabaseConfigurationTlKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationNodeConfiguration:getAccountsClusterConfigurationNodeConfiguration":{"properties":{"packageId":{"type":"string"},"resourceConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfigurationNodeConfigurationResourceConfiguration:getAccountsClusterConfigurationNodeConfigurationResourceConfiguration"}}},"type":"object","required":["packageId","resourceConfigurations"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationNodeConfigurationResourceConfiguration:getAccountsClusterConfigurationNodeConfigurationResourceConfiguration":{"properties":{"amount":{"type":"number"},"resourceType":{"type":"string"},"resourceUnit":{"type":"string"}},"type":"object","required":["amount","resourceType","resourceUnit"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationNodeSelector:getAccountsClusterConfigurationNodeSelector":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationPodLabel:getAccountsClusterConfigurationPodLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationServiceAnnotation:getAccountsClusterConfigurationServiceAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationToleration:getAccountsClusterConfigurationToleration":{"properties":{"effect":{"type":"string"},"key":{"type":"string"},"operator":{"type":"string"},"tolerationSeconds":{"type":"number"},"value":{"type":"string"}},"type":"object","required":["effect","key","operator","tolerationSeconds","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterConfigurationTopologySpreadConstraint:getAccountsClusterConfigurationTopologySpreadConstraint":{"properties":{"maxSkew":{"type":"number"},"topologyKey":{"type":"string"},"whenUnsatisfiable":{"type":"string"}},"type":"object","required":["maxSkew","topologyKey","whenUnsatisfiable"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterLabel:getAccountsClusterLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatus:getAccountsClusterStatus":{"properties":{"nodesUp":{"type":"number"},"phase":{"type":"string"},"reason":{"type":"string"},"resources":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatusResource:getAccountsClusterStatusResource"}},"restartedAt":{"type":"string"},"scalabilityInfos":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatusScalabilityInfo:getAccountsClusterStatusScalabilityInfo"}},"version":{"type":"string"}},"type":"object","required":["nodesUp","phase","reason","resources","restartedAt","scalabilityInfos","version"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatusResource:getAccountsClusterStatusResource":{"properties":{"cpus":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatusResourceCpus:getAccountsClusterStatusResourceCpus"}},"disks":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatusResourceDisk:getAccountsClusterStatusResourceDisk"}},"rams":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatusResourceRam:getAccountsClusterStatusResourceRam"}}},"type":"object","required":["cpus","disks","rams"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatusResourceCpus:getAccountsClusterStatusResourceCpus":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatusResourceDisk:getAccountsClusterStatusResourceDisk":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatusResourceRam:getAccountsClusterStatusResourceRam":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClusterStatusScalabilityInfo:getAccountsClusterStatusScalabilityInfo":{"properties":{"reason":{"type":"string"},"status":{"type":"string"}},"type":"object","required":["reason","status"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersCluster:getAccountsClustersCluster":{"properties":{"accountId":{"type":"string"},"cloudProvider":{"type":"string"},"cloudRegion":{"type":"string"},"configurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfiguration:getAccountsClustersClusterConfiguration"}},"createdAt":{"type":"string"},"deleteBackupsOnDestroy":{"type":"boolean"},"id":{"type":"string"},"labels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterLabel:getAccountsClustersClusterLabel"}},"markedForDeletionAt":{"type":"string"},"name":{"type":"string"},"privateRegionId":{"type":"string"},"statuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatus:getAccountsClustersClusterStatus"}},"url":{"type":"string"}},"type":"object","required":["accountId","cloudProvider","cloudRegion","configurations","createdAt","deleteBackupsOnDestroy","id","labels","markedForDeletionAt","name","privateRegionId","statuses","url"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfiguration:getAccountsClustersClusterConfiguration":{"properties":{"allowedIpSourceRanges":{"type":"array","items":{"type":"string"}},"annotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationAnnotation:getAccountsClustersClusterConfigurationAnnotation"}},"databaseConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfiguration:getAccountsClustersClusterConfigurationDatabaseConfiguration"}},"gpuType":{"type":"string"},"lastModifiedAt":{"type":"string"},"nodeConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationNodeConfiguration:getAccountsClustersClusterConfigurationNodeConfiguration"}},"nodeSelectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationNodeSelector:getAccountsClustersClusterConfigurationNodeSelector"}},"numberOfNodes":{"type":"number"},"podLabels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationPodLabel:getAccountsClustersClusterConfigurationPodLabel"}},"rebalanceStrategy":{"type":"string"},"reservedCpuPercentage":{"type":"number"},"reservedMemoryPercentage":{"type":"number"},"restartPolicy":{"type":"string"},"serviceAnnotations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationServiceAnnotation:getAccountsClustersClusterConfigurationServiceAnnotation"}},"serviceType":{"type":"string"},"tolerations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationToleration:getAccountsClustersClusterConfigurationToleration"}},"topologySpreadConstraints":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationTopologySpreadConstraint:getAccountsClustersClusterConfigurationTopologySpreadConstraint"}},"version":{"type":"string"}},"type":"object","required":["allowedIpSourceRanges","annotations","databaseConfigurations","gpuType","lastModifiedAt","nodeConfigurations","nodeSelectors","numberOfNodes","podLabels","rebalanceStrategy","reservedCpuPercentage","reservedMemoryPercentage","restartPolicy","serviceAnnotations","serviceType","tolerations","topologySpreadConstraints","version"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationAnnotation:getAccountsClustersClusterConfigurationAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfiguration:getAccountsClustersClusterConfigurationDatabaseConfiguration":{"properties":{"collections":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationCollection:getAccountsClustersClusterConfigurationDatabaseConfigurationCollection"}},"inferences":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationInference:getAccountsClustersClusterConfigurationDatabaseConfigurationInference"}},"logLevel":{"type":"string"},"services":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationService:getAccountsClustersClusterConfigurationDatabaseConfigurationService"}},"storages":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationStorage:getAccountsClustersClusterConfigurationDatabaseConfigurationStorage"}},"tls":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationTl:getAccountsClustersClusterConfigurationDatabaseConfigurationTl"}}},"type":"object","required":["collections","inferences","logLevel","services","storages","tls"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationCollection:getAccountsClustersClusterConfigurationDatabaseConfigurationCollection":{"properties":{"replicationFactor":{"type":"number"},"vectors":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationCollectionVector:getAccountsClustersClusterConfigurationDatabaseConfigurationCollectionVector"}},"writeConsistencyFactor":{"type":"number"}},"type":"object","required":["replicationFactor","vectors","writeConsistencyFactor"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationCollectionVector:getAccountsClustersClusterConfigurationDatabaseConfigurationCollectionVector":{"properties":{"onDisk":{"type":"boolean"}},"type":"object","required":["onDisk"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationInference:getAccountsClustersClusterConfigurationDatabaseConfigurationInference":{"properties":{"enabled":{"type":"boolean"}},"type":"object","required":["enabled"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationService:getAccountsClustersClusterConfigurationDatabaseConfigurationService":{"properties":{"apiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationServiceApiKey:getAccountsClustersClusterConfigurationDatabaseConfigurationServiceApiKey"}},"enableTls":{"type":"boolean"},"forceIncludeJwtRbac":{"type":"boolean"},"jwtRbac":{"type":"boolean"},"readOnlyApiKeys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:getAccountsClustersClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey"}}},"type":"object","required":["apiKeys","enableTls","forceIncludeJwtRbac","jwtRbac","readOnlyApiKeys"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationServiceApiKey:getAccountsClustersClusterConfigurationDatabaseConfigurationServiceApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey:getAccountsClustersClusterConfigurationDatabaseConfigurationServiceReadOnlyApiKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationStorage:getAccountsClustersClusterConfigurationDatabaseConfigurationStorage":{"properties":{"performances":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationStoragePerformance:getAccountsClustersClusterConfigurationDatabaseConfigurationStoragePerformance"}}},"type":"object","required":["performances"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationStoragePerformance:getAccountsClustersClusterConfigurationDatabaseConfigurationStoragePerformance":{"properties":{"asyncScorer":{"type":"boolean"},"optimizerCpuBudget":{"type":"number"}},"type":"object","required":["asyncScorer","optimizerCpuBudget"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationTl:getAccountsClustersClusterConfigurationDatabaseConfigurationTl":{"properties":{"certs":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationTlCert:getAccountsClustersClusterConfigurationDatabaseConfigurationTlCert"}},"keys":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationDatabaseConfigurationTlKey:getAccountsClustersClusterConfigurationDatabaseConfigurationTlKey"}}},"type":"object","required":["certs","keys"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationTlCert:getAccountsClustersClusterConfigurationDatabaseConfigurationTlCert":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationDatabaseConfigurationTlKey:getAccountsClustersClusterConfigurationDatabaseConfigurationTlKey":{"properties":{"secretKey":{"type":"string"},"secretName":{"type":"string"}},"type":"object","required":["secretKey","secretName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationNodeConfiguration:getAccountsClustersClusterConfigurationNodeConfiguration":{"properties":{"packageId":{"type":"string"},"resourceConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterConfigurationNodeConfigurationResourceConfiguration:getAccountsClustersClusterConfigurationNodeConfigurationResourceConfiguration"}}},"type":"object","required":["packageId","resourceConfigurations"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationNodeConfigurationResourceConfiguration:getAccountsClustersClusterConfigurationNodeConfigurationResourceConfiguration":{"properties":{"amount":{"type":"number"},"resourceType":{"type":"string"},"resourceUnit":{"type":"string"}},"type":"object","required":["amount","resourceType","resourceUnit"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationNodeSelector:getAccountsClustersClusterConfigurationNodeSelector":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationPodLabel:getAccountsClustersClusterConfigurationPodLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationServiceAnnotation:getAccountsClustersClusterConfigurationServiceAnnotation":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationToleration:getAccountsClustersClusterConfigurationToleration":{"properties":{"effect":{"type":"string"},"key":{"type":"string"},"operator":{"type":"string"},"tolerationSeconds":{"type":"number"},"value":{"type":"string"}},"type":"object","required":["effect","key","operator","tolerationSeconds","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterConfigurationTopologySpreadConstraint:getAccountsClustersClusterConfigurationTopologySpreadConstraint":{"properties":{"maxSkew":{"type":"number"},"topologyKey":{"type":"string"},"whenUnsatisfiable":{"type":"string"}},"type":"object","required":["maxSkew","topologyKey","whenUnsatisfiable"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterLabel:getAccountsClustersClusterLabel":{"properties":{"key":{"type":"string"},"value":{"type":"string"}},"type":"object","required":["key","value"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatus:getAccountsClustersClusterStatus":{"properties":{"nodesUp":{"type":"number"},"phase":{"type":"string"},"reason":{"type":"string"},"resources":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatusResource:getAccountsClustersClusterStatusResource"}},"restartedAt":{"type":"string"},"scalabilityInfos":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatusScalabilityInfo:getAccountsClustersClusterStatusScalabilityInfo"}},"version":{"type":"string"}},"type":"object","required":["nodesUp","phase","reason","resources","restartedAt","scalabilityInfos","version"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatusResource:getAccountsClustersClusterStatusResource":{"properties":{"cpus":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatusResourceCpus:getAccountsClustersClusterStatusResourceCpus"}},"disks":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatusResourceDisk:getAccountsClustersClusterStatusResourceDisk"}},"rams":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersClusterStatusResourceRam:getAccountsClustersClusterStatusResourceRam"}}},"type":"object","required":["cpus","disks","rams"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatusResourceCpus:getAccountsClustersClusterStatusResourceCpus":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatusResourceDisk:getAccountsClustersClusterStatusResourceDisk":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatusResourceRam:getAccountsClustersClusterStatusResourceRam":{"properties":{"additional":{"type":"number"},"available":{"type":"number"},"base":{"type":"number"},"complimentary":{"type":"number"},"reserved":{"type":"number"}},"type":"object","required":["additional","available","base","complimentary","reserved"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsClustersClusterStatusScalabilityInfo:getAccountsClustersClusterStatusScalabilityInfo":{"properties":{"reason":{"type":"string"},"status":{"type":"string"}},"type":"object","required":["reason","status"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsDatabaseApiKeysV2Key:getAccountsDatabaseApiKeysV2Key":{"properties":{"accountId":{"type":"string"},"clusterId":{"type":"string"},"collectionAccessRules":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsDatabaseApiKeysV2KeyCollectionAccessRule:getAccountsDatabaseApiKeysV2KeyCollectionAccessRule"}},"createdAt":{"type":"string"},"createdByEmail":{"type":"string"},"expiresAt":{"type":"string"},"globalAccessRules":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsDatabaseApiKeysV2KeyGlobalAccessRule:getAccountsDatabaseApiKeysV2KeyGlobalAccessRule"}},"id":{"type":"string"},"key":{"type":"string"},"name":{"type":"string"},"postfix":{"type":"string"}},"type":"object","required":["accountId","clusterId","collectionAccessRules","createdAt","createdByEmail","expiresAt","globalAccessRules","id","key","name","postfix"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsDatabaseApiKeysV2KeyCollectionAccessRule:getAccountsDatabaseApiKeysV2KeyCollectionAccessRule":{"properties":{"accessType":{"type":"string"},"collectionName":{"type":"string"}},"type":"object","required":["accessType","collectionName"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getAccountsDatabaseApiKeysV2KeyGlobalAccessRule:getAccountsDatabaseApiKeysV2KeyGlobalAccessRule":{"properties":{"accessType":{"type":"string"}},"type":"object","required":["accessType"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getBookingPackagesPackage:getBookingPackagesPackage":{"properties":{"availableAdditionalResources":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetBookingPackagesPackageAvailableAdditionalResource:getBookingPackagesPackageAvailableAdditionalResource"}},"currency":{"type":"string"},"id":{"type":"string"},"name":{"type":"string"},"resourceConfigurations":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FgetBookingPackagesPackageResourceConfiguration:getBookingPackagesPackageResourceConfiguration"}},"status":{"type":"string"},"tier":{"type":"string"},"type":{"type":"string"},"unitIntPricePerHour":{"type":"number"}},"type":"object","required":["availableAdditionalResources","currency","id","name","resourceConfigurations","status","tier","type","unitIntPricePerHour"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getBookingPackagesPackageAvailableAdditionalResource:getBookingPackagesPackageAvailableAdditionalResource":{"properties":{"diskPricePerHour":{"type":"number"}},"type":"object","required":["diskPricePerHour"],"language":{"nodejs":{"requiredInputs":[]}}},"qdrant-cloud:index/getBookingPackagesPackageResourceConfiguration:getBookingPackagesPackageResourceConfiguration":{"properties":{"cpu":{"type":"string"},"disk":{"type":"string"},"ram":{"type":"string"}},"type":"object","required":["cpu","disk","ram"],"language":{"nodejs":{"requiredInputs":[]}}}},"provider":{"description":"The provider type for the qdrant-cloud package. By default, resources use package-wide configuration\nsettings, however an explicit `Provider` instance may be created and passed during resource\nconstruction to achieve fine-grained programmatic control over provider settings. See the\n[documentation](https://www.pulumi.com/docs/reference/programming-model/#providers) for more information.\n","properties":{"accountId":{"type":"string","description":"Default Account Identifier for the Qdrant cloud"},"apiKey":{"type":"string","description":"The API Key for Qdrant Cloud API operations.","secret":true},"apiUrl":{"type":"string","description":"The URL of the Qdrant Cloud API."}},"type":"object","required":["apiKey"],"inputProperties":{"accountId":{"type":"string","description":"Default Account Identifier for the Qdrant cloud"},"apiKey":{"type":"string","description":"The API Key for Qdrant Cloud API operations.","secret":true},"apiUrl":{"type":"string","description":"The URL of the Qdrant Cloud API."},"insecure":{"type":"boolean","description":"Allow insecure gRPC connections. This is useful for development environments with self-signed certificates. Defaults to false."}},"requiredInputs":["apiKey"],"methods":{"terraformConfig":"pulumi:providers:qdrant-cloud/terraformConfig"}},"resources":{"qdrant-cloud:index/accountsAuthKey:AccountsAuthKey":{"description":"\u003e **Deprecated:** The `qdrant-cloud_accounts_auth_key` resource is deprecated and will be removed in a future version. Please use the `qdrant-cloud_accounts_database_api_key_v2` resource instead.\n\n## Import\n\n`qdrant-cloud_accounts_auth_key` can be imported using the auth key ID, e.g.\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsAuthKey:AccountsAuthKey example 12345678-0000-0000-0000-1234567890ab\n```\n","properties":{"clusterIds":{"type":"array","items":{"type":"string"},"description":"Auth Keys Keys Schema Cluster Identifiers for which this Auth Key is attached field\n"},"createdAt":{"type":"string","description":"Auth Keys Keys Schema Timestamp when the Auth Key is created field\n"},"prefix":{"type":"string","description":"Auth Keys Keys Schema Prefix of the Auth Key (the first few bytes from the token) field\n"},"token":{"type":"string","description":"Auth Keys Keys Schema Secret token for this Auth Key (handle with care!) field\n"}},"type":"object","required":["clusterIds","createdAt","prefix","token"],"inputProperties":{"clusterIds":{"type":"array","items":{"type":"string"},"description":"Auth Keys Keys Schema Cluster Identifiers for which this Auth Key is attached field\n"}},"requiredInputs":["clusterIds"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsAuthKey resources.\n","properties":{"clusterIds":{"type":"array","items":{"type":"string"},"description":"Auth Keys Keys Schema Cluster Identifiers for which this Auth Key is attached field\n"},"createdAt":{"type":"string","description":"Auth Keys Keys Schema Timestamp when the Auth Key is created field\n"},"prefix":{"type":"string","description":"Auth Keys Keys Schema Prefix of the Auth Key (the first few bytes from the token) field\n"},"token":{"type":"string","description":"Auth Keys Keys Schema Secret token for this Auth Key (handle with care!) field\n"}},"type":"object"}},"qdrant-cloud:index/accountsBackupSchedule:AccountsBackupSchedule":{"description":"Backup Schedule Resource\n\n## Import\n\n`qdrant-cloud_accounts_backup_schedule` can be imported using a composite ID of `\u003ccluster_id\u003e/\u003cbackup_schedule_id\u003e`, e.g.\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsBackupSchedule:AccountsBackupSchedule example 12345678-0000-0000-0000-1234567890ab/abcdefgh-0000-0000-0000-1234567890ab\n```\n","properties":{"accountId":{"type":"string","description":"Backup Schedule Schema Account ID field\n"},"clusterId":{"type":"string","description":"Backup Schedule Schema Cluster ID field\n"},"createdAt":{"type":"string","description":"Backup Schedule Schema Creation time field\n"},"cronExpression":{"type":"string","description":"Backup Schedule Schema Cron expression for the schedule field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the schedule is destroyed.\n"},"deletedAt":{"type":"string","description":"Backup Schedule Schema Deletion time field\n"},"retentionPeriod":{"type":"string","description":"Backup Schedule Schema Retention period as a Go duration string (e.g., \"72h\"). field\n"},"status":{"type":"string","description":"Backup Schedule Schema Status field\n"}},"type":"object","required":["accountId","clusterId","createdAt","cronExpression","deletedAt","status"],"inputProperties":{"accountId":{"type":"string","description":"Backup Schedule Schema Account ID field\n"},"clusterId":{"type":"string","description":"Backup Schedule Schema Cluster ID field\n"},"cronExpression":{"type":"string","description":"Backup Schedule Schema Cron expression for the schedule field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the schedule is destroyed.\n"},"retentionPeriod":{"type":"string","description":"Backup Schedule Schema Retention period as a Go duration string (e.g., \"72h\"). field\n"}},"requiredInputs":["clusterId","cronExpression"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsBackupSchedule resources.\n","properties":{"accountId":{"type":"string","description":"Backup Schedule Schema Account ID field\n"},"clusterId":{"type":"string","description":"Backup Schedule Schema Cluster ID field\n"},"createdAt":{"type":"string","description":"Backup Schedule Schema Creation time field\n"},"cronExpression":{"type":"string","description":"Backup Schedule Schema Cron expression for the schedule field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the schedule is destroyed.\n"},"deletedAt":{"type":"string","description":"Backup Schedule Schema Deletion time field\n"},"retentionPeriod":{"type":"string","description":"Backup Schedule Schema Retention period as a Go duration string (e.g., \"72h\"). field\n"},"status":{"type":"string","description":"Backup Schedule Schema Status field\n"}},"type":"object"}},"qdrant-cloud:index/accountsCluster:AccountsCluster":{"description":"Account Cluster Resource\n\n## Import\n\n`qdrant-cloud_accounts_cluster` can be imported using the cluster ID, e.g.\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsCluster:AccountsCluster example 12345678-0000-0000-0000-1234567890ab\n```\n","properties":{"accountId":{"type":"string","description":"Cluster Schema Identifier of the account field\n"},"cloudProvider":{"type":"string","description":"Cluster Schema Cloud provider where the cluster is hosted.\nMust match one of the provider IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviders\" method.\nFor Hybrid cloud this should be \"hybrid\". field\n"},"cloudRegion":{"type":"string","description":"Cluster Schema Cloud provider region where the cluster is hosted.\nMust match one of the region IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions\" method.\nFor hybrid this should be the hybrid cloud environment ID. field\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfiguration:AccountsClusterConfiguration","description":"Cluster Schema The configuration options of a cluster field\n"},"createdAt":{"type":"string","description":"Cluster Schema Timestamp when the cluster is created field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the cluster is destroyed.\n"},"labels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterLabel:AccountsClusterLabel"},"description":"Cluster Schema List of labels associated with the cluster field\n"},"markedForDeletionAt":{"type":"string","description":"Cluster Schema Timestamp when this cluster was marked for deletion field\n"},"name":{"type":"string","description":"Cluster Schema Name of the cluster field\n"},"privateRegionId":{"type":"string","description":"Cluster Schema Identifier of the Hybrid cloud region field\n","deprecationMessage":"Deprecated"},"statuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatus:AccountsClusterStatus"},"description":"Cluster Schema The status of the cluster field\n"},"url":{"type":"string","description":"Cluster Schema The URL of the endpoint of the Qdrant cluster field\n"}},"type":"object","required":["accountId","cloudProvider","cloudRegion","configuration","createdAt","markedForDeletionAt","name","statuses","url"],"inputProperties":{"accountId":{"type":"string","description":"Cluster Schema Identifier of the account field\n"},"cloudProvider":{"type":"string","description":"Cluster Schema Cloud provider where the cluster is hosted.\nMust match one of the provider IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviders\" method.\nFor Hybrid cloud this should be \"hybrid\". field\n"},"cloudRegion":{"type":"string","description":"Cluster Schema Cloud provider region where the cluster is hosted.\nMust match one of the region IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions\" method.\nFor hybrid this should be the hybrid cloud environment ID. field\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfiguration:AccountsClusterConfiguration","description":"Cluster Schema The configuration options of a cluster field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the cluster is destroyed.\n"},"labels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterLabel:AccountsClusterLabel"},"description":"Cluster Schema List of labels associated with the cluster field\n"},"name":{"type":"string","description":"Cluster Schema Name of the cluster field\n"},"privateRegionId":{"type":"string","description":"Cluster Schema Identifier of the Hybrid cloud region field\n","deprecationMessage":"Deprecated"}},"requiredInputs":["cloudProvider","cloudRegion","configuration"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsCluster resources.\n","properties":{"accountId":{"type":"string","description":"Cluster Schema Identifier of the account field\n"},"cloudProvider":{"type":"string","description":"Cluster Schema Cloud provider where the cluster is hosted.\nMust match one of the provider IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviders\" method.\nFor Hybrid cloud this should be \"hybrid\". field\n"},"cloudRegion":{"type":"string","description":"Cluster Schema Cloud provider region where the cluster is hosted.\nMust match one of the region IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions\" method.\nFor hybrid this should be the hybrid cloud environment ID. field\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterConfiguration:AccountsClusterConfiguration","description":"Cluster Schema The configuration options of a cluster field\n"},"createdAt":{"type":"string","description":"Cluster Schema Timestamp when the cluster is created field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the cluster is destroyed.\n"},"labels":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterLabel:AccountsClusterLabel"},"description":"Cluster Schema List of labels associated with the cluster field\n"},"markedForDeletionAt":{"type":"string","description":"Cluster Schema Timestamp when this cluster was marked for deletion field\n"},"name":{"type":"string","description":"Cluster Schema Name of the cluster field\n"},"privateRegionId":{"type":"string","description":"Cluster Schema Identifier of the Hybrid cloud region field\n","deprecationMessage":"Deprecated"},"statuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsClusterStatus:AccountsClusterStatus"},"description":"Cluster Schema The status of the cluster field\n"},"url":{"type":"string","description":"Cluster Schema The URL of the endpoint of the Qdrant cluster field\n"}},"type":"object"}},"qdrant-cloud:index/accountsDatabaseApiKeyV2:AccountsDatabaseApiKeyV2":{"description":"Account Database API Key Resource (v2)\n\n## Import\n\n`qdrant-cloud_accounts_database_api_key_v2` can be imported using a composite ID of `\u003ccluster_id\u003e/\u003capi_key_id\u003e`, e.g.\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsDatabaseApiKeyV2:AccountsDatabaseApiKeyV2 example 12345678-0000-0000-0000-1234567890ab/abcdefgh-0000-0000-0000-1234567890ab\n```\n","properties":{"accountId":{"type":"string","description":"Database API Keys V2 Schema Account Identifier field\n"},"clusterId":{"type":"string","description":"Database API Keys V2 Schema Cluster Identifier for which this Auth Key is attached field\n"},"collectionAccessRules":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2CollectionAccessRule:AccountsDatabaseApiKeyV2CollectionAccessRule"},"description":"A list of rules granting access to specific collections. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`globalAccessRule`\" pulumi-lang-dotnet=\"`GlobalAccessRule`\" pulumi-lang-go=\"`globalAccessRule`\" pulumi-lang-python=\"`global_access_rule`\" pulumi-lang-yaml=\"`globalAccessRule`\" pulumi-lang-java=\"`globalAccessRule`\"\u003e`global_access_rule`\u003c/span\u003e.\n"},"createdAt":{"type":"string","description":"Database API Keys V2 Schema Timestamp when the Auth Key is created field\n"},"createdByEmail":{"type":"string","description":"Database API Keys V2 Schema Email of the user who created the key field\n"},"expiresAt":{"type":"string","description":"Database API Keys V2 Schema Timestamp when the Auth Key expires field\n"},"globalAccessRule":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2GlobalAccessRule:AccountsDatabaseApiKeyV2GlobalAccessRule","description":"A rule granting global access to the entire database. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`collectionAccessRules`\" pulumi-lang-dotnet=\"`CollectionAccessRules`\" pulumi-lang-go=\"`collectionAccessRules`\" pulumi-lang-python=\"`collection_access_rules`\" pulumi-lang-yaml=\"`collectionAccessRules`\" pulumi-lang-java=\"`collectionAccessRules`\"\u003e`collection_access_rules`\u003c/span\u003e.\n"},"key":{"type":"string","description":"Database API Keys V2 Schema Secret key for this Auth Key field\n"},"name":{"type":"string","description":"Database API Keys V2 Schema Auth Key Name field\n"},"postfix":{"type":"string","description":"Database API Keys V2 Schema Postfix of the Auth Key field\n"}},"type":"object","required":["accountId","clusterId","createdAt","createdByEmail","expiresAt","key","name","postfix"],"inputProperties":{"accountId":{"type":"string","description":"Database API Keys V2 Schema Account Identifier field\n"},"clusterId":{"type":"string","description":"Database API Keys V2 Schema Cluster Identifier for which this Auth Key is attached field\n"},"collectionAccessRules":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2CollectionAccessRule:AccountsDatabaseApiKeyV2CollectionAccessRule"},"description":"A list of rules granting access to specific collections. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`globalAccessRule`\" pulumi-lang-dotnet=\"`GlobalAccessRule`\" pulumi-lang-go=\"`globalAccessRule`\" pulumi-lang-python=\"`global_access_rule`\" pulumi-lang-yaml=\"`globalAccessRule`\" pulumi-lang-java=\"`globalAccessRule`\"\u003e`global_access_rule`\u003c/span\u003e.\n"},"expiresAt":{"type":"string","description":"Database API Keys V2 Schema Timestamp when the Auth Key expires field\n"},"globalAccessRule":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2GlobalAccessRule:AccountsDatabaseApiKeyV2GlobalAccessRule","description":"A rule granting global access to the entire database. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`collectionAccessRules`\" pulumi-lang-dotnet=\"`CollectionAccessRules`\" pulumi-lang-go=\"`collectionAccessRules`\" pulumi-lang-python=\"`collection_access_rules`\" pulumi-lang-yaml=\"`collectionAccessRules`\" pulumi-lang-java=\"`collectionAccessRules`\"\u003e`collection_access_rules`\u003c/span\u003e.\n"},"name":{"type":"string","description":"Database API Keys V2 Schema Auth Key Name field\n"}},"requiredInputs":["clusterId"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsDatabaseApiKeyV2 resources.\n","properties":{"accountId":{"type":"string","description":"Database API Keys V2 Schema Account Identifier field\n"},"clusterId":{"type":"string","description":"Database API Keys V2 Schema Cluster Identifier for which this Auth Key is attached field\n"},"collectionAccessRules":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2CollectionAccessRule:AccountsDatabaseApiKeyV2CollectionAccessRule"},"description":"A list of rules granting access to specific collections. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`globalAccessRule`\" pulumi-lang-dotnet=\"`GlobalAccessRule`\" pulumi-lang-go=\"`globalAccessRule`\" pulumi-lang-python=\"`global_access_rule`\" pulumi-lang-yaml=\"`globalAccessRule`\" pulumi-lang-java=\"`globalAccessRule`\"\u003e`global_access_rule`\u003c/span\u003e.\n"},"createdAt":{"type":"string","description":"Database API Keys V2 Schema Timestamp when the Auth Key is created field\n"},"createdByEmail":{"type":"string","description":"Database API Keys V2 Schema Email of the user who created the key field\n"},"expiresAt":{"type":"string","description":"Database API Keys V2 Schema Timestamp when the Auth Key expires field\n"},"globalAccessRule":{"$ref":"#/types/qdrant-cloud:index%2FAccountsDatabaseApiKeyV2GlobalAccessRule:AccountsDatabaseApiKeyV2GlobalAccessRule","description":"A rule granting global access to the entire database. Cannot be used with \u003cspan pulumi-lang-nodejs=\"`collectionAccessRules`\" pulumi-lang-dotnet=\"`CollectionAccessRules`\" pulumi-lang-go=\"`collectionAccessRules`\" pulumi-lang-python=\"`collection_access_rules`\" pulumi-lang-yaml=\"`collectionAccessRules`\" pulumi-lang-java=\"`collectionAccessRules`\"\u003e`collection_access_rules`\u003c/span\u003e.\n"},"key":{"type":"string","description":"Database API Keys V2 Schema Secret key for this Auth Key field\n"},"name":{"type":"string","description":"Database API Keys V2 Schema Auth Key Name field\n"},"postfix":{"type":"string","description":"Database API Keys V2 Schema Postfix of the Auth Key field\n"}},"type":"object"}},"qdrant-cloud:index/accountsHybridCloudEnvironment:AccountsHybridCloudEnvironment":{"description":"## Example Usage\n\n## Import\n\n`qdrant-cloud_accounts_hybrid_cloud_environment` can be imported using the environment ID:\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsHybridCloudEnvironment:AccountsHybridCloudEnvironment example 00000000-0000-0000-0000-000000000000\n```\n","properties":{"accountId":{"type":"string","description":"Hybrid cloud environment Schema Account ID field\n"},"bootstrapCommands":{"type":"array","items":{"type":"string"},"description":"Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field\n","secret":true},"bootstrapCommandsGenerated":{"type":"boolean","description":"Hybrid cloud environment Schema Set if the generate bootstrap commands has been called at least once field\n"},"bootstrapCommandsVersion":{"type":"number","description":"Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, \u003e0 = generate/rotate.\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfiguration:AccountsHybridCloudEnvironmentConfiguration","description":"Hybrid cloud environment Schema Configuration field\n"},"createdAt":{"type":"string","description":"Hybrid cloud environment Schema Creation timestamp field\n"},"createdByEmail":{"type":"string","description":"Hybrid cloud environment Schema The email of the user who created the hybrid cloud environment field\n"},"lastModifiedAt":{"type":"string","description":"Hybrid cloud environment Schema Last modification timestamp field\n"},"name":{"type":"string","description":"Hybrid cloud environment Schema Name field\n"},"statuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatus:AccountsHybridCloudEnvironmentStatus"},"description":"Current status of the hybrid cloud environment (read-only).\n"}},"type":"object","required":["accountId","bootstrapCommands","bootstrapCommandsGenerated","bootstrapCommandsVersion","configuration","createdAt","createdByEmail","lastModifiedAt","name","statuses"],"inputProperties":{"accountId":{"type":"string","description":"Hybrid cloud environment Schema Account ID field\n"},"bootstrapCommandsVersion":{"type":"number","description":"Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, \u003e0 = generate/rotate.\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfiguration:AccountsHybridCloudEnvironmentConfiguration","description":"Hybrid cloud environment Schema Configuration field\n"},"name":{"type":"string","description":"Hybrid cloud environment Schema Name field\n"}},"requiredInputs":["configuration"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsHybridCloudEnvironment resources.\n","properties":{"accountId":{"type":"string","description":"Hybrid cloud environment Schema Account ID field\n"},"bootstrapCommands":{"type":"array","items":{"type":"string"},"description":"Hybrid cloud environment Schema Commands to bootstrap a Kubernetes cluster into this environment field\n","secret":true},"bootstrapCommandsGenerated":{"type":"boolean","description":"Hybrid cloud environment Schema Set if the generate bootstrap commands has been called at least once field\n"},"bootstrapCommandsVersion":{"type":"number","description":"Version knob to (re)generate bootstrap commands. -1 = never generate, 0 = idle/do not (re)generate, \u003e0 = generate/rotate.\n"},"configuration":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentConfiguration:AccountsHybridCloudEnvironmentConfiguration","description":"Hybrid cloud environment Schema Configuration field\n"},"createdAt":{"type":"string","description":"Hybrid cloud environment Schema Creation timestamp field\n"},"createdByEmail":{"type":"string","description":"Hybrid cloud environment Schema The email of the user who created the hybrid cloud environment field\n"},"lastModifiedAt":{"type":"string","description":"Hybrid cloud environment Schema Last modification timestamp field\n"},"name":{"type":"string","description":"Hybrid cloud environment Schema Name field\n"},"statuses":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsHybridCloudEnvironmentStatus:AccountsHybridCloudEnvironmentStatus"},"description":"Current status of the hybrid cloud environment (read-only).\n"}},"type":"object"}},"qdrant-cloud:index/accountsManualBackup:AccountsManualBackup":{"description":"Cluster Backup Resource (one-off backup).\n\n## Import\n\n`qdrant-cloud_accounts_manual_backup` can be imported using a backup ID `\u003cbackup_id\u003e`, e.g.\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsManualBackup:AccountsManualBackup example 12345678-0000-0000-0000-1234567890ab\n```\n","properties":{"accountId":{"type":"string","description":"Backup Schema Account ID field\n"},"backupDuration":{"type":"string","description":"Backup Schema Backup duration (e.g., 36s) field\n"},"backupScheduleId":{"type":"string","description":"Backup Schema Backup Schedule ID that produced this backup (if any) field\n"},"clusterId":{"type":"string","description":"Backup Schema Cluster ID field\n"},"clusterInfos":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfo:AccountsManualBackupClusterInfo"},"description":"Cluster metadata captured at backup time (read-only).\n"},"createdAt":{"type":"string","description":"Backup Schema Creation timestamp field\n"},"deletedAt":{"type":"string","description":"Backup Schema Deletion timestamp (if applicable) field\n"},"name":{"type":"string","description":"Backup Schema Auto-generated backup name field\n"},"retentionPeriod":{"type":"string","description":"Backup Schema Retention period (Go duration, e.g. \"24h\" or \"86400s\"). field\n"},"status":{"type":"string","description":"Backup Schema Backup status field\n"}},"type":"object","required":["accountId","backupDuration","backupScheduleId","clusterId","clusterInfos","createdAt","deletedAt","name","status"],"inputProperties":{"accountId":{"type":"string","description":"Backup Schema Account ID field\n"},"clusterId":{"type":"string","description":"Backup Schema Cluster ID field\n"},"retentionPeriod":{"type":"string","description":"Backup Schema Retention period (Go duration, e.g. \"24h\" or \"86400s\"). field\n"}},"requiredInputs":["clusterId"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsManualBackup resources.\n","properties":{"accountId":{"type":"string","description":"Backup Schema Account ID field\n"},"backupDuration":{"type":"string","description":"Backup Schema Backup duration (e.g., 36s) field\n"},"backupScheduleId":{"type":"string","description":"Backup Schema Backup Schedule ID that produced this backup (if any) field\n"},"clusterId":{"type":"string","description":"Backup Schema Cluster ID field\n"},"clusterInfos":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsManualBackupClusterInfo:AccountsManualBackupClusterInfo"},"description":"Cluster metadata captured at backup time (read-only).\n"},"createdAt":{"type":"string","description":"Backup Schema Creation timestamp field\n"},"deletedAt":{"type":"string","description":"Backup Schema Deletion timestamp (if applicable) field\n"},"name":{"type":"string","description":"Backup Schema Auto-generated backup name field\n"},"retentionPeriod":{"type":"string","description":"Backup Schema Retention period (Go duration, e.g. \"24h\" or \"86400s\"). field\n"},"status":{"type":"string","description":"Backup Schema Backup status field\n"}},"type":"object"}},"qdrant-cloud:index/accountsRole:AccountsRole":{"description":"\n\n## Import\n\n`qdrant-cloud_accounts_role` can be imported using the role ID:\n\nbash\n\n```sh\n$ pulumi import qdrant-cloud:index/accountsRole:AccountsRole example 00000000-0000-0000-0000-000000000000\n```\n\n","properties":{"accountId":{"type":"string","description":"Role Schema Account ID field\n"},"createdAt":{"type":"string","description":"Role Schema Creation timestamp field\n"},"description":{"type":"string","description":"Role Schema Human-readable description (\u003c=256 chars) field\n"},"lastModifiedAt":{"type":"string","description":"Role Schema Last modification timestamp field\n"},"name":{"type":"string","description":"Role Schema Role name (printable, length 4-64) field\n"},"permissions":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsRolePermission:AccountsRolePermission"},"description":"Permissions assigned to this role (unordered).\n"},"roleType":{"type":"string","description":"Role Schema Role type field\n"},"subType":{"type":"string","description":"Role Schema System role sub-type (if any) field\n"}},"type":"object","required":["accountId","createdAt","lastModifiedAt","name","permissions","roleType","subType"],"inputProperties":{"accountId":{"type":"string","description":"Role Schema Account ID field\n"},"description":{"type":"string","description":"Role Schema Human-readable description (\u003c=256 chars) field\n"},"name":{"type":"string","description":"Role Schema Role name (printable, length 4-64) field\n"},"permissions":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsRolePermission:AccountsRolePermission"},"description":"Permissions assigned to this role (unordered).\n"}},"requiredInputs":["permissions"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsRole resources.\n","properties":{"accountId":{"type":"string","description":"Role Schema Account ID field\n"},"createdAt":{"type":"string","description":"Role Schema Creation timestamp field\n"},"description":{"type":"string","description":"Role Schema Human-readable description (\u003c=256 chars) field\n"},"lastModifiedAt":{"type":"string","description":"Role Schema Last modification timestamp field\n"},"name":{"type":"string","description":"Role Schema Role name (printable, length 4-64) field\n"},"permissions":{"type":"array","items":{"$ref":"#/types/qdrant-cloud:index%2FAccountsRolePermission:AccountsRolePermission"},"description":"Permissions assigned to this role (unordered).\n"},"roleType":{"type":"string","description":"Role Schema Role type field\n"},"subType":{"type":"string","description":"Role Schema System role sub-type (if any) field\n"}},"type":"object"}},"qdrant-cloud:index/accountsUserRoles:AccountsUserRoles":{"properties":{"accountId":{"type":"string","description":"User Roles Schema Account ID field\n"},"accountsUserRolesId":{"type":"string","description":"The ID of this resource.\n"},"keepOnDestroy":{"type":"boolean","description":"If true, the provider will not revoke roles on destroy.\n"},"roleIds":{"type":"array","items":{"type":"string"},"description":"Authoritative set of role IDs assigned to this user (unordered).\n"},"userEmail":{"type":"string","description":"User Roles Schema User email (will be resolved to\u003cspan pulumi-lang-nodejs=\" userId \" pulumi-lang-dotnet=\" UserId \" pulumi-lang-go=\" userId \" pulumi-lang-python=\" user_id \" pulumi-lang-yaml=\" userId \" pulumi-lang-java=\" userId \"\u003e user_id \u003c/span\u003evia AccountService.ListAccountMembers) field\n"},"userId":{"type":"string","description":"User Roles Schema Resolved User ID field\n"}},"type":"object","required":["accountId","accountsUserRolesId","roleIds","userEmail","userId"],"inputProperties":{"accountId":{"type":"string","description":"User Roles Schema Account ID field\n"},"accountsUserRolesId":{"type":"string","description":"The ID of this resource.\n"},"keepOnDestroy":{"type":"boolean","description":"If true, the provider will not revoke roles on destroy.\n"},"roleIds":{"type":"array","items":{"type":"string"},"description":"Authoritative set of role IDs assigned to this user (unordered).\n"},"userEmail":{"type":"string","description":"User Roles Schema User email (will be resolved to\u003cspan pulumi-lang-nodejs=\" userId \" pulumi-lang-dotnet=\" UserId \" pulumi-lang-go=\" userId \" pulumi-lang-python=\" user_id \" pulumi-lang-yaml=\" userId \" pulumi-lang-java=\" userId \"\u003e user_id \u003c/span\u003evia AccountService.ListAccountMembers) field\n"}},"requiredInputs":["roleIds","userEmail"],"stateInputs":{"description":"Input properties used for looking up and filtering AccountsUserRoles resources.\n","properties":{"accountId":{"type":"string","description":"User Roles Schema Account ID field\n"},"accountsUserRolesId":{"type":"string","description":"The ID of this resource.\n"},"keepOnDestroy":{"type":"boolean","description":"If true, the provider will not revoke roles on destroy.\n"},"roleIds":{"type":"array","items":{"type":"string"},"description":"Authoritative set of role IDs assigned to this user (unordered).\n"},"userEmail":{"type":"string","description":"User Roles Schema User email (will be resolved to\u003cspan pulumi-lang-nodejs=\" userId \" pulumi-lang-dotnet=\" UserId \" pulumi-lang-go=\" userId \" pulumi-lang-python=\" user_id \" pulumi-lang-yaml=\" userId \" pulumi-lang-java=\" userId \"\u003e user_id \u003c/span\u003evia AccountService.ListAccountMembers) field\n"},"userId":{"type":"string","description":"User Roles Schema Resolved User ID field\n"}},"type":"object"}}},"functions":{"pulumi:providers:qdrant-cloud/terraformConfig":{"description":"This function returns a Terraform config object with terraform-namecased keys,to be used with the Terraform Module Provider.","inputs":{"properties":{"__self__":{"$ref":"#/resources/pulumi:providers:qdrant-cloud"}},"type":"object","required":["__self__"]},"outputs":{"properties":{"result":{"additionalProperties":{"$ref":"pulumi.json#/Any"},"type":"object"}},"required":["result"],"type":"object"}},"qdrant-cloud:index/getAccountsAuthKeys:getAccountsAuthKeys":{"description":"Account AuthKey Data Source [Deprecated, see `qdrant-cloud_accounts_database_api_keys_v2` instead]\n\n","inputs":{"description":"A collection of arguments for invoking getAccountsAuthKeys.\n","properties":{"accountId":{"type":"string","description":"Auth Keys Schema Account Identifier where all those Auth Keys belongs to field\n"},"id":{"type":"string","description":"The ID of this resource.\n"}},"type":"object"},"outputs":{"description":"A collection of values returned by getAccountsAuthKeys.\n","properties":{"accountId":{"description":"Auth Keys Schema Account Identifier where all those Auth Keys belongs to field\n","type":"string"},"id":{"description":"The ID of this resource.\n","type":"string"},"keys":{"description":"Auth Keys Schema List of Auth Keys field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsAuthKeysKey:getAccountsAuthKeysKey"},"type":"array"}},"required":["accountId","id","keys"],"type":"object"}},"qdrant-cloud:index/getAccountsBackupSchedule:getAccountsBackupSchedule":{"description":"Backup Schedule Data Source\n","inputs":{"description":"A collection of arguments for invoking getAccountsBackupSchedule.\n","properties":{"clusterId":{"type":"string","description":"Backup Schedule Schema Cluster ID field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the schedule is destroyed.\n"},"id":{"type":"string","description":"Backup Schedule Schema ID field\n"}},"type":"object","required":["clusterId","id"]},"outputs":{"description":"A collection of values returned by getAccountsBackupSchedule.\n","properties":{"accountId":{"description":"Backup Schedule Schema Account ID field\n","type":"string"},"clusterId":{"description":"Backup Schedule Schema Cluster ID field\n","type":"string"},"createdAt":{"description":"Backup Schedule Schema Creation time field\n","type":"string"},"cronExpression":{"description":"Backup Schedule Schema Cron expression for the schedule field\n","type":"string"},"deleteBackupsOnDestroy":{"description":"Whether to delete backups when the schedule is destroyed.\n","type":"boolean"},"deletedAt":{"description":"Backup Schedule Schema Deletion time field\n","type":"string"},"id":{"description":"Backup Schedule Schema ID field\n","type":"string"},"retentionPeriod":{"description":"Backup Schedule Schema Retention period as a Go duration string (e.g., \"72h\"). field\n","type":"string"},"status":{"description":"Backup Schedule Schema Status field\n","type":"string"}},"required":["accountId","clusterId","createdAt","cronExpression","deletedAt","id","retentionPeriod","status"],"type":"object"}},"qdrant-cloud:index/getAccountsBackupSchedules:getAccountsBackupSchedules":{"description":"Backup Schedules Data Source\n","inputs":{"description":"A collection of arguments for invoking getAccountsBackupSchedules.\n","properties":{"accountId":{"type":"string","description":"Backup Schedule Schema Account ID field\n"},"clusterId":{"type":"string","description":"Backup Schedule Schema Cluster ID field\n"},"id":{"type":"string","description":"The ID of this resource.\n"}},"type":"object","required":["clusterId"]},"outputs":{"description":"A collection of values returned by getAccountsBackupSchedules.\n","properties":{"accountId":{"description":"Backup Schedule Schema Account ID field\n","type":"string"},"clusterId":{"description":"Backup Schedule Schema Cluster ID field\n","type":"string"},"id":{"description":"The ID of this resource.\n","type":"string"},"schedules":{"description":"List of backup schedules\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsBackupSchedulesSchedule:getAccountsBackupSchedulesSchedule"},"type":"array"}},"required":["accountId","clusterId","id","schedules"],"type":"object"}},"qdrant-cloud:index/getAccountsCluster:getAccountsCluster":{"description":"Account Cluster Data Source\n\n","inputs":{"description":"A collection of arguments for invoking getAccountsCluster.\n","properties":{"accountId":{"type":"string","description":"Cluster Schema Identifier of the account field\n"},"deleteBackupsOnDestroy":{"type":"boolean","description":"Whether to delete backups when the cluster is destroyed.\n"},"id":{"type":"string","description":"Cluster Schema Identifier of the cluster field\n"}},"type":"object","required":["id"]},"outputs":{"description":"A collection of values returned by getAccountsCluster.\n","properties":{"accountId":{"description":"Cluster Schema Identifier of the account field\n","type":"string"},"cloudProvider":{"description":"Cluster Schema Cloud provider where the cluster is hosted.\nMust match one of the provider IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviders\" method.\nFor Hybrid cloud this should be \"hybrid\". field\n","type":"string"},"cloudRegion":{"description":"Cluster Schema Cloud provider region where the cluster is hosted.\nMust match one of the region IDs returned by the \"qdrant.cloud.platform.v1.PlatformService.ListCloudProviderRegions\" method.\nFor hybrid this should be the hybrid cloud environment ID. field\n","type":"string"},"configurations":{"description":"Cluster Schema The configuration options of a cluster field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterConfiguration:getAccountsClusterConfiguration"},"type":"array"},"createdAt":{"description":"Cluster Schema Timestamp when the cluster is created field\n","type":"string"},"deleteBackupsOnDestroy":{"description":"Whether to delete backups when the cluster is destroyed.\n","type":"boolean"},"id":{"description":"Cluster Schema Identifier of the cluster field\n","type":"string"},"labels":{"description":"Cluster Schema List of labels associated with the cluster field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterLabel:getAccountsClusterLabel"},"type":"array"},"markedForDeletionAt":{"description":"Cluster Schema Timestamp when this cluster was marked for deletion field\n","type":"string"},"name":{"description":"Cluster Schema Name of the cluster field\n","type":"string"},"privateRegionId":{"deprecationMessage":"Deprecated","description":"Cluster Schema Identifier of the Hybrid cloud region field\n","type":"string"},"statuses":{"description":"Cluster Schema The status of the cluster field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClusterStatus:getAccountsClusterStatus"},"type":"array"},"url":{"description":"Cluster Schema The URL of the endpoint of the Qdrant cluster field\n","type":"string"}},"required":["accountId","cloudProvider","cloudRegion","configurations","createdAt","id","labels","markedForDeletionAt","name","privateRegionId","statuses","url"],"type":"object"}},"qdrant-cloud:index/getAccountsClusters:getAccountsClusters":{"description":"Account Cluster List Data Source\n\n","inputs":{"description":"A collection of arguments for invoking getAccountsClusters.\n","properties":{"accountId":{"type":"string","description":"Clusters Schema Identifier of the account field\n"},"id":{"type":"string","description":"The ID of this resource.\n"}},"type":"object"},"outputs":{"description":"A collection of values returned by getAccountsClusters.\n","properties":{"accountId":{"description":"Clusters Schema Identifier of the account field\n","type":"string"},"clusters":{"description":"Clusters Schema List of clusters field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsClustersCluster:getAccountsClustersCluster"},"type":"array"},"id":{"description":"The ID of this resource.\n","type":"string"}},"required":["accountId","clusters","id"],"type":"object"}},"qdrant-cloud:index/getAccountsDatabaseApiKeysV2:getAccountsDatabaseApiKeysV2":{"description":"Account Database API Keys Data Source (v2)\n","inputs":{"description":"A collection of arguments for invoking getAccountsDatabaseApiKeysV2.\n","properties":{"accountId":{"type":"string","description":"Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field\n"},"clusterId":{"type":"string","description":"Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field\n"},"id":{"type":"string","description":"The ID of this resource.\n"}},"type":"object","required":["clusterId"]},"outputs":{"description":"A collection of values returned by getAccountsDatabaseApiKeysV2.\n","properties":{"accountId":{"description":"Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field\n","type":"string"},"clusterId":{"description":"Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field\n","type":"string"},"id":{"description":"The ID of this resource.\n","type":"string"},"keys":{"description":"Database API Keys V2 Schema List of Database API Keys field\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetAccountsDatabaseApiKeysV2Key:getAccountsDatabaseApiKeysV2Key"},"type":"array"}},"required":["accountId","clusterId","id","keys"],"type":"object"}},"qdrant-cloud:index/getBookingPackages:getBookingPackages":{"description":"Booking packages Data Source\n\n","inputs":{"description":"A collection of arguments for invoking getBookingPackages.\n","properties":{"cloudProvider":{"type":"string","description":"Cluster Schema Cloud provider where the cluster resides field\n"},"cloudRegion":{"type":"string","description":"Cluster Schema Cloud region where the cluster resides field\n"},"id":{"type":"string","description":"The ID of this resource.\n"}},"type":"object","required":["cloudProvider","cloudRegion"]},"outputs":{"description":"A collection of values returned by getBookingPackages.\n","properties":{"cloudProvider":{"description":"Cluster Schema Cloud provider where the cluster resides field\n","type":"string"},"cloudRegion":{"description":"Cluster Schema Cloud region where the cluster resides field\n","type":"string"},"id":{"description":"The ID of this resource.\n","type":"string"},"packages":{"description":"List of packages\n","items":{"$ref":"#/types/qdrant-cloud:index%2FgetBookingPackagesPackage:getBookingPackagesPackage"},"type":"array"}},"required":["cloudProvider","cloudRegion","id","packages"],"type":"object"}}},"parameterization":{"baseProvider":{"name":"terraform-provider","version":"1.0.1"},"parameter":"eyJyZW1vdGUiOnsidXJsIjoicmVnaXN0cnkub3BlbnRvZnUub3JnL3FkcmFudC9xZHJhbnQtY2xvdWQiLCJ2ZXJzaW9uIjoiMS4xOS4yIn19"}}