qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant
qdrant-cloud.getAccountsBackupSchedules
Explore with Pulumi AI
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant
Backup Schedules Data Source
Using getAccountsBackupSchedules
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 getAccountsBackupSchedules(args: GetAccountsBackupSchedulesArgs, opts?: InvokeOptions): Promise<GetAccountsBackupSchedulesResult>
function getAccountsBackupSchedulesOutput(args: GetAccountsBackupSchedulesOutputArgs, opts?: InvokeOptions): Output<GetAccountsBackupSchedulesResult>
def get_accounts_backup_schedules(account_id: Optional[str] = None,
cluster_id: Optional[str] = None,
id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAccountsBackupSchedulesResult
def get_accounts_backup_schedules_output(account_id: Optional[pulumi.Input[str]] = None,
cluster_id: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAccountsBackupSchedulesResult]
func GetAccountsBackupSchedules(ctx *Context, args *GetAccountsBackupSchedulesArgs, opts ...InvokeOption) (*GetAccountsBackupSchedulesResult, error)
func GetAccountsBackupSchedulesOutput(ctx *Context, args *GetAccountsBackupSchedulesOutputArgs, opts ...InvokeOption) GetAccountsBackupSchedulesResultOutput
> Note: This function is named GetAccountsBackupSchedules
in the Go SDK.
public static class GetAccountsBackupSchedules
{
public static Task<GetAccountsBackupSchedulesResult> InvokeAsync(GetAccountsBackupSchedulesArgs args, InvokeOptions? opts = null)
public static Output<GetAccountsBackupSchedulesResult> Invoke(GetAccountsBackupSchedulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAccountsBackupSchedulesResult> getAccountsBackupSchedules(GetAccountsBackupSchedulesArgs args, InvokeOptions options)
public static Output<GetAccountsBackupSchedulesResult> getAccountsBackupSchedules(GetAccountsBackupSchedulesArgs args, InvokeOptions options)
fn::invoke:
function: qdrant-cloud:index/getAccountsBackupSchedules:getAccountsBackupSchedules
arguments:
# arguments dictionary
The following arguments are supported:
- cluster_
id str - Backup Schedule Schema Cluster ID field
- account_
id str - Backup Schedule Schema Account ID field
- id str
- The ID of this resource.
getAccountsBackupSchedules 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
- Id string
- The ID of this resource.
- Schedules
List<Pulumi.
Qdrant Cloud. Outputs. Get Accounts Backup Schedules Schedule> - List of backup schedules
- Account
Id string - Backup Schedule Schema Account ID field
- Cluster
Id string - Backup Schedule Schema Cluster ID field
- Id string
- The ID of this resource.
- Schedules
[]Get
Accounts Backup Schedules Schedule - List of backup schedules
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- id String
- The ID of this resource.
- schedules
List<Get
Accounts Backup Schedules Schedule> - List of backup schedules
- account
Id string - Backup Schedule Schema Account ID field
- cluster
Id string - Backup Schedule Schema Cluster ID field
- id string
- The ID of this resource.
- schedules
Get
Accounts Backup Schedules Schedule[] - List of backup schedules
- account_
id str - Backup Schedule Schema Account ID field
- cluster_
id str - Backup Schedule Schema Cluster ID field
- id str
- The ID of this resource.
- schedules
Sequence[Get
Accounts Backup Schedules Schedule] - List of backup schedules
- account
Id String - Backup Schedule Schema Account ID field
- cluster
Id String - Backup Schedule Schema Cluster ID field
- id String
- The ID of this resource.
- schedules List<Property Map>
- List of backup schedules
Supporting Types
GetAccountsBackupSchedulesSchedule
- Account
Id string - Cluster
Id string - Created
At string - Cron
Expression string - Deleted
At string - Id string
- Retention
Period string - Status string
- Account
Id string - Cluster
Id string - Created
At string - Cron
Expression string - Deleted
At string - Id string
- Retention
Period string - Status string
- account
Id String - cluster
Id String - created
At String - cron
Expression String - deleted
At String - id String
- retention
Period String - status String
- account
Id string - cluster
Id string - created
At string - cron
Expression string - deleted
At string - id string
- retention
Period string - status string
- account_
id str - cluster_
id str - created_
at str - cron_
expression str - deleted_
at str - id str
- retention_
period str - status str
- account
Id String - cluster
Id String - created
At String - cron
Expression String - deleted
At String - id String
- retention
Period String - status String
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