tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
tencentcloud.getMysqlDataBackupOverview
Start a Neo task
Explain and create a tencentcloud.getMysqlDataBackupOverview resource
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
Use this data source to query detailed information of mysql data_backup_overview
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const dataBackupOverview = tencentcloud.getMysqlDataBackupOverview({
product: "mysql",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
data_backup_overview = tencentcloud.get_mysql_data_backup_overview(product="mysql")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetMysqlDataBackupOverview(ctx, &tencentcloud.GetMysqlDataBackupOverviewArgs{
Product: "mysql",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var dataBackupOverview = Tencentcloud.GetMysqlDataBackupOverview.Invoke(new()
{
Product = "mysql",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetMysqlDataBackupOverviewArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var dataBackupOverview = TencentcloudFunctions.getMysqlDataBackupOverview(GetMysqlDataBackupOverviewArgs.builder()
.product("mysql")
.build());
}
}
variables:
dataBackupOverview:
fn::invoke:
function: tencentcloud:getMysqlDataBackupOverview
arguments:
product: mysql
Using getMysqlDataBackupOverview
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 getMysqlDataBackupOverview(args: GetMysqlDataBackupOverviewArgs, opts?: InvokeOptions): Promise<GetMysqlDataBackupOverviewResult>
function getMysqlDataBackupOverviewOutput(args: GetMysqlDataBackupOverviewOutputArgs, opts?: InvokeOptions): Output<GetMysqlDataBackupOverviewResult>def get_mysql_data_backup_overview(id: Optional[str] = None,
product: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetMysqlDataBackupOverviewResult
def get_mysql_data_backup_overview_output(id: Optional[pulumi.Input[str]] = None,
product: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetMysqlDataBackupOverviewResult]func GetMysqlDataBackupOverview(ctx *Context, args *GetMysqlDataBackupOverviewArgs, opts ...InvokeOption) (*GetMysqlDataBackupOverviewResult, error)
func GetMysqlDataBackupOverviewOutput(ctx *Context, args *GetMysqlDataBackupOverviewOutputArgs, opts ...InvokeOption) GetMysqlDataBackupOverviewResultOutput> Note: This function is named GetMysqlDataBackupOverview in the Go SDK.
public static class GetMysqlDataBackupOverview
{
public static Task<GetMysqlDataBackupOverviewResult> InvokeAsync(GetMysqlDataBackupOverviewArgs args, InvokeOptions? opts = null)
public static Output<GetMysqlDataBackupOverviewResult> Invoke(GetMysqlDataBackupOverviewInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMysqlDataBackupOverviewResult> getMysqlDataBackupOverview(GetMysqlDataBackupOverviewArgs args, InvokeOptions options)
public static Output<GetMysqlDataBackupOverviewResult> getMysqlDataBackupOverview(GetMysqlDataBackupOverviewArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getMysqlDataBackupOverview:getMysqlDataBackupOverview
arguments:
# arguments dictionaryThe following arguments are supported:
- Product string
- The type of cloud database product to be queried, currently only supports
mysql. - Id string
- Result
Output stringFile - Used to save results.
- Product string
- The type of cloud database product to be queried, currently only supports
mysql. - Id string
- Result
Output stringFile - Used to save results.
- product String
- The type of cloud database product to be queried, currently only supports
mysql. - id String
- result
Output StringFile - Used to save results.
- product string
- The type of cloud database product to be queried, currently only supports
mysql. - id string
- result
Output stringFile - Used to save results.
- product str
- The type of cloud database product to be queried, currently only supports
mysql. - id str
- result_
output_ strfile - Used to save results.
- product String
- The type of cloud database product to be queried, currently only supports
mysql. - id String
- result
Output StringFile - Used to save results.
getMysqlDataBackupOverview Result
The following output properties are available:
- Auto
Backup doubleCount - The total number of automatic backups in the current region.
- Auto
Backup doubleVolume - The total automatic backup capacity of the current region.
- Data
Backup doubleArchive Count - The total number of archive backups in the current region.
- Data
Backup doubleArchive Volume - The total capacity of the current regional archive backup.
- Data
Backup doubleCount - The total number of data backups in the current region.
- Data
Backup doubleStandby Count - The total number of standard storage backups in the current region.
- Data
Backup doubleStandby Volume - The total backup capacity of the current regional standard storage.
- Data
Backup doubleVolume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- Id string
- Manual
Backup doubleCount - The total number of manual backups in the current region.
- Manual
Backup doubleVolume - The total manual backup capacity of the current region.
- Product string
- Remote
Backup doubleCount - The total number of remote backups.
- Remote
Backup doubleVolume - The total capacity of remote backup.
- Result
Output stringFile
- Auto
Backup float64Count - The total number of automatic backups in the current region.
- Auto
Backup float64Volume - The total automatic backup capacity of the current region.
- Data
Backup float64Archive Count - The total number of archive backups in the current region.
- Data
Backup float64Archive Volume - The total capacity of the current regional archive backup.
- Data
Backup float64Count - The total number of data backups in the current region.
- Data
Backup float64Standby Count - The total number of standard storage backups in the current region.
- Data
Backup float64Standby Volume - The total backup capacity of the current regional standard storage.
- Data
Backup float64Volume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- Id string
- Manual
Backup float64Count - The total number of manual backups in the current region.
- Manual
Backup float64Volume - The total manual backup capacity of the current region.
- Product string
- Remote
Backup float64Count - The total number of remote backups.
- Remote
Backup float64Volume - The total capacity of remote backup.
- Result
Output stringFile
- auto
Backup DoubleCount - The total number of automatic backups in the current region.
- auto
Backup DoubleVolume - The total automatic backup capacity of the current region.
- data
Backup DoubleArchive Count - The total number of archive backups in the current region.
- data
Backup DoubleArchive Volume - The total capacity of the current regional archive backup.
- data
Backup DoubleCount - The total number of data backups in the current region.
- data
Backup DoubleStandby Count - The total number of standard storage backups in the current region.
- data
Backup DoubleStandby Volume - The total backup capacity of the current regional standard storage.
- data
Backup DoubleVolume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- id String
- manual
Backup DoubleCount - The total number of manual backups in the current region.
- manual
Backup DoubleVolume - The total manual backup capacity of the current region.
- product String
- remote
Backup DoubleCount - The total number of remote backups.
- remote
Backup DoubleVolume - The total capacity of remote backup.
- result
Output StringFile
- auto
Backup numberCount - The total number of automatic backups in the current region.
- auto
Backup numberVolume - The total automatic backup capacity of the current region.
- data
Backup numberArchive Count - The total number of archive backups in the current region.
- data
Backup numberArchive Volume - The total capacity of the current regional archive backup.
- data
Backup numberCount - The total number of data backups in the current region.
- data
Backup numberStandby Count - The total number of standard storage backups in the current region.
- data
Backup numberStandby Volume - The total backup capacity of the current regional standard storage.
- data
Backup numberVolume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- id string
- manual
Backup numberCount - The total number of manual backups in the current region.
- manual
Backup numberVolume - The total manual backup capacity of the current region.
- product string
- remote
Backup numberCount - The total number of remote backups.
- remote
Backup numberVolume - The total capacity of remote backup.
- result
Output stringFile
- auto_
backup_ floatcount - The total number of automatic backups in the current region.
- auto_
backup_ floatvolume - The total automatic backup capacity of the current region.
- data_
backup_ floatarchive_ count - The total number of archive backups in the current region.
- data_
backup_ floatarchive_ volume - The total capacity of the current regional archive backup.
- data_
backup_ floatcount - The total number of data backups in the current region.
- data_
backup_ floatstandby_ count - The total number of standard storage backups in the current region.
- data_
backup_ floatstandby_ volume - The total backup capacity of the current regional standard storage.
- data_
backup_ floatvolume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- id str
- manual_
backup_ floatcount - The total number of manual backups in the current region.
- manual_
backup_ floatvolume - The total manual backup capacity of the current region.
- product str
- remote_
backup_ floatcount - The total number of remote backups.
- remote_
backup_ floatvolume - The total capacity of remote backup.
- result_
output_ strfile
- auto
Backup NumberCount - The total number of automatic backups in the current region.
- auto
Backup NumberVolume - The total automatic backup capacity of the current region.
- data
Backup NumberArchive Count - The total number of archive backups in the current region.
- data
Backup NumberArchive Volume - The total capacity of the current regional archive backup.
- data
Backup NumberCount - The total number of data backups in the current region.
- data
Backup NumberStandby Count - The total number of standard storage backups in the current region.
- data
Backup NumberStandby Volume - The total backup capacity of the current regional standard storage.
- data
Backup NumberVolume - Total data backup capacity of the current region (including automatic backup and manual backup, in bytes).
- id String
- manual
Backup NumberCount - The total number of manual backups in the current region.
- manual
Backup NumberVolume - The total manual backup capacity of the current region.
- product String
- remote
Backup NumberCount - The total number of remote backups.
- remote
Backup NumberVolume - The total capacity of remote backup.
- result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloudTerraform Provider.
tencentcloud 1.82.35 published on Friday, Nov 7, 2025 by tencentcloudstack
