flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
flexibleengine.getCbrBackup
Explore with Pulumi AI
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud
Use this data source to query the backup detail using its ID within FlexibleEngine.
Example Usage
Using backup ID to query the backup detail
import * as pulumi from "@pulumi/pulumi";
import * as flexibleengine from "@pulumi/flexibleengine";
const config = new pulumi.Config();
const backupId = config.requireObject("backupId");
const test = flexibleengine.getCbrBackup({
id: "backup_id",
});
import pulumi
import pulumi_flexibleengine as flexibleengine
config = pulumi.Config()
backup_id = config.require_object("backupId")
test = flexibleengine.get_cbr_backup(id="backup_id")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/flexibleengine/flexibleengine"
"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, "")
backupId := cfg.RequireObject("backupId")
_, err := flexibleengine.GetCbrBackup(ctx, &flexibleengine.GetCbrBackupArgs{
Id: "backup_id",
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Flexibleengine = Pulumi.Flexibleengine;
return await Deployment.RunAsync(() =>
{
var config = new Config();
var backupId = config.RequireObject<dynamic>("backupId");
var test = Flexibleengine.GetCbrBackup.Invoke(new()
{
Id = "backup_id",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.flexibleengine.FlexibleengineFunctions;
import com.pulumi.flexibleengine.inputs.GetCbrBackupArgs;
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 backupId = config.get("backupId");
final var test = FlexibleengineFunctions.getCbrBackup(GetCbrBackupArgs.builder()
.id("backup_id")
.build());
}
}
configuration:
backupId:
type: dynamic
variables:
test:
fn::invoke:
function: flexibleengine:getCbrBackup
arguments:
id: backup_id
Using getCbrBackup
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 getCbrBackup(args: GetCbrBackupArgs, opts?: InvokeOptions): Promise<GetCbrBackupResult>
function getCbrBackupOutput(args: GetCbrBackupOutputArgs, opts?: InvokeOptions): Output<GetCbrBackupResult>
def get_cbr_backup(id: Optional[str] = None,
region: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCbrBackupResult
def get_cbr_backup_output(id: Optional[pulumi.Input[str]] = None,
region: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCbrBackupResult]
func GetCbrBackup(ctx *Context, args *GetCbrBackupArgs, opts ...InvokeOption) (*GetCbrBackupResult, error)
func GetCbrBackupOutput(ctx *Context, args *GetCbrBackupOutputArgs, opts ...InvokeOption) GetCbrBackupResultOutput
> Note: This function is named GetCbrBackup
in the Go SDK.
public static class GetCbrBackup
{
public static Task<GetCbrBackupResult> InvokeAsync(GetCbrBackupArgs args, InvokeOptions? opts = null)
public static Output<GetCbrBackupResult> Invoke(GetCbrBackupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCbrBackupResult> getCbrBackup(GetCbrBackupArgs args, InvokeOptions options)
public static Output<GetCbrBackupResult> getCbrBackup(GetCbrBackupArgs args, InvokeOptions options)
fn::invoke:
function: flexibleengine:index/getCbrBackup:getCbrBackup
arguments:
# arguments dictionary
The following arguments are supported:
getCbrBackup Result
The following output properties are available:
- Checkpoint
Id string - The restore point ID of the sub-backup resource.
- Childrens
List<Get
Cbr Backup Children> - The backup list of the sub-backup resources. The object structure is documented below.
- Created
At string - The creation time of the sub-backup.
- Description string
- The sub-backup description.
- Enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At string - The expiration time of the sub-backup.
- Extend
Infos List<GetCbr Backup Extend Info> - The extended information. The object structure is documented below.
- Id string
- The sub-backup ID.
- Name string
- The sub-backup name.
- Parent
Id string - The parent backup ID.
- Replication
Records List<GetCbr Backup Replication Record> - The replication records. The object structure is documented above.
- Resource
Az string - The availability zone where the backup sub-backup resource is located.
- Resource
Id string - The sub-backup resource ID.
- Resource
Name string - The sub-backup resource name.
- Resource
Size double - The sub-backup resource size, in GB.
- Resource
Type string - The sub-backup resource type.
- Status string
- The sub-backup status.
- Type string
- The sub-backup type.
- Updated
At string - The latest update time of the sub-backup.
- Vault
Id string - The vault to which the backup resource belongs.
- Region string
- Checkpoint
Id string - The restore point ID of the sub-backup resource.
- Childrens
[]Get
Cbr Backup Children - The backup list of the sub-backup resources. The object structure is documented below.
- Created
At string - The creation time of the sub-backup.
- Description string
- The sub-backup description.
- Enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At string - The expiration time of the sub-backup.
- Extend
Infos []GetCbr Backup Extend Info - The extended information. The object structure is documented below.
- Id string
- The sub-backup ID.
- Name string
- The sub-backup name.
- Parent
Id string - The parent backup ID.
- Replication
Records []GetCbr Backup Replication Record - The replication records. The object structure is documented above.
- Resource
Az string - The availability zone where the backup sub-backup resource is located.
- Resource
Id string - The sub-backup resource ID.
- Resource
Name string - The sub-backup resource name.
- Resource
Size float64 - The sub-backup resource size, in GB.
- Resource
Type string - The sub-backup resource type.
- Status string
- The sub-backup status.
- Type string
- The sub-backup type.
- Updated
At string - The latest update time of the sub-backup.
- Vault
Id string - The vault to which the backup resource belongs.
- Region string
- checkpoint
Id String - The restore point ID of the sub-backup resource.
- childrens
List<Get
Cbr Backup Children> - The backup list of the sub-backup resources. The object structure is documented below.
- created
At String - The creation time of the sub-backup.
- description String
- The sub-backup description.
- enterprise
Project StringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At String - The expiration time of the sub-backup.
- extend
Infos List<GetCbr Backup Extend Info> - The extended information. The object structure is documented below.
- id String
- The sub-backup ID.
- name String
- The sub-backup name.
- parent
Id String - The parent backup ID.
- replication
Records List<GetCbr Backup Replication Record> - The replication records. The object structure is documented above.
- resource
Az String - The availability zone where the backup sub-backup resource is located.
- resource
Id String - The sub-backup resource ID.
- resource
Name String - The sub-backup resource name.
- resource
Size Double - The sub-backup resource size, in GB.
- resource
Type String - The sub-backup resource type.
- status String
- The sub-backup status.
- type String
- The sub-backup type.
- updated
At String - The latest update time of the sub-backup.
- vault
Id String - The vault to which the backup resource belongs.
- region String
- checkpoint
Id string - The restore point ID of the sub-backup resource.
- childrens
Get
Cbr Backup Children[] - The backup list of the sub-backup resources. The object structure is documented below.
- created
At string - The creation time of the sub-backup.
- description string
- The sub-backup description.
- enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At string - The expiration time of the sub-backup.
- extend
Infos GetCbr Backup Extend Info[] - The extended information. The object structure is documented below.
- id string
- The sub-backup ID.
- name string
- The sub-backup name.
- parent
Id string - The parent backup ID.
- replication
Records GetCbr Backup Replication Record[] - The replication records. The object structure is documented above.
- resource
Az string - The availability zone where the backup sub-backup resource is located.
- resource
Id string - The sub-backup resource ID.
- resource
Name string - The sub-backup resource name.
- resource
Size number - The sub-backup resource size, in GB.
- resource
Type string - The sub-backup resource type.
- status string
- The sub-backup status.
- type string
- The sub-backup type.
- updated
At string - The latest update time of the sub-backup.
- vault
Id string - The vault to which the backup resource belongs.
- region string
- checkpoint_
id str - The restore point ID of the sub-backup resource.
- childrens
Sequence[Get
Cbr Backup Children] - The backup list of the sub-backup resources. The object structure is documented below.
- created_
at str - The creation time of the sub-backup.
- description str
- The sub-backup description.
- enterprise_
project_ strid - The enterprise project to which the backup sub-backup resource belongs.
- expired_
at str - The expiration time of the sub-backup.
- extend_
infos Sequence[GetCbr Backup Extend Info] - The extended information. The object structure is documented below.
- id str
- The sub-backup ID.
- name str
- The sub-backup name.
- parent_
id str - The parent backup ID.
- replication_
records Sequence[GetCbr Backup Replication Record] - The replication records. The object structure is documented above.
- resource_
az str - The availability zone where the backup sub-backup resource is located.
- resource_
id str - The sub-backup resource ID.
- resource_
name str - The sub-backup resource name.
- resource_
size float - The sub-backup resource size, in GB.
- resource_
type str - The sub-backup resource type.
- status str
- The sub-backup status.
- type str
- The sub-backup type.
- updated_
at str - The latest update time of the sub-backup.
- vault_
id str - The vault to which the backup resource belongs.
- region str
- checkpoint
Id String - The restore point ID of the sub-backup resource.
- childrens List<Property Map>
- The backup list of the sub-backup resources. The object structure is documented below.
- created
At String - The creation time of the sub-backup.
- description String
- The sub-backup description.
- enterprise
Project StringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At String - The expiration time of the sub-backup.
- extend
Infos List<Property Map> - The extended information. The object structure is documented below.
- id String
- The sub-backup ID.
- name String
- The sub-backup name.
- parent
Id String - The parent backup ID.
- replication
Records List<Property Map> - The replication records. The object structure is documented above.
- resource
Az String - The availability zone where the backup sub-backup resource is located.
- resource
Id String - The sub-backup resource ID.
- resource
Name String - The sub-backup resource name.
- resource
Size Number - The sub-backup resource size, in GB.
- resource
Type String - The sub-backup resource type.
- status String
- The sub-backup status.
- type String
- The sub-backup type.
- updated
At String - The latest update time of the sub-backup.
- vault
Id String - The vault to which the backup resource belongs.
- region String
Supporting Types
GetCbrBackupChildren
- Checkpoint
Id string - The restore point ID of the sub-backup resource.
- Created
At string - The creation time of the sub-backup.
- Description string
- The sub-backup description.
- Enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At string - The expiration time of the sub-backup.
- Extend
Infos List<GetCbr Backup Children Extend Info> - The extended information. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Name string
- The sub-backup name.
- Replication
Records List<GetCbr Backup Children Replication Record> - The replication records. The object structure is documented above.
- Resource
Az string - The availability zone where the backup sub-backup resource is located.
- Resource
Id string - The sub-backup resource ID.
- Resource
Name string - The sub-backup resource name.
- Resource
Size double - The sub-backup resource size, in GB.
- Resource
Type string - The sub-backup resource type.
- Status string
- The sub-backup status.
- Type string
- The sub-backup type.
- Updated
At string - The latest update time of the sub-backup.
- Vault
Id string - The vault to which the backup resource belongs.
- Checkpoint
Id string - The restore point ID of the sub-backup resource.
- Created
At string - The creation time of the sub-backup.
- Description string
- The sub-backup description.
- Enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At string - The expiration time of the sub-backup.
- Extend
Infos []GetCbr Backup Children Extend Info - The extended information. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Name string
- The sub-backup name.
- Replication
Records []GetCbr Backup Children Replication Record - The replication records. The object structure is documented above.
- Resource
Az string - The availability zone where the backup sub-backup resource is located.
- Resource
Id string - The sub-backup resource ID.
- Resource
Name string - The sub-backup resource name.
- Resource
Size float64 - The sub-backup resource size, in GB.
- Resource
Type string - The sub-backup resource type.
- Status string
- The sub-backup status.
- Type string
- The sub-backup type.
- Updated
At string - The latest update time of the sub-backup.
- Vault
Id string - The vault to which the backup resource belongs.
- checkpoint
Id String - The restore point ID of the sub-backup resource.
- created
At String - The creation time of the sub-backup.
- description String
- The sub-backup description.
- enterprise
Project StringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At String - The expiration time of the sub-backup.
- extend
Infos List<GetCbr Backup Children Extend Info> - The extended information. The object structure is documented below.
- id String
- Specifies the backup ID.
- name String
- The sub-backup name.
- replication
Records List<GetCbr Backup Children Replication Record> - The replication records. The object structure is documented above.
- resource
Az String - The availability zone where the backup sub-backup resource is located.
- resource
Id String - The sub-backup resource ID.
- resource
Name String - The sub-backup resource name.
- resource
Size Double - The sub-backup resource size, in GB.
- resource
Type String - The sub-backup resource type.
- status String
- The sub-backup status.
- type String
- The sub-backup type.
- updated
At String - The latest update time of the sub-backup.
- vault
Id String - The vault to which the backup resource belongs.
- checkpoint
Id string - The restore point ID of the sub-backup resource.
- created
At string - The creation time of the sub-backup.
- description string
- The sub-backup description.
- enterprise
Project stringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At string - The expiration time of the sub-backup.
- extend
Infos GetCbr Backup Children Extend Info[] - The extended information. The object structure is documented below.
- id string
- Specifies the backup ID.
- name string
- The sub-backup name.
- replication
Records GetCbr Backup Children Replication Record[] - The replication records. The object structure is documented above.
- resource
Az string - The availability zone where the backup sub-backup resource is located.
- resource
Id string - The sub-backup resource ID.
- resource
Name string - The sub-backup resource name.
- resource
Size number - The sub-backup resource size, in GB.
- resource
Type string - The sub-backup resource type.
- status string
- The sub-backup status.
- type string
- The sub-backup type.
- updated
At string - The latest update time of the sub-backup.
- vault
Id string - The vault to which the backup resource belongs.
- checkpoint_
id str - The restore point ID of the sub-backup resource.
- created_
at str - The creation time of the sub-backup.
- description str
- The sub-backup description.
- enterprise_
project_ strid - The enterprise project to which the backup sub-backup resource belongs.
- expired_
at str - The expiration time of the sub-backup.
- extend_
infos Sequence[GetCbr Backup Children Extend Info] - The extended information. The object structure is documented below.
- id str
- Specifies the backup ID.
- name str
- The sub-backup name.
- replication_
records Sequence[GetCbr Backup Children Replication Record] - The replication records. The object structure is documented above.
- resource_
az str - The availability zone where the backup sub-backup resource is located.
- resource_
id str - The sub-backup resource ID.
- resource_
name str - The sub-backup resource name.
- resource_
size float - The sub-backup resource size, in GB.
- resource_
type str - The sub-backup resource type.
- status str
- The sub-backup status.
- type str
- The sub-backup type.
- updated_
at str - The latest update time of the sub-backup.
- vault_
id str - The vault to which the backup resource belongs.
- checkpoint
Id String - The restore point ID of the sub-backup resource.
- created
At String - The creation time of the sub-backup.
- description String
- The sub-backup description.
- enterprise
Project StringId - The enterprise project to which the backup sub-backup resource belongs.
- expired
At String - The expiration time of the sub-backup.
- extend
Infos List<Property Map> - The extended information. The object structure is documented below.
- id String
- Specifies the backup ID.
- name String
- The sub-backup name.
- replication
Records List<Property Map> - The replication records. The object structure is documented above.
- resource
Az String - The availability zone where the backup sub-backup resource is located.
- resource
Id String - The sub-backup resource ID.
- resource
Name String - The sub-backup resource name.
- resource
Size Number - The sub-backup resource size, in GB.
- resource
Type String - The sub-backup resource type.
- status String
- The sub-backup status.
- type String
- The sub-backup type.
- updated
At String - The latest update time of the sub-backup.
- vault
Id String - The vault to which the backup resource belongs.
GetCbrBackupChildrenExtendInfo
- Auto
Trigger bool - Whether the backup is automatically generated.
- Bootable bool
- Whether the backup is a system disk backup.
- Contain
System boolDisk - Whether the VM backup data contains system disk data.
- Encrypted bool
- Whether the backup is encrypted.
- Incremental bool
- Whether the backup is an incremental backup.
- Is
System boolDisk - Whether the disk is a system disk.
- Os
Registry List<string>Images - The ID list of images created using backups.
- Snapshot
Id string - Snapshot ID of the disk backup.
- Support
Lld bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore stringMode - The restoration mode.
- Auto
Trigger bool - Whether the backup is automatically generated.
- Bootable bool
- Whether the backup is a system disk backup.
- Contain
System boolDisk - Whether the VM backup data contains system disk data.
- Encrypted bool
- Whether the backup is encrypted.
- Incremental bool
- Whether the backup is an incremental backup.
- Is
System boolDisk - Whether the disk is a system disk.
- Os
Registry []stringImages - The ID list of images created using backups.
- Snapshot
Id string - Snapshot ID of the disk backup.
- Support
Lld bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore stringMode - The restoration mode.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- bootable Boolean
- Whether the backup is a system disk backup.
- contain
System BooleanDisk - Whether the VM backup data contains system disk data.
- encrypted Boolean
- Whether the backup is encrypted.
- incremental Boolean
- Whether the backup is an incremental backup.
- is
System BooleanDisk - Whether the disk is a system disk.
- os
Registry List<String>Images - The ID list of images created using backups.
- snapshot
Id String - Snapshot ID of the disk backup.
- support
Lld Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore StringMode - The restoration mode.
- auto
Trigger boolean - Whether the backup is automatically generated.
- bootable boolean
- Whether the backup is a system disk backup.
- contain
System booleanDisk - Whether the VM backup data contains system disk data.
- encrypted boolean
- Whether the backup is encrypted.
- incremental boolean
- Whether the backup is an incremental backup.
- is
System booleanDisk - Whether the disk is a system disk.
- os
Registry string[]Images - The ID list of images created using backups.
- snapshot
Id string - Snapshot ID of the disk backup.
- support
Lld boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore stringMode - The restoration mode.
- auto_
trigger bool - Whether the backup is automatically generated.
- bootable bool
- Whether the backup is a system disk backup.
- contain_
system_ booldisk - Whether the VM backup data contains system disk data.
- encrypted bool
- Whether the backup is encrypted.
- incremental bool
- Whether the backup is an incremental backup.
- is_
system_ booldisk - Whether the disk is a system disk.
- os_
registry_ Sequence[str]images - The ID list of images created using backups.
- snapshot_
id str - Snapshot ID of the disk backup.
- support_
lld bool - Whether to allow lazyloading for fast restoration.
- supported_
restore_ strmode - The restoration mode.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- bootable Boolean
- Whether the backup is a system disk backup.
- contain
System BooleanDisk - Whether the VM backup data contains system disk data.
- encrypted Boolean
- Whether the backup is encrypted.
- incremental Boolean
- Whether the backup is an incremental backup.
- is
System BooleanDisk - Whether the disk is a system disk.
- os
Registry List<String>Images - The ID list of images created using backups.
- snapshot
Id String - Snapshot ID of the disk backup.
- support
Lld Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore StringMode - The restoration mode.
GetCbrBackupChildrenReplicationRecord
- Created
At string - The creation time of the sub-backup.
- Destination
Backup stringId - The ID of the destination backup used for replication.
- Destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- Destination
Project stringId - The ID of the replication destination project.
- Destination
Region string - The replication destination region.
- Destination
Vault stringId - The destination vault ID.
- Extra
Infos List<GetCbr Backup Children Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Source
Backup stringId - The ID of the source backup used for replication.
- Source
Checkpoint stringId - The ID of the source backup record used for replication.
- Source
Project stringId - The ID of the replication source project.
- Source
Region string - The replication source region.
- Status string
- The sub-backup status.
- Vault
Id string - The vault to which the backup resource belongs.
- Created
At string - The creation time of the sub-backup.
- Destination
Backup stringId - The ID of the destination backup used for replication.
- Destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- Destination
Project stringId - The ID of the replication destination project.
- Destination
Region string - The replication destination region.
- Destination
Vault stringId - The destination vault ID.
- Extra
Infos []GetCbr Backup Children Replication Record Extra Info - The additional information of the replication. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Source
Backup stringId - The ID of the source backup used for replication.
- Source
Checkpoint stringId - The ID of the source backup record used for replication.
- Source
Project stringId - The ID of the replication source project.
- Source
Region string - The replication source region.
- Status string
- The sub-backup status.
- Vault
Id string - The vault to which the backup resource belongs.
- created
At String - The creation time of the sub-backup.
- destination
Backup StringId - The ID of the destination backup used for replication.
- destination
Checkpoint StringId - The record ID of the destination backup used for replication.
- destination
Project StringId - The ID of the replication destination project.
- destination
Region String - The replication destination region.
- destination
Vault StringId - The destination vault ID.
- extra
Infos List<GetCbr Backup Children Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- id String
- Specifies the backup ID.
- source
Backup StringId - The ID of the source backup used for replication.
- source
Checkpoint StringId - The ID of the source backup record used for replication.
- source
Project StringId - The ID of the replication source project.
- source
Region String - The replication source region.
- status String
- The sub-backup status.
- vault
Id String - The vault to which the backup resource belongs.
- created
At string - The creation time of the sub-backup.
- destination
Backup stringId - The ID of the destination backup used for replication.
- destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- destination
Project stringId - The ID of the replication destination project.
- destination
Region string - The replication destination region.
- destination
Vault stringId - The destination vault ID.
- extra
Infos GetCbr Backup Children Replication Record Extra Info[] - The additional information of the replication. The object structure is documented below.
- id string
- Specifies the backup ID.
- source
Backup stringId - The ID of the source backup used for replication.
- source
Checkpoint stringId - The ID of the source backup record used for replication.
- source
Project stringId - The ID of the replication source project.
- source
Region string - The replication source region.
- status string
- The sub-backup status.
- vault
Id string - The vault to which the backup resource belongs.
- created_
at str - The creation time of the sub-backup.
- destination_
backup_ strid - The ID of the destination backup used for replication.
- destination_
checkpoint_ strid - The record ID of the destination backup used for replication.
- destination_
project_ strid - The ID of the replication destination project.
- destination_
region str - The replication destination region.
- destination_
vault_ strid - The destination vault ID.
- extra_
infos Sequence[GetCbr Backup Children Replication Record Extra Info] - The additional information of the replication. The object structure is documented below.
- id str
- Specifies the backup ID.
- source_
backup_ strid - The ID of the source backup used for replication.
- source_
checkpoint_ strid - The ID of the source backup record used for replication.
- source_
project_ strid - The ID of the replication source project.
- source_
region str - The replication source region.
- status str
- The sub-backup status.
- vault_
id str - The vault to which the backup resource belongs.
- created
At String - The creation time of the sub-backup.
- destination
Backup StringId - The ID of the destination backup used for replication.
- destination
Checkpoint StringId - The record ID of the destination backup used for replication.
- destination
Project StringId - The ID of the replication destination project.
- destination
Region String - The replication destination region.
- destination
Vault StringId - The destination vault ID.
- extra
Infos List<Property Map> - The additional information of the replication. The object structure is documented below.
- id String
- Specifies the backup ID.
- source
Backup StringId - The ID of the source backup used for replication.
- source
Checkpoint StringId - The ID of the source backup record used for replication.
- source
Project StringId - The ID of the replication source project.
- source
Region String - The replication source region.
- status String
- The sub-backup status.
- vault
Id String - The vault to which the backup resource belongs.
GetCbrBackupChildrenReplicationRecordExtraInfo
- Auto
Trigger bool - Whether the backup is automatically generated.
- Destination
Vault stringId - The destination vault ID.
- Fail
Code string - The error code.
- Fail
Reason string - The error cause.
- Progress double
- The replication progress.
- Auto
Trigger bool - Whether the backup is automatically generated.
- Destination
Vault stringId - The destination vault ID.
- Fail
Code string - The error code.
- Fail
Reason string - The error cause.
- Progress float64
- The replication progress.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- destination
Vault StringId - The destination vault ID.
- fail
Code String - The error code.
- fail
Reason String - The error cause.
- progress Double
- The replication progress.
- auto
Trigger boolean - Whether the backup is automatically generated.
- destination
Vault stringId - The destination vault ID.
- fail
Code string - The error code.
- fail
Reason string - The error cause.
- progress number
- The replication progress.
- auto_
trigger bool - Whether the backup is automatically generated.
- destination_
vault_ strid - The destination vault ID.
- fail_
code str - The error code.
- fail_
reason str - The error cause.
- progress float
- The replication progress.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- destination
Vault StringId - The destination vault ID.
- fail
Code String - The error code.
- fail
Reason String - The error cause.
- progress Number
- The replication progress.
GetCbrBackupExtendInfo
- Auto
Trigger bool - Whether the backup is automatically generated.
- Bootable bool
- Whether the backup is a system disk backup.
- Contain
System boolDisk - Whether the VM backup data contains system disk data.
- Encrypted bool
- Whether the backup is encrypted.
- Incremental bool
- Whether the backup is an incremental backup.
- Is
System boolDisk - Whether the disk is a system disk.
- Os
Registry List<string>Images - The ID list of images created using backups.
- Snapshot
Id string - Snapshot ID of the disk backup.
- Support
Lld bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore stringMode - The restoration mode.
- Auto
Trigger bool - Whether the backup is automatically generated.
- Bootable bool
- Whether the backup is a system disk backup.
- Contain
System boolDisk - Whether the VM backup data contains system disk data.
- Encrypted bool
- Whether the backup is encrypted.
- Incremental bool
- Whether the backup is an incremental backup.
- Is
System boolDisk - Whether the disk is a system disk.
- Os
Registry []stringImages - The ID list of images created using backups.
- Snapshot
Id string - Snapshot ID of the disk backup.
- Support
Lld bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore stringMode - The restoration mode.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- bootable Boolean
- Whether the backup is a system disk backup.
- contain
System BooleanDisk - Whether the VM backup data contains system disk data.
- encrypted Boolean
- Whether the backup is encrypted.
- incremental Boolean
- Whether the backup is an incremental backup.
- is
System BooleanDisk - Whether the disk is a system disk.
- os
Registry List<String>Images - The ID list of images created using backups.
- snapshot
Id String - Snapshot ID of the disk backup.
- support
Lld Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore StringMode - The restoration mode.
- auto
Trigger boolean - Whether the backup is automatically generated.
- bootable boolean
- Whether the backup is a system disk backup.
- contain
System booleanDisk - Whether the VM backup data contains system disk data.
- encrypted boolean
- Whether the backup is encrypted.
- incremental boolean
- Whether the backup is an incremental backup.
- is
System booleanDisk - Whether the disk is a system disk.
- os
Registry string[]Images - The ID list of images created using backups.
- snapshot
Id string - Snapshot ID of the disk backup.
- support
Lld boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore stringMode - The restoration mode.
- auto_
trigger bool - Whether the backup is automatically generated.
- bootable bool
- Whether the backup is a system disk backup.
- contain_
system_ booldisk - Whether the VM backup data contains system disk data.
- encrypted bool
- Whether the backup is encrypted.
- incremental bool
- Whether the backup is an incremental backup.
- is_
system_ booldisk - Whether the disk is a system disk.
- os_
registry_ Sequence[str]images - The ID list of images created using backups.
- snapshot_
id str - Snapshot ID of the disk backup.
- support_
lld bool - Whether to allow lazyloading for fast restoration.
- supported_
restore_ strmode - The restoration mode.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- bootable Boolean
- Whether the backup is a system disk backup.
- contain
System BooleanDisk - Whether the VM backup data contains system disk data.
- encrypted Boolean
- Whether the backup is encrypted.
- incremental Boolean
- Whether the backup is an incremental backup.
- is
System BooleanDisk - Whether the disk is a system disk.
- os
Registry List<String>Images - The ID list of images created using backups.
- snapshot
Id String - Snapshot ID of the disk backup.
- support
Lld Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore StringMode - The restoration mode.
GetCbrBackupReplicationRecord
- Created
At string - The creation time of the sub-backup.
- Destination
Backup stringId - The ID of the destination backup used for replication.
- Destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- Destination
Project stringId - The ID of the replication destination project.
- Destination
Region string - The replication destination region.
- Destination
Vault stringId - The destination vault ID.
- Extra
Infos List<GetCbr Backup Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Source
Backup stringId - The ID of the source backup used for replication.
- Source
Checkpoint stringId - The ID of the source backup record used for replication.
- Source
Project stringId - The ID of the replication source project.
- Source
Region string - The replication source region.
- Status string
- The sub-backup status.
- Vault
Id string - The vault to which the backup resource belongs.
- Created
At string - The creation time of the sub-backup.
- Destination
Backup stringId - The ID of the destination backup used for replication.
- Destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- Destination
Project stringId - The ID of the replication destination project.
- Destination
Region string - The replication destination region.
- Destination
Vault stringId - The destination vault ID.
- Extra
Infos []GetCbr Backup Replication Record Extra Info - The additional information of the replication. The object structure is documented below.
- Id string
- Specifies the backup ID.
- Source
Backup stringId - The ID of the source backup used for replication.
- Source
Checkpoint stringId - The ID of the source backup record used for replication.
- Source
Project stringId - The ID of the replication source project.
- Source
Region string - The replication source region.
- Status string
- The sub-backup status.
- Vault
Id string - The vault to which the backup resource belongs.
- created
At String - The creation time of the sub-backup.
- destination
Backup StringId - The ID of the destination backup used for replication.
- destination
Checkpoint StringId - The record ID of the destination backup used for replication.
- destination
Project StringId - The ID of the replication destination project.
- destination
Region String - The replication destination region.
- destination
Vault StringId - The destination vault ID.
- extra
Infos List<GetCbr Backup Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- id String
- Specifies the backup ID.
- source
Backup StringId - The ID of the source backup used for replication.
- source
Checkpoint StringId - The ID of the source backup record used for replication.
- source
Project StringId - The ID of the replication source project.
- source
Region String - The replication source region.
- status String
- The sub-backup status.
- vault
Id String - The vault to which the backup resource belongs.
- created
At string - The creation time of the sub-backup.
- destination
Backup stringId - The ID of the destination backup used for replication.
- destination
Checkpoint stringId - The record ID of the destination backup used for replication.
- destination
Project stringId - The ID of the replication destination project.
- destination
Region string - The replication destination region.
- destination
Vault stringId - The destination vault ID.
- extra
Infos GetCbr Backup Replication Record Extra Info[] - The additional information of the replication. The object structure is documented below.
- id string
- Specifies the backup ID.
- source
Backup stringId - The ID of the source backup used for replication.
- source
Checkpoint stringId - The ID of the source backup record used for replication.
- source
Project stringId - The ID of the replication source project.
- source
Region string - The replication source region.
- status string
- The sub-backup status.
- vault
Id string - The vault to which the backup resource belongs.
- created_
at str - The creation time of the sub-backup.
- destination_
backup_ strid - The ID of the destination backup used for replication.
- destination_
checkpoint_ strid - The record ID of the destination backup used for replication.
- destination_
project_ strid - The ID of the replication destination project.
- destination_
region str - The replication destination region.
- destination_
vault_ strid - The destination vault ID.
- extra_
infos Sequence[GetCbr Backup Replication Record Extra Info] - The additional information of the replication. The object structure is documented below.
- id str
- Specifies the backup ID.
- source_
backup_ strid - The ID of the source backup used for replication.
- source_
checkpoint_ strid - The ID of the source backup record used for replication.
- source_
project_ strid - The ID of the replication source project.
- source_
region str - The replication source region.
- status str
- The sub-backup status.
- vault_
id str - The vault to which the backup resource belongs.
- created
At String - The creation time of the sub-backup.
- destination
Backup StringId - The ID of the destination backup used for replication.
- destination
Checkpoint StringId - The record ID of the destination backup used for replication.
- destination
Project StringId - The ID of the replication destination project.
- destination
Region String - The replication destination region.
- destination
Vault StringId - The destination vault ID.
- extra
Infos List<Property Map> - The additional information of the replication. The object structure is documented below.
- id String
- Specifies the backup ID.
- source
Backup StringId - The ID of the source backup used for replication.
- source
Checkpoint StringId - The ID of the source backup record used for replication.
- source
Project StringId - The ID of the replication source project.
- source
Region String - The replication source region.
- status String
- The sub-backup status.
- vault
Id String - The vault to which the backup resource belongs.
GetCbrBackupReplicationRecordExtraInfo
- Auto
Trigger bool - Whether the backup is automatically generated.
- Destination
Vault stringId - The destination vault ID.
- Fail
Code string - The error code.
- Fail
Reason string - The error cause.
- Progress double
- The replication progress.
- Auto
Trigger bool - Whether the backup is automatically generated.
- Destination
Vault stringId - The destination vault ID.
- Fail
Code string - The error code.
- Fail
Reason string - The error cause.
- Progress float64
- The replication progress.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- destination
Vault StringId - The destination vault ID.
- fail
Code String - The error code.
- fail
Reason String - The error cause.
- progress Double
- The replication progress.
- auto
Trigger boolean - Whether the backup is automatically generated.
- destination
Vault stringId - The destination vault ID.
- fail
Code string - The error code.
- fail
Reason string - The error cause.
- progress number
- The replication progress.
- auto_
trigger bool - Whether the backup is automatically generated.
- destination_
vault_ strid - The destination vault ID.
- fail_
code str - The error code.
- fail_
reason str - The error cause.
- progress float
- The replication progress.
- auto
Trigger Boolean - Whether the backup is automatically generated.
- destination
Vault StringId - The destination vault ID.
- fail
Code String - The error code.
- fail
Reason String - The error cause.
- progress Number
- The replication progress.
Package Details
- Repository
- flexibleengine flexibleenginecloud/terraform-provider-flexibleengine
- License
- Notes
- This Pulumi package is based on the
flexibleengine
Terraform Provider.
flexibleengine 1.46.0 published on Monday, Apr 14, 2025 by flexibleenginecloud