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 This property is required. string - The restore point ID of the sub-backup resource.
- Created
At This property is required. string - The creation time of the sub-backup.
- Description
This property is required. string - The sub-backup description.
- Enterprise
Project Id This property is required. string - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At This property is required. string - The expiration time of the sub-backup.
- Extend
Infos This property is required. List<GetCbr Backup Children Extend Info> - The extended information. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Name
This property is required. string - The sub-backup name.
- Replication
Records This property is required. List<GetCbr Backup Children Replication Record> - The replication records. The object structure is documented above.
- Resource
Az This property is required. string - The availability zone where the backup sub-backup resource is located.
- Resource
Id This property is required. string - The sub-backup resource ID.
- Resource
Name This property is required. string - The sub-backup resource name.
- Resource
Size This property is required. double - The sub-backup resource size, in GB.
- Resource
Type This property is required. string - The sub-backup resource type.
- Status
This property is required. string - The sub-backup status.
- Type
This property is required. string - The sub-backup type.
- Updated
At This property is required. string - The latest update time of the sub-backup.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- Checkpoint
Id This property is required. string - The restore point ID of the sub-backup resource.
- Created
At This property is required. string - The creation time of the sub-backup.
- Description
This property is required. string - The sub-backup description.
- Enterprise
Project Id This property is required. string - The enterprise project to which the backup sub-backup resource belongs.
- Expired
At This property is required. string - The expiration time of the sub-backup.
- Extend
Infos This property is required. []GetCbr Backup Children Extend Info - The extended information. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Name
This property is required. string - The sub-backup name.
- Replication
Records This property is required. []GetCbr Backup Children Replication Record - The replication records. The object structure is documented above.
- Resource
Az This property is required. string - The availability zone where the backup sub-backup resource is located.
- Resource
Id This property is required. string - The sub-backup resource ID.
- Resource
Name This property is required. string - The sub-backup resource name.
- Resource
Size This property is required. float64 - The sub-backup resource size, in GB.
- Resource
Type This property is required. string - The sub-backup resource type.
- Status
This property is required. string - The sub-backup status.
- Type
This property is required. string - The sub-backup type.
- Updated
At This property is required. string - The latest update time of the sub-backup.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- checkpoint
Id This property is required. String - The restore point ID of the sub-backup resource.
- created
At This property is required. String - The creation time of the sub-backup.
- description
This property is required. String - The sub-backup description.
- enterprise
Project Id This property is required. String - The enterprise project to which the backup sub-backup resource belongs.
- expired
At This property is required. String - The expiration time of the sub-backup.
- extend
Infos This property is required. List<GetCbr Backup Children Extend Info> - The extended information. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- name
This property is required. String - The sub-backup name.
- replication
Records This property is required. List<GetCbr Backup Children Replication Record> - The replication records. The object structure is documented above.
- resource
Az This property is required. String - The availability zone where the backup sub-backup resource is located.
- resource
Id This property is required. String - The sub-backup resource ID.
- resource
Name This property is required. String - The sub-backup resource name.
- resource
Size This property is required. Double - The sub-backup resource size, in GB.
- resource
Type This property is required. String - The sub-backup resource type.
- status
This property is required. String - The sub-backup status.
- type
This property is required. String - The sub-backup type.
- updated
At This property is required. String - The latest update time of the sub-backup.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
- checkpoint
Id This property is required. string - The restore point ID of the sub-backup resource.
- created
At This property is required. string - The creation time of the sub-backup.
- description
This property is required. string - The sub-backup description.
- enterprise
Project Id This property is required. string - The enterprise project to which the backup sub-backup resource belongs.
- expired
At This property is required. string - The expiration time of the sub-backup.
- extend
Infos This property is required. GetCbr Backup Children Extend Info[] - The extended information. The object structure is documented below.
- id
This property is required. string - Specifies the backup ID.
- name
This property is required. string - The sub-backup name.
- replication
Records This property is required. GetCbr Backup Children Replication Record[] - The replication records. The object structure is documented above.
- resource
Az This property is required. string - The availability zone where the backup sub-backup resource is located.
- resource
Id This property is required. string - The sub-backup resource ID.
- resource
Name This property is required. string - The sub-backup resource name.
- resource
Size This property is required. number - The sub-backup resource size, in GB.
- resource
Type This property is required. string - The sub-backup resource type.
- status
This property is required. string - The sub-backup status.
- type
This property is required. string - The sub-backup type.
- updated
At This property is required. string - The latest update time of the sub-backup.
- vault
Id This property is required. string - The vault to which the backup resource belongs.
- checkpoint_
id This property is required. str - The restore point ID of the sub-backup resource.
- created_
at This property is required. str - The creation time of the sub-backup.
- description
This property is required. str - The sub-backup description.
- enterprise_
project_ id This property is required. str - The enterprise project to which the backup sub-backup resource belongs.
- expired_
at This property is required. str - The expiration time of the sub-backup.
- extend_
infos This property is required. Sequence[GetCbr Backup Children Extend Info] - The extended information. The object structure is documented below.
- id
This property is required. str - Specifies the backup ID.
- name
This property is required. str - The sub-backup name.
- replication_
records This property is required. Sequence[GetCbr Backup Children Replication Record] - The replication records. The object structure is documented above.
- resource_
az This property is required. str - The availability zone where the backup sub-backup resource is located.
- resource_
id This property is required. str - The sub-backup resource ID.
- resource_
name This property is required. str - The sub-backup resource name.
- resource_
size This property is required. float - The sub-backup resource size, in GB.
- resource_
type This property is required. str - The sub-backup resource type.
- status
This property is required. str - The sub-backup status.
- type
This property is required. str - The sub-backup type.
- updated_
at This property is required. str - The latest update time of the sub-backup.
- vault_
id This property is required. str - The vault to which the backup resource belongs.
- checkpoint
Id This property is required. String - The restore point ID of the sub-backup resource.
- created
At This property is required. String - The creation time of the sub-backup.
- description
This property is required. String - The sub-backup description.
- enterprise
Project Id This property is required. String - The enterprise project to which the backup sub-backup resource belongs.
- expired
At This property is required. String - The expiration time of the sub-backup.
- extend
Infos This property is required. List<Property Map> - The extended information. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- name
This property is required. String - The sub-backup name.
- replication
Records This property is required. List<Property Map> - The replication records. The object structure is documented above.
- resource
Az This property is required. String - The availability zone where the backup sub-backup resource is located.
- resource
Id This property is required. String - The sub-backup resource ID.
- resource
Name This property is required. String - The sub-backup resource name.
- resource
Size This property is required. Number - The sub-backup resource size, in GB.
- resource
Type This property is required. String - The sub-backup resource type.
- status
This property is required. String - The sub-backup status.
- type
This property is required. String - The sub-backup type.
- updated
At This property is required. String - The latest update time of the sub-backup.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
GetCbrBackupChildrenExtendInfo
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Bootable
This property is required. bool - Whether the backup is a system disk backup.
- Contain
System Disk This property is required. bool - Whether the VM backup data contains system disk data.
- Encrypted
This property is required. bool - Whether the backup is encrypted.
- Incremental
This property is required. bool - Whether the backup is an incremental backup.
- Is
System Disk This property is required. bool - Whether the disk is a system disk.
- Os
Registry Images This property is required. List<string> - The ID list of images created using backups.
- Snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- Support
Lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore Mode This property is required. string - The restoration mode.
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Bootable
This property is required. bool - Whether the backup is a system disk backup.
- Contain
System Disk This property is required. bool - Whether the VM backup data contains system disk data.
- Encrypted
This property is required. bool - Whether the backup is encrypted.
- Incremental
This property is required. bool - Whether the backup is an incremental backup.
- Is
System Disk This property is required. bool - Whether the disk is a system disk.
- Os
Registry Images This property is required. []string - The ID list of images created using backups.
- Snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- Support
Lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore Mode This property is required. string - The restoration mode.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- bootable
This property is required. Boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. Boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. Boolean - Whether the backup is encrypted.
- incremental
This property is required. Boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. Boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. List<String> - The ID list of images created using backups.
- snapshot
Id This property is required. String - Snapshot ID of the disk backup.
- support
Lld This property is required. Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. String - The restoration mode.
- auto
Trigger This property is required. boolean - Whether the backup is automatically generated.
- bootable
This property is required. boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. boolean - Whether the backup is encrypted.
- incremental
This property is required. boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. string[] - The ID list of images created using backups.
- snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- support
Lld This property is required. boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. string - The restoration mode.
- auto_
trigger This property is required. bool - Whether the backup is automatically generated.
- bootable
This property is required. bool - Whether the backup is a system disk backup.
- contain_
system_ disk This property is required. bool - Whether the VM backup data contains system disk data.
- encrypted
This property is required. bool - Whether the backup is encrypted.
- incremental
This property is required. bool - Whether the backup is an incremental backup.
- is_
system_ disk This property is required. bool - Whether the disk is a system disk.
- os_
registry_ images This property is required. Sequence[str] - The ID list of images created using backups.
- snapshot_
id This property is required. str - Snapshot ID of the disk backup.
- support_
lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- supported_
restore_ mode This property is required. str - The restoration mode.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- bootable
This property is required. Boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. Boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. Boolean - Whether the backup is encrypted.
- incremental
This property is required. Boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. Boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. List<String> - The ID list of images created using backups.
- snapshot
Id This property is required. String - Snapshot ID of the disk backup.
- support
Lld This property is required. Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. String - The restoration mode.
GetCbrBackupChildrenReplicationRecord
- Created
At This property is required. string - The creation time of the sub-backup.
- Destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- Destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- Destination
Project Id This property is required. string - The ID of the replication destination project.
- Destination
Region This property is required. string - The replication destination region.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Extra
Infos This property is required. List<GetCbr Backup Children Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Source
Backup Id This property is required. string - The ID of the source backup used for replication.
- Source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- Source
Project Id This property is required. string - The ID of the replication source project.
- Source
Region This property is required. string - The replication source region.
- Status
This property is required. string - The sub-backup status.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- Created
At This property is required. string - The creation time of the sub-backup.
- Destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- Destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- Destination
Project Id This property is required. string - The ID of the replication destination project.
- Destination
Region This property is required. string - The replication destination region.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Extra
Infos This property is required. []GetCbr Backup Children Replication Record Extra Info - The additional information of the replication. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Source
Backup Id This property is required. string - The ID of the source backup used for replication.
- Source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- Source
Project Id This property is required. string - The ID of the replication source project.
- Source
Region This property is required. string - The replication source region.
- Status
This property is required. string - The sub-backup status.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- created
At This property is required. String - The creation time of the sub-backup.
- destination
Backup Id This property is required. String - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. String - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. String - The ID of the replication destination project.
- destination
Region This property is required. String - The replication destination region.
- destination
Vault Id This property is required. String - The destination vault ID.
- extra
Infos This property is required. List<GetCbr Backup Children Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- source
Backup Id This property is required. String - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. String - The ID of the source backup record used for replication.
- source
Project Id This property is required. String - The ID of the replication source project.
- source
Region This property is required. String - The replication source region.
- status
This property is required. String - The sub-backup status.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
- created
At This property is required. string - The creation time of the sub-backup.
- destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. string - The ID of the replication destination project.
- destination
Region This property is required. string - The replication destination region.
- destination
Vault Id This property is required. string - The destination vault ID.
- extra
Infos This property is required. GetCbr Backup Children Replication Record Extra Info[] - The additional information of the replication. The object structure is documented below.
- id
This property is required. string - Specifies the backup ID.
- source
Backup Id This property is required. string - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- source
Project Id This property is required. string - The ID of the replication source project.
- source
Region This property is required. string - The replication source region.
- status
This property is required. string - The sub-backup status.
- vault
Id This property is required. string - The vault to which the backup resource belongs.
- created_
at This property is required. str - The creation time of the sub-backup.
- destination_
backup_ id This property is required. str - The ID of the destination backup used for replication.
- destination_
checkpoint_ id This property is required. str - The record ID of the destination backup used for replication.
- destination_
project_ id This property is required. str - The ID of the replication destination project.
- destination_
region This property is required. str - The replication destination region.
- destination_
vault_ id This property is required. str - The destination vault ID.
- extra_
infos This property is required. Sequence[GetCbr Backup Children Replication Record Extra Info] - The additional information of the replication. The object structure is documented below.
- id
This property is required. str - Specifies the backup ID.
- source_
backup_ id This property is required. str - The ID of the source backup used for replication.
- source_
checkpoint_ id This property is required. str - The ID of the source backup record used for replication.
- source_
project_ id This property is required. str - The ID of the replication source project.
- source_
region This property is required. str - The replication source region.
- status
This property is required. str - The sub-backup status.
- vault_
id This property is required. str - The vault to which the backup resource belongs.
- created
At This property is required. String - The creation time of the sub-backup.
- destination
Backup Id This property is required. String - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. String - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. String - The ID of the replication destination project.
- destination
Region This property is required. String - The replication destination region.
- destination
Vault Id This property is required. String - The destination vault ID.
- extra
Infos This property is required. List<Property Map> - The additional information of the replication. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- source
Backup Id This property is required. String - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. String - The ID of the source backup record used for replication.
- source
Project Id This property is required. String - The ID of the replication source project.
- source
Region This property is required. String - The replication source region.
- status
This property is required. String - The sub-backup status.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
GetCbrBackupChildrenReplicationRecordExtraInfo
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Fail
Code This property is required. string - The error code.
- Fail
Reason This property is required. string - The error cause.
- Progress
This property is required. double - The replication progress.
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Fail
Code This property is required. string - The error code.
- Fail
Reason This property is required. string - The error cause.
- Progress
This property is required. float64 - The replication progress.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. String - The destination vault ID.
- fail
Code This property is required. String - The error code.
- fail
Reason This property is required. String - The error cause.
- progress
This property is required. Double - The replication progress.
- auto
Trigger This property is required. boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. string - The destination vault ID.
- fail
Code This property is required. string - The error code.
- fail
Reason This property is required. string - The error cause.
- progress
This property is required. number - The replication progress.
- auto_
trigger This property is required. bool - Whether the backup is automatically generated.
- destination_
vault_ id This property is required. str - The destination vault ID.
- fail_
code This property is required. str - The error code.
- fail_
reason This property is required. str - The error cause.
- progress
This property is required. float - The replication progress.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. String - The destination vault ID.
- fail
Code This property is required. String - The error code.
- fail
Reason This property is required. String - The error cause.
- progress
This property is required. Number - The replication progress.
GetCbrBackupExtendInfo
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Bootable
This property is required. bool - Whether the backup is a system disk backup.
- Contain
System Disk This property is required. bool - Whether the VM backup data contains system disk data.
- Encrypted
This property is required. bool - Whether the backup is encrypted.
- Incremental
This property is required. bool - Whether the backup is an incremental backup.
- Is
System Disk This property is required. bool - Whether the disk is a system disk.
- Os
Registry Images This property is required. List<string> - The ID list of images created using backups.
- Snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- Support
Lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore Mode This property is required. string - The restoration mode.
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Bootable
This property is required. bool - Whether the backup is a system disk backup.
- Contain
System Disk This property is required. bool - Whether the VM backup data contains system disk data.
- Encrypted
This property is required. bool - Whether the backup is encrypted.
- Incremental
This property is required. bool - Whether the backup is an incremental backup.
- Is
System Disk This property is required. bool - Whether the disk is a system disk.
- Os
Registry Images This property is required. []string - The ID list of images created using backups.
- Snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- Support
Lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- Supported
Restore Mode This property is required. string - The restoration mode.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- bootable
This property is required. Boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. Boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. Boolean - Whether the backup is encrypted.
- incremental
This property is required. Boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. Boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. List<String> - The ID list of images created using backups.
- snapshot
Id This property is required. String - Snapshot ID of the disk backup.
- support
Lld This property is required. Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. String - The restoration mode.
- auto
Trigger This property is required. boolean - Whether the backup is automatically generated.
- bootable
This property is required. boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. boolean - Whether the backup is encrypted.
- incremental
This property is required. boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. string[] - The ID list of images created using backups.
- snapshot
Id This property is required. string - Snapshot ID of the disk backup.
- support
Lld This property is required. boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. string - The restoration mode.
- auto_
trigger This property is required. bool - Whether the backup is automatically generated.
- bootable
This property is required. bool - Whether the backup is a system disk backup.
- contain_
system_ disk This property is required. bool - Whether the VM backup data contains system disk data.
- encrypted
This property is required. bool - Whether the backup is encrypted.
- incremental
This property is required. bool - Whether the backup is an incremental backup.
- is_
system_ disk This property is required. bool - Whether the disk is a system disk.
- os_
registry_ images This property is required. Sequence[str] - The ID list of images created using backups.
- snapshot_
id This property is required. str - Snapshot ID of the disk backup.
- support_
lld This property is required. bool - Whether to allow lazyloading for fast restoration.
- supported_
restore_ mode This property is required. str - The restoration mode.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- bootable
This property is required. Boolean - Whether the backup is a system disk backup.
- contain
System Disk This property is required. Boolean - Whether the VM backup data contains system disk data.
- encrypted
This property is required. Boolean - Whether the backup is encrypted.
- incremental
This property is required. Boolean - Whether the backup is an incremental backup.
- is
System Disk This property is required. Boolean - Whether the disk is a system disk.
- os
Registry Images This property is required. List<String> - The ID list of images created using backups.
- snapshot
Id This property is required. String - Snapshot ID of the disk backup.
- support
Lld This property is required. Boolean - Whether to allow lazyloading for fast restoration.
- supported
Restore Mode This property is required. String - The restoration mode.
GetCbrBackupReplicationRecord
- Created
At This property is required. string - The creation time of the sub-backup.
- Destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- Destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- Destination
Project Id This property is required. string - The ID of the replication destination project.
- Destination
Region This property is required. string - The replication destination region.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Extra
Infos This property is required. List<GetCbr Backup Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Source
Backup Id This property is required. string - The ID of the source backup used for replication.
- Source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- Source
Project Id This property is required. string - The ID of the replication source project.
- Source
Region This property is required. string - The replication source region.
- Status
This property is required. string - The sub-backup status.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- Created
At This property is required. string - The creation time of the sub-backup.
- Destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- Destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- Destination
Project Id This property is required. string - The ID of the replication destination project.
- Destination
Region This property is required. string - The replication destination region.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Extra
Infos This property is required. []GetCbr Backup Replication Record Extra Info - The additional information of the replication. The object structure is documented below.
- Id
This property is required. string - Specifies the backup ID.
- Source
Backup Id This property is required. string - The ID of the source backup used for replication.
- Source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- Source
Project Id This property is required. string - The ID of the replication source project.
- Source
Region This property is required. string - The replication source region.
- Status
This property is required. string - The sub-backup status.
- Vault
Id This property is required. string - The vault to which the backup resource belongs.
- created
At This property is required. String - The creation time of the sub-backup.
- destination
Backup Id This property is required. String - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. String - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. String - The ID of the replication destination project.
- destination
Region This property is required. String - The replication destination region.
- destination
Vault Id This property is required. String - The destination vault ID.
- extra
Infos This property is required. List<GetCbr Backup Replication Record Extra Info> - The additional information of the replication. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- source
Backup Id This property is required. String - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. String - The ID of the source backup record used for replication.
- source
Project Id This property is required. String - The ID of the replication source project.
- source
Region This property is required. String - The replication source region.
- status
This property is required. String - The sub-backup status.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
- created
At This property is required. string - The creation time of the sub-backup.
- destination
Backup Id This property is required. string - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. string - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. string - The ID of the replication destination project.
- destination
Region This property is required. string - The replication destination region.
- destination
Vault Id This property is required. string - The destination vault ID.
- extra
Infos This property is required. GetCbr Backup Replication Record Extra Info[] - The additional information of the replication. The object structure is documented below.
- id
This property is required. string - Specifies the backup ID.
- source
Backup Id This property is required. string - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. string - The ID of the source backup record used for replication.
- source
Project Id This property is required. string - The ID of the replication source project.
- source
Region This property is required. string - The replication source region.
- status
This property is required. string - The sub-backup status.
- vault
Id This property is required. string - The vault to which the backup resource belongs.
- created_
at This property is required. str - The creation time of the sub-backup.
- destination_
backup_ id This property is required. str - The ID of the destination backup used for replication.
- destination_
checkpoint_ id This property is required. str - The record ID of the destination backup used for replication.
- destination_
project_ id This property is required. str - The ID of the replication destination project.
- destination_
region This property is required. str - The replication destination region.
- destination_
vault_ id This property is required. str - The destination vault ID.
- extra_
infos This property is required. Sequence[GetCbr Backup Replication Record Extra Info] - The additional information of the replication. The object structure is documented below.
- id
This property is required. str - Specifies the backup ID.
- source_
backup_ id This property is required. str - The ID of the source backup used for replication.
- source_
checkpoint_ id This property is required. str - The ID of the source backup record used for replication.
- source_
project_ id This property is required. str - The ID of the replication source project.
- source_
region This property is required. str - The replication source region.
- status
This property is required. str - The sub-backup status.
- vault_
id This property is required. str - The vault to which the backup resource belongs.
- created
At This property is required. String - The creation time of the sub-backup.
- destination
Backup Id This property is required. String - The ID of the destination backup used for replication.
- destination
Checkpoint Id This property is required. String - The record ID of the destination backup used for replication.
- destination
Project Id This property is required. String - The ID of the replication destination project.
- destination
Region This property is required. String - The replication destination region.
- destination
Vault Id This property is required. String - The destination vault ID.
- extra
Infos This property is required. List<Property Map> - The additional information of the replication. The object structure is documented below.
- id
This property is required. String - Specifies the backup ID.
- source
Backup Id This property is required. String - The ID of the source backup used for replication.
- source
Checkpoint Id This property is required. String - The ID of the source backup record used for replication.
- source
Project Id This property is required. String - The ID of the replication source project.
- source
Region This property is required. String - The replication source region.
- status
This property is required. String - The sub-backup status.
- vault
Id This property is required. String - The vault to which the backup resource belongs.
GetCbrBackupReplicationRecordExtraInfo
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Fail
Code This property is required. string - The error code.
- Fail
Reason This property is required. string - The error cause.
- Progress
This property is required. double - The replication progress.
- Auto
Trigger This property is required. bool - Whether the backup is automatically generated.
- Destination
Vault Id This property is required. string - The destination vault ID.
- Fail
Code This property is required. string - The error code.
- Fail
Reason This property is required. string - The error cause.
- Progress
This property is required. float64 - The replication progress.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. String - The destination vault ID.
- fail
Code This property is required. String - The error code.
- fail
Reason This property is required. String - The error cause.
- progress
This property is required. Double - The replication progress.
- auto
Trigger This property is required. boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. string - The destination vault ID.
- fail
Code This property is required. string - The error code.
- fail
Reason This property is required. string - The error cause.
- progress
This property is required. number - The replication progress.
- auto_
trigger This property is required. bool - Whether the backup is automatically generated.
- destination_
vault_ id This property is required. str - The destination vault ID.
- fail_
code This property is required. str - The error code.
- fail_
reason This property is required. str - The error cause.
- progress
This property is required. float - The replication progress.
- auto
Trigger This property is required. Boolean - Whether the backup is automatically generated.
- destination
Vault Id This property is required. String - The destination vault ID.
- fail
Code This property is required. String - The error code.
- fail
Reason This property is required. String - The error cause.
- progress
This property is required. 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