1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. AccountsManualBackup
qdrant-cloud 1.13.0 published on Tuesday, Oct 21, 2025 by qdrant

qdrant-cloud.AccountsManualBackup

Get Started
qdrant-cloud logo
qdrant-cloud 1.13.0 published on Tuesday, Oct 21, 2025 by qdrant

    Cluster Backup Resource (one-off backup).

    Create AccountsManualBackup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new AccountsManualBackup(name: string, args: AccountsManualBackupArgs, opts?: CustomResourceOptions);
    @overload
    def AccountsManualBackup(resource_name: str,
                             args: AccountsManualBackupArgs,
                             opts: Optional[ResourceOptions] = None)
    
    @overload
    def AccountsManualBackup(resource_name: str,
                             opts: Optional[ResourceOptions] = None,
                             cluster_id: Optional[str] = None,
                             account_id: Optional[str] = None,
                             retention_period: Optional[str] = None)
    func NewAccountsManualBackup(ctx *Context, name string, args AccountsManualBackupArgs, opts ...ResourceOption) (*AccountsManualBackup, error)
    public AccountsManualBackup(string name, AccountsManualBackupArgs args, CustomResourceOptions? opts = null)
    public AccountsManualBackup(String name, AccountsManualBackupArgs args)
    public AccountsManualBackup(String name, AccountsManualBackupArgs args, CustomResourceOptions options)
    
    type: qdrant-cloud:AccountsManualBackup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args AccountsManualBackupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args AccountsManualBackupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args AccountsManualBackupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args AccountsManualBackupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args AccountsManualBackupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var accountsManualBackupResource = new QdrantCloud.AccountsManualBackup("accountsManualBackupResource", new()
    {
        ClusterId = "string",
        AccountId = "string",
        RetentionPeriod = "string",
    });
    
    example, err := qdrantcloud.NewAccountsManualBackup(ctx, "accountsManualBackupResource", &qdrantcloud.AccountsManualBackupArgs{
    	ClusterId:       pulumi.String("string"),
    	AccountId:       pulumi.String("string"),
    	RetentionPeriod: pulumi.String("string"),
    })
    
    var accountsManualBackupResource = new AccountsManualBackup("accountsManualBackupResource", AccountsManualBackupArgs.builder()
        .clusterId("string")
        .accountId("string")
        .retentionPeriod("string")
        .build());
    
    accounts_manual_backup_resource = qdrant_cloud.AccountsManualBackup("accountsManualBackupResource",
        cluster_id="string",
        account_id="string",
        retention_period="string")
    
    const accountsManualBackupResource = new qdrant_cloud.AccountsManualBackup("accountsManualBackupResource", {
        clusterId: "string",
        accountId: "string",
        retentionPeriod: "string",
    });
    
    type: qdrant-cloud:AccountsManualBackup
    properties:
        accountId: string
        clusterId: string
        retentionPeriod: string
    

    AccountsManualBackup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The AccountsManualBackup resource accepts the following input properties:

    ClusterId string
    Backup Schema Cluster ID field
    AccountId string
    Backup Schema Account ID field
    RetentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    ClusterId string
    Backup Schema Cluster ID field
    AccountId string
    Backup Schema Account ID field
    RetentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    clusterId String
    Backup Schema Cluster ID field
    accountId String
    Backup Schema Account ID field
    retentionPeriod String
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    clusterId string
    Backup Schema Cluster ID field
    accountId string
    Backup Schema Account ID field
    retentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    cluster_id str
    Backup Schema Cluster ID field
    account_id str
    Backup Schema Account ID field
    retention_period str
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    clusterId String
    Backup Schema Cluster ID field
    accountId String
    Backup Schema Account ID field
    retentionPeriod String
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field

    Outputs

    All input properties are implicitly available as output properties. Additionally, the AccountsManualBackup resource produces the following output properties:

    BackupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    BackupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    ClusterInfos List<Pulumi.QdrantCloud.Outputs.AccountsManualBackupClusterInfo>
    Cluster metadata captured at backup time (read-only).
    CreatedAt string
    Backup Schema Creation timestamp field
    DeletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Backup Schema Auto-generated backup name field
    Status string
    Backup Schema Backup status field
    BackupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    BackupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    ClusterInfos []AccountsManualBackupClusterInfo
    Cluster metadata captured at backup time (read-only).
    CreatedAt string
    Backup Schema Creation timestamp field
    DeletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    Id string
    The provider-assigned unique ID for this managed resource.
    Name string
    Backup Schema Auto-generated backup name field
    Status string
    Backup Schema Backup status field
    backupDuration String
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId String
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterInfos List<AccountsManualBackupClusterInfo>
    Cluster metadata captured at backup time (read-only).
    createdAt String
    Backup Schema Creation timestamp field
    deletedAt String
    Backup Schema Deletion timestamp (if applicable) field
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Backup Schema Auto-generated backup name field
    status String
    Backup Schema Backup status field
    backupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterInfos AccountsManualBackupClusterInfo[]
    Cluster metadata captured at backup time (read-only).
    createdAt string
    Backup Schema Creation timestamp field
    deletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    id string
    The provider-assigned unique ID for this managed resource.
    name string
    Backup Schema Auto-generated backup name field
    status string
    Backup Schema Backup status field
    backup_duration str
    Backup Schema Backup duration (e.g., 36s) field
    backup_schedule_id str
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    cluster_infos Sequence[AccountsManualBackupClusterInfo]
    Cluster metadata captured at backup time (read-only).
    created_at str
    Backup Schema Creation timestamp field
    deleted_at str
    Backup Schema Deletion timestamp (if applicable) field
    id str
    The provider-assigned unique ID for this managed resource.
    name str
    Backup Schema Auto-generated backup name field
    status str
    Backup Schema Backup status field
    backupDuration String
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId String
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterInfos List<Property Map>
    Cluster metadata captured at backup time (read-only).
    createdAt String
    Backup Schema Creation timestamp field
    deletedAt String
    Backup Schema Deletion timestamp (if applicable) field
    id String
    The provider-assigned unique ID for this managed resource.
    name String
    Backup Schema Auto-generated backup name field
    status String
    Backup Schema Backup status field

    Look up Existing AccountsManualBackup Resource

    Get an existing AccountsManualBackup resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: AccountsManualBackupState, opts?: CustomResourceOptions): AccountsManualBackup
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            account_id: Optional[str] = None,
            backup_duration: Optional[str] = None,
            backup_schedule_id: Optional[str] = None,
            cluster_id: Optional[str] = None,
            cluster_infos: Optional[Sequence[AccountsManualBackupClusterInfoArgs]] = None,
            created_at: Optional[str] = None,
            deleted_at: Optional[str] = None,
            name: Optional[str] = None,
            retention_period: Optional[str] = None,
            status: Optional[str] = None) -> AccountsManualBackup
    func GetAccountsManualBackup(ctx *Context, name string, id IDInput, state *AccountsManualBackupState, opts ...ResourceOption) (*AccountsManualBackup, error)
    public static AccountsManualBackup Get(string name, Input<string> id, AccountsManualBackupState? state, CustomResourceOptions? opts = null)
    public static AccountsManualBackup get(String name, Output<String> id, AccountsManualBackupState state, CustomResourceOptions options)
    resources:  _:    type: qdrant-cloud:AccountsManualBackup    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AccountId string
    Backup Schema Account ID field
    BackupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    BackupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    ClusterId string
    Backup Schema Cluster ID field
    ClusterInfos List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfo>
    Cluster metadata captured at backup time (read-only).
    CreatedAt string
    Backup Schema Creation timestamp field
    DeletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    Name string
    Backup Schema Auto-generated backup name field
    RetentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    Status string
    Backup Schema Backup status field
    AccountId string
    Backup Schema Account ID field
    BackupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    BackupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    ClusterId string
    Backup Schema Cluster ID field
    ClusterInfos []AccountsManualBackupClusterInfoArgs
    Cluster metadata captured at backup time (read-only).
    CreatedAt string
    Backup Schema Creation timestamp field
    DeletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    Name string
    Backup Schema Auto-generated backup name field
    RetentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    Status string
    Backup Schema Backup status field
    accountId String
    Backup Schema Account ID field
    backupDuration String
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId String
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterId String
    Backup Schema Cluster ID field
    clusterInfos List<AccountsManualBackupClusterInfo>
    Cluster metadata captured at backup time (read-only).
    createdAt String
    Backup Schema Creation timestamp field
    deletedAt String
    Backup Schema Deletion timestamp (if applicable) field
    name String
    Backup Schema Auto-generated backup name field
    retentionPeriod String
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    status String
    Backup Schema Backup status field
    accountId string
    Backup Schema Account ID field
    backupDuration string
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId string
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterId string
    Backup Schema Cluster ID field
    clusterInfos AccountsManualBackupClusterInfo[]
    Cluster metadata captured at backup time (read-only).
    createdAt string
    Backup Schema Creation timestamp field
    deletedAt string
    Backup Schema Deletion timestamp (if applicable) field
    name string
    Backup Schema Auto-generated backup name field
    retentionPeriod string
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    status string
    Backup Schema Backup status field
    account_id str
    Backup Schema Account ID field
    backup_duration str
    Backup Schema Backup duration (e.g., 36s) field
    backup_schedule_id str
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    cluster_id str
    Backup Schema Cluster ID field
    cluster_infos Sequence[AccountsManualBackupClusterInfoArgs]
    Cluster metadata captured at backup time (read-only).
    created_at str
    Backup Schema Creation timestamp field
    deleted_at str
    Backup Schema Deletion timestamp (if applicable) field
    name str
    Backup Schema Auto-generated backup name field
    retention_period str
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    status str
    Backup Schema Backup status field
    accountId String
    Backup Schema Account ID field
    backupDuration String
    Backup Schema Backup duration (e.g., 36s) field
    backupScheduleId String
    Backup Schema Backup Schedule ID that produced this backup (if any) field
    clusterId String
    Backup Schema Cluster ID field
    clusterInfos List<Property Map>
    Cluster metadata captured at backup time (read-only).
    createdAt String
    Backup Schema Creation timestamp field
    deletedAt String
    Backup Schema Deletion timestamp (if applicable) field
    name String
    Backup Schema Auto-generated backup name field
    retentionPeriod String
    Backup Schema Retention period (Go duration, e.g. "24h" or "86400s"). field
    status String
    Backup Schema Backup status field

    Supporting Types

    AccountsManualBackupClusterInfo, AccountsManualBackupClusterInfoArgs

    AccountsManualBackupClusterInfoConfiguration, AccountsManualBackupClusterInfoConfigurationArgs

    AllowedIpSourceRanges List<string>
    Annotations List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationAnnotation>
    DatabaseConfigurations List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration>
    GpuType string
    LastModifiedAt string
    NodeConfigurations List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationNodeConfiguration>
    NodeSelectors List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationNodeSelector>
    NumberOfNodes double
    PodLabels List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationPodLabel>
    RebalanceStrategy string
    ReservedCpuPercentage double
    ReservedMemoryPercentage double
    RestartPolicy string
    ServiceAnnotations List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationServiceAnnotation>
    ServiceType string
    Tolerations List<Pulumi.QdrantCloud.Inputs.AccountsManualBackupClusterInfoConfigurationToleration>
    Version string
    allowed_ip_source_ranges Sequence[str]
    annotations Sequence[AccountsManualBackupClusterInfoConfigurationAnnotation]
    database_configurations Sequence[AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration]
    gpu_type str
    last_modified_at str
    node_configurations Sequence[AccountsManualBackupClusterInfoConfigurationNodeConfiguration]
    node_selectors Sequence[AccountsManualBackupClusterInfoConfigurationNodeSelector]
    number_of_nodes float
    pod_labels Sequence[AccountsManualBackupClusterInfoConfigurationPodLabel]
    rebalance_strategy str
    reserved_cpu_percentage float
    reserved_memory_percentage float
    restart_policy str
    service_annotations Sequence[AccountsManualBackupClusterInfoConfigurationServiceAnnotation]
    service_type str
    tolerations Sequence[AccountsManualBackupClusterInfoConfigurationToleration]
    version str

    AccountsManualBackupClusterInfoConfigurationAnnotation, AccountsManualBackupClusterInfoConfigurationAnnotationArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AccountsManualBackupClusterInfoConfigurationDatabaseConfiguration, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollection, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVector, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationCollectionVectorArgs

    OnDisk bool
    OnDisk bool
    onDisk Boolean
    onDisk boolean
    on_disk bool
    onDisk Boolean

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInference, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationInferenceArgs

    Enabled bool
    Enabled bool
    enabled Boolean
    enabled boolean
    enabled bool
    enabled Boolean

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationService, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKey, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceApiKeyArgs

    SecretKey string
    SecretName string
    SecretKey string
    SecretName string
    secretKey String
    secretName String
    secretKey string
    secretName string
    secretKey String
    secretName String

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKey, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationServiceReadOnlyApiKeyArgs

    SecretKey string
    SecretName string
    SecretKey string
    SecretName string
    secretKey String
    secretName String
    secretKey string
    secretName string
    secretKey String
    secretName String

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorage, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStorageArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformance, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationStoragePerformanceArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTl, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlArgs

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCert, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlCertArgs

    SecretKey string
    SecretName string
    SecretKey string
    SecretName string
    secretKey String
    secretName String
    secretKey string
    secretName string
    secretKey String
    secretName String

    AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKey, AccountsManualBackupClusterInfoConfigurationDatabaseConfigurationTlKeyArgs

    SecretKey string
    SecretName string
    SecretKey string
    SecretName string
    secretKey String
    secretName String
    secretKey string
    secretName string
    secretKey String
    secretName String

    AccountsManualBackupClusterInfoConfigurationNodeConfiguration, AccountsManualBackupClusterInfoConfigurationNodeConfigurationArgs

    AccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfiguration, AccountsManualBackupClusterInfoConfigurationNodeConfigurationResourceConfigurationArgs

    Amount double
    ResourceType string
    ResourceUnit string
    Amount float64
    ResourceType string
    ResourceUnit string
    amount Double
    resourceType String
    resourceUnit String
    amount number
    resourceType string
    resourceUnit string
    amount Number
    resourceType String
    resourceUnit String

    AccountsManualBackupClusterInfoConfigurationNodeSelector, AccountsManualBackupClusterInfoConfigurationNodeSelectorArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AccountsManualBackupClusterInfoConfigurationPodLabel, AccountsManualBackupClusterInfoConfigurationPodLabelArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AccountsManualBackupClusterInfoConfigurationServiceAnnotation, AccountsManualBackupClusterInfoConfigurationServiceAnnotationArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    AccountsManualBackupClusterInfoConfigurationToleration, AccountsManualBackupClusterInfoConfigurationTolerationArgs

    Effect string
    Key string
    Operator string
    TolerationSeconds double
    Value string
    Effect string
    Key string
    Operator string
    TolerationSeconds float64
    Value string
    effect String
    key String
    operator String
    tolerationSeconds Double
    value String
    effect string
    key string
    operator string
    tolerationSeconds number
    value string
    effect String
    key String
    operator String
    tolerationSeconds Number
    value String

    Import

    qdrant-cloud_accounts_manual_backup can be imported using a backup ID <backup_id>, e.g.

    $ pulumi import qdrant-cloud:index/accountsManualBackup:AccountsManualBackup example 12345678-0000-0000-0000-1234567890ab
    

    To learn more about importing existing cloud resources, see Importing resources.

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    qdrant-cloud logo
    qdrant-cloud 1.13.0 published on Tuesday, Oct 21, 2025 by qdrant
      Meet Neo: Your AI Platform Teammate