opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
opentelekomcloud.getTaurusdbMysqlBackupsV3
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
Use this data source to get the list of TaurusDB MySQL backups.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as opentelekomcloud from "@pulumi/opentelekomcloud";
const config = new pulumi.Config();
const instanceId = config.requireObject("instanceId");
const test = opentelekomcloud.getTaurusdbMysqlBackupsV3({
instanceId: instanceId,
});
import pulumi
import pulumi_opentelekomcloud as opentelekomcloud
config = pulumi.Config()
instance_id = config.require_object("instanceId")
test = opentelekomcloud.get_taurusdb_mysql_backups_v3(instance_id=instance_id)
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/opentelekomcloud/opentelekomcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi/config"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
cfg := config.New(ctx, "")
instanceId := cfg.RequireObject("instanceId")
_, err := opentelekomcloud.GetTaurusdbMysqlBackupsV3(ctx, &opentelekomcloud.GetTaurusdbMysqlBackupsV3Args{
InstanceId: pulumi.StringRef(instanceId),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Opentelekomcloud = Pulumi.Opentelekomcloud;
return await Deployment.RunAsync(() =>
{
var config = new Config();
var instanceId = config.RequireObject<dynamic>("instanceId");
var test = Opentelekomcloud.GetTaurusdbMysqlBackupsV3.Invoke(new()
{
InstanceId = instanceId,
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.opentelekomcloud.OpentelekomcloudFunctions;
import com.pulumi.opentelekomcloud.inputs.GetTaurusdbMysqlBackupsV3Args;
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 config = ctx.config();
final var instanceId = config.get("instanceId");
final var test = OpentelekomcloudFunctions.getTaurusdbMysqlBackupsV3(GetTaurusdbMysqlBackupsV3Args.builder()
.instanceId(instanceId)
.build());
}
}
configuration:
instanceId:
type: dynamic
variables:
test:
fn::invoke:
function: opentelekomcloud:getTaurusdbMysqlBackupsV3
arguments:
instanceId: ${instanceId}
Using getTaurusdbMysqlBackupsV3
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 getTaurusdbMysqlBackupsV3(args: GetTaurusdbMysqlBackupsV3Args, opts?: InvokeOptions): Promise<GetTaurusdbMysqlBackupsV3Result>
function getTaurusdbMysqlBackupsV3Output(args: GetTaurusdbMysqlBackupsV3OutputArgs, opts?: InvokeOptions): Output<GetTaurusdbMysqlBackupsV3Result>def get_taurusdb_mysql_backups_v3(backup_id: Optional[str] = None,
backup_type: Optional[str] = None,
begin_time: Optional[str] = None,
end_time: Optional[str] = None,
id: Optional[str] = None,
instance_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetTaurusdbMysqlBackupsV3Result
def get_taurusdb_mysql_backups_v3_output(backup_id: Optional[pulumi.Input[str]] = None,
backup_type: Optional[pulumi.Input[str]] = None,
begin_time: Optional[pulumi.Input[str]] = None,
end_time: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
instance_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetTaurusdbMysqlBackupsV3Result]func GetTaurusdbMysqlBackupsV3(ctx *Context, args *GetTaurusdbMysqlBackupsV3Args, opts ...InvokeOption) (*GetTaurusdbMysqlBackupsV3Result, error)
func GetTaurusdbMysqlBackupsV3Output(ctx *Context, args *GetTaurusdbMysqlBackupsV3OutputArgs, opts ...InvokeOption) GetTaurusdbMysqlBackupsV3ResultOutput> Note: This function is named GetTaurusdbMysqlBackupsV3 in the Go SDK.
public static class GetTaurusdbMysqlBackupsV3
{
public static Task<GetTaurusdbMysqlBackupsV3Result> InvokeAsync(GetTaurusdbMysqlBackupsV3Args args, InvokeOptions? opts = null)
public static Output<GetTaurusdbMysqlBackupsV3Result> Invoke(GetTaurusdbMysqlBackupsV3InvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTaurusdbMysqlBackupsV3Result> getTaurusdbMysqlBackupsV3(GetTaurusdbMysqlBackupsV3Args args, InvokeOptions options)
public static Output<GetTaurusdbMysqlBackupsV3Result> getTaurusdbMysqlBackupsV3(GetTaurusdbMysqlBackupsV3Args args, InvokeOptions options)
fn::invoke:
function: opentelekomcloud:index/getTaurusdbMysqlBackupsV3:getTaurusdbMysqlBackupsV3
arguments:
# arguments dictionaryThe following arguments are supported:
- Backup
Id string - Specifies the ID of the backup.
- Backup
Type string - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- Begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- End
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- Id string
- Indicates the ID of the backup.
- Instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- Backup
Id string - Specifies the ID of the backup.
- Backup
Type string - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- Begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- End
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- Id string
- Indicates the ID of the backup.
- Instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- backup
Id String - Specifies the ID of the backup.
- backup
Type String - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- begin
Time String - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- end
Time String - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id String
- Indicates the ID of the backup.
- instance
Id String - Specifies the ID of the TaurusDB MySQL instance.
- backup
Id string - Specifies the ID of the backup.
- backup
Type string - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- end
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id string
- Indicates the ID of the backup.
- instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- backup_
id str - Specifies the ID of the backup.
- backup_
type str - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- begin_
time str - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- end_
time str - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id str
- Indicates the ID of the backup.
- instance_
id str - Specifies the ID of the TaurusDB MySQL instance.
- backup
Id String - Specifies the ID of the backup.
- backup
Type String - Specifies the backup type.
Value options:
- auto: automated full backup.
- manual: manual full backup.
- begin
Time String - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- end
Time String - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id String
- Indicates the ID of the backup.
- instance
Id String - Specifies the ID of the TaurusDB MySQL instance.
getTaurusdbMysqlBackupsV3 Result
The following output properties are available:
- Backups
List<Get
Taurusdb Mysql Backups V3Backup> - Indicates the list of backups. The backups structure is documented below.
- Id string
- Indicates the ID of the backup.
- Backup
Id string - Backup
Type string - Begin
Time string - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- End
Time string - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- Instance
Id string - Indicates the ID of the TaurusDB MySQL instance.
- Backups
[]Get
Taurusdb Mysql Backups V3Backup - Indicates the list of backups. The backups structure is documented below.
- Id string
- Indicates the ID of the backup.
- Backup
Id string - Backup
Type string - Begin
Time string - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- End
Time string - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- Instance
Id string - Indicates the ID of the TaurusDB MySQL instance.
- backups
List<Get
Taurusdb Mysql Backups V3Backup> - Indicates the list of backups. The backups structure is documented below.
- id String
- Indicates the ID of the backup.
- backup
Id String - backup
Type String - begin
Time String - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- end
Time String - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- instance
Id String - Indicates the ID of the TaurusDB MySQL instance.
- backups
Get
Taurusdb Mysql Backups V3Backup[] - Indicates the list of backups. The backups structure is documented below.
- id string
- Indicates the ID of the backup.
- backup
Id string - backup
Type string - begin
Time string - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- end
Time string - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- instance
Id string - Indicates the ID of the TaurusDB MySQL instance.
- backups
Sequence[Get
Taurusdb Mysql Backups V3Backup] - Indicates the list of backups. The backups structure is documented below.
- id str
- Indicates the ID of the backup.
- backup_
id str - backup_
type str - begin_
time str - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- end_
time str - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- instance_
id str - Indicates the ID of the TaurusDB MySQL instance.
- backups List<Property Map>
- Indicates the list of backups. The backups structure is documented below.
- id String
- Indicates the ID of the backup.
- backup
Id String - backup
Type String - begin
Time String - Indicates the backup start time in the yyyy-mm-ddThh:mm:ssZ format.
- end
Time String - Indicates the backup end time in the yyyy-mm-ddThh:mm:ssZ format.
- instance
Id String - Indicates the ID of the TaurusDB MySQL instance.
Supporting Types
GetTaurusdbMysqlBackupsV3Backup
- Begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- Datastores
List<Get
Taurusdb Mysql Backups V3Backup Datastore> - Indicates the database information. The datastore structure is documented below.
- Description string
- Indicates the description of the backup.
- End
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- Id string
- Indicates the ID of the backup.
- Instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- Name string
- Indicates the name of the backup.
- Size double
- Indicates the backup size in MB.
- Status string
- Indicates the backup status.
- Take
Up doubleTime - Indicates the backup duration in minutes.
- Type string
- Indicates the database engine.
- Begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- Datastores
[]Get
Taurusdb Mysql Backups V3Backup Datastore - Indicates the database information. The datastore structure is documented below.
- Description string
- Indicates the description of the backup.
- End
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- Id string
- Indicates the ID of the backup.
- Instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- Name string
- Indicates the name of the backup.
- Size float64
- Indicates the backup size in MB.
- Status string
- Indicates the backup status.
- Take
Up float64Time - Indicates the backup duration in minutes.
- Type string
- Indicates the database engine.
- begin
Time String - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- datastores
List<Get
Taurusdb Mysql Backups V3Backup Datastore> - Indicates the database information. The datastore structure is documented below.
- description String
- Indicates the description of the backup.
- end
Time String - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id String
- Indicates the ID of the backup.
- instance
Id String - Specifies the ID of the TaurusDB MySQL instance.
- name String
- Indicates the name of the backup.
- size Double
- Indicates the backup size in MB.
- status String
- Indicates the backup status.
- take
Up DoubleTime - Indicates the backup duration in minutes.
- type String
- Indicates the database engine.
- begin
Time string - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- datastores
Get
Taurusdb Mysql Backups V3Backup Datastore[] - Indicates the database information. The datastore structure is documented below.
- description string
- Indicates the description of the backup.
- end
Time string - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id string
- Indicates the ID of the backup.
- instance
Id string - Specifies the ID of the TaurusDB MySQL instance.
- name string
- Indicates the name of the backup.
- size number
- Indicates the backup size in MB.
- status string
- Indicates the backup status.
- take
Up numberTime - Indicates the backup duration in minutes.
- type string
- Indicates the database engine.
- begin_
time str - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- datastores
Sequence[Get
Taurusdb Mysql Backups V3Backup Datastore] - Indicates the database information. The datastore structure is documented below.
- description str
- Indicates the description of the backup.
- end_
time str - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id str
- Indicates the ID of the backup.
- instance_
id str - Specifies the ID of the TaurusDB MySQL instance.
- name str
- Indicates the name of the backup.
- size float
- Indicates the backup size in MB.
- status str
- Indicates the backup status.
- take_
up_ floattime - Indicates the backup duration in minutes.
- type str
- Indicates the database engine.
- begin
Time String - Specifies the backup start time. The format is yyyy-mm-ddThh:mm:ssZ.
- datastores List<Property Map>
- Indicates the database information. The datastore structure is documented below.
- description String
- Indicates the description of the backup.
- end
Time String - Specifies the backup end time. The format is yyyy-mm-ddThh:mm:ssZ. The end time must be later than the start time.
- id String
- Indicates the ID of the backup.
- instance
Id String - Specifies the ID of the TaurusDB MySQL instance.
- name String
- Indicates the name of the backup.
- size Number
- Indicates the backup size in MB.
- status String
- Indicates the backup status.
- take
Up NumberTime - Indicates the backup duration in minutes.
- type String
- Indicates the database engine.
GetTaurusdbMysqlBackupsV3BackupDatastore
Package Details
- Repository
- opentelekomcloud opentelekomcloud/terraform-provider-opentelekomcloud
- License
- Notes
- This Pulumi package is based on the
opentelekomcloudTerraform Provider.
opentelekomcloud 1.36.51 published on Thursday, Oct 23, 2025 by opentelekomcloud
