qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant
qdrant-cloud.getAccountsBackupSchedule
Explore with Pulumi AI
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant
Backup Schedule Data Source
Using getAccountsBackupSchedule
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAccountsBackupSchedule(args: GetAccountsBackupScheduleArgs, opts?: InvokeOptions): Promise<GetAccountsBackupScheduleResult>
function getAccountsBackupScheduleOutput(args: GetAccountsBackupScheduleOutputArgs, opts?: InvokeOptions): Output<GetAccountsBackupScheduleResult>
def get_accounts_backup_schedule(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountsBackupScheduleResult
def get_accounts_backup_schedule_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountsBackupScheduleResult]
func LookupAccountsBackupSchedule(ctx *Context, args *LookupAccountsBackupScheduleArgs, opts ...InvokeOption) (*LookupAccountsBackupScheduleResult, error)
func LookupAccountsBackupScheduleOutput(ctx *Context, args *LookupAccountsBackupScheduleOutputArgs, opts ...InvokeOption) LookupAccountsBackupScheduleResultOutput
> Note: This function is named LookupAccountsBackupSchedule
in the Go SDK.
public static class GetAccountsBackupSchedule
{
public static Task<GetAccountsBackupScheduleResult> InvokeAsync(GetAccountsBackupScheduleArgs args, InvokeOptions? opts = null)
public static Output<GetAccountsBackupScheduleResult> Invoke(GetAccountsBackupScheduleInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountsBackupScheduleResult> getAccountsBackupSchedule(GetAccountsBackupScheduleArgs args, InvokeOptions options)
public static Output<GetAccountsBackupScheduleResult> getAccountsBackupSchedule(GetAccountsBackupScheduleArgs args, InvokeOptions options)
fn::invoke:
function: qdrant-cloud:index/getAccountsBackupSchedule:getAccountsBackupSchedule
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Backup Schedule Schema ID field
- Id string
- Backup Schedule Schema ID field
- id String
- Backup Schedule Schema ID field
- id string
- Backup Schedule Schema ID field
- id str
- Backup Schedule Schema ID field
- id String
- Backup Schedule Schema ID field
getAccountsBackupSchedule Result
The following output properties are available:
- Account
Id string - Backup Schedule Schema Account ID field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Created
At string - Backup Schedule Schema Creation time field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Deleted
At string - Backup Schedule Schema Deletion time field
- Id string
- Backup Schedule Schema ID field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- Status string
- Backup Schedule Schema Status field
- Account
Id string - Backup Schedule Schema Account ID field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Created
At string - Backup Schedule Schema Creation time field
- Cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- Deleted
At string - Backup Schedule Schema Deletion time field
- Id string
- Backup Schedule Schema ID field
- Retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- Status string
- Backup Schedule Schema Status field
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- created
At String - Backup Schedule Schema Creation time field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- deleted
At String - Backup Schedule Schema Deletion time field
- id String
- Backup Schedule Schema ID field
- retention
Period String - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- status String
- Backup Schedule Schema Status field
- account
Id string - Backup Schedule Schema Account ID field
- cluster
Id string - Backup Schedule Schema Cluster ID field
- created
At string - Backup Schedule Schema Creation time field
- cron
Expression string - Backup Schedule Schema Cron expression for the schedule field
- deleted
At string - Backup Schedule Schema Deletion time field
- id string
- Backup Schedule Schema ID field
- retention
Period string - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- status string
- Backup Schedule Schema Status field
- account_
id str - Backup Schedule Schema Account ID field
- cluster_
id str - Backup Schedule Schema Cluster ID field
- created_
at str - Backup Schedule Schema Creation time field
- cron_
expression str - Backup Schedule Schema Cron expression for the schedule field
- deleted_
at str - Backup Schedule Schema Deletion time field
- id str
- Backup Schedule Schema ID field
- retention_
period str - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- status str
- Backup Schedule Schema Status field
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- created
At String - Backup Schedule Schema Creation time field
- cron
Expression String - Backup Schedule Schema Cron expression for the schedule field
- deleted
At String - Backup Schedule Schema Deletion time field
- id String
- Backup Schedule Schema ID field
- retention
Period String - Backup Schedule Schema Retention period as a Go duration string (e.g., "72h"). field
- status String
- Backup Schedule Schema Status field
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 1.5.0 published on Thursday, Jul 3, 2025 by qdrant