Skip to content

Latest commit

 

History

History
1808 lines (1156 loc) · 89.5 KB

dataOpentelekomcloudCbrBackupV3.go.md

File metadata and controls

1808 lines (1156 loc) · 89.5 KB

dataOpentelekomcloudCbrBackupV3 Submodule

Constructs

DataOpentelekomcloudCbrBackupV3

Represents a {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3 opentelekomcloud_cbr_backup_v3}.

Initializers

import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

dataopentelekomcloudcbrbackupv3.NewDataOpentelekomcloudCbrBackupV3(scope Construct, id *string, config DataOpentelekomcloudCbrBackupV3Config) DataOpentelekomcloudCbrBackupV3
Name Type Description
scope github.com/aws/constructs-go/constructs/v10.Construct The scope in which to define this construct.
id *string The scoped construct ID.
config DataOpentelekomcloudCbrBackupV3Config No description.

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


idRequired
  • Type: *string

The scoped construct ID.

Must be unique amongst siblings in the same scope


configOptional

Methods

Name Description
ToString Returns a string representation of this construct.
AddOverride No description.
OverrideLogicalId Overrides the auto-generated logical ID with a specific ID.
ResetOverrideLogicalId Resets a previously passed logical Id to use the auto-generated logical id again.
ToHclTerraform Adds this resource to the terraform JSON output.
ToMetadata No description.
ToTerraform Adds this resource to the terraform JSON output.
GetAnyMapAttribute No description.
GetBooleanAttribute No description.
GetBooleanMapAttribute No description.
GetListAttribute No description.
GetNumberAttribute No description.
GetNumberListAttribute No description.
GetNumberMapAttribute No description.
GetStringAttribute No description.
GetStringMapAttribute No description.
InterpolationForAttribute No description.
ResetAutoTrigger No description.
ResetBootable No description.
ResetCheckpointId No description.
ResetContainSystemDisk No description.
ResetCreatedAt No description.
ResetDescription No description.
ResetEncrypted No description.
ResetExpiredAt No description.
ResetId No description.
ResetImageType No description.
ResetIncremental No description.
ResetName No description.
ResetParentId No description.
ResetProjectId No description.
ResetProviderId No description.
ResetResourceAz No description.
ResetResourceId No description.
ResetResourceName No description.
ResetResourceSize No description.
ResetResourceType No description.
ResetSnapshotId No description.
ResetStatus No description.
ResetSupportedRestoreMode No description.
ResetSupportLld No description.
ResetSystemDisk No description.
ResetUpdatedAt No description.
ResetVaultId No description.

ToString
func ToString() *string

Returns a string representation of this construct.

AddOverride
func AddOverride(path *string, value interface{})
pathRequired
  • Type: *string

valueRequired
  • Type: interface{}

OverrideLogicalId
func OverrideLogicalId(newLogicalId *string)

Overrides the auto-generated logical ID with a specific ID.

newLogicalIdRequired
  • Type: *string

The new logical ID to use for this stack element.


ResetOverrideLogicalId
func ResetOverrideLogicalId()

Resets a previously passed logical Id to use the auto-generated logical id again.

ToHclTerraform
func ToHclTerraform() interface{}

Adds this resource to the terraform JSON output.

ToMetadata
func ToMetadata() interface{}
ToTerraform
func ToTerraform() interface{}

Adds this resource to the terraform JSON output.

GetAnyMapAttribute
func GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{}
terraformAttributeRequired
  • Type: *string

GetBooleanAttribute
func GetBooleanAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

GetBooleanMapAttribute
func GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool
terraformAttributeRequired
  • Type: *string

GetListAttribute
func GetListAttribute(terraformAttribute *string) *[]*string
terraformAttributeRequired
  • Type: *string

GetNumberAttribute
func GetNumberAttribute(terraformAttribute *string) *f64
terraformAttributeRequired
  • Type: *string

GetNumberListAttribute
func GetNumberListAttribute(terraformAttribute *string) *[]*f64
terraformAttributeRequired
  • Type: *string

GetNumberMapAttribute
func GetNumberMapAttribute(terraformAttribute *string) *map[string]*f64
terraformAttributeRequired
  • Type: *string

GetStringAttribute
func GetStringAttribute(terraformAttribute *string) *string
terraformAttributeRequired
  • Type: *string

GetStringMapAttribute
func GetStringMapAttribute(terraformAttribute *string) *map[string]*string
terraformAttributeRequired
  • Type: *string

InterpolationForAttribute
func InterpolationForAttribute(terraformAttribute *string) IResolvable
terraformAttributeRequired
  • Type: *string

ResetAutoTrigger
func ResetAutoTrigger()
ResetBootable
func ResetBootable()
ResetCheckpointId
func ResetCheckpointId()
ResetContainSystemDisk
func ResetContainSystemDisk()
ResetCreatedAt
func ResetCreatedAt()
ResetDescription
func ResetDescription()
ResetEncrypted
func ResetEncrypted()
ResetExpiredAt
func ResetExpiredAt()
ResetId
func ResetId()
ResetImageType
func ResetImageType()
ResetIncremental
func ResetIncremental()
ResetName
func ResetName()
ResetParentId
func ResetParentId()
ResetProjectId
func ResetProjectId()
ResetProviderId
func ResetProviderId()
ResetResourceAz
func ResetResourceAz()
ResetResourceId
func ResetResourceId()
ResetResourceName
func ResetResourceName()
ResetResourceSize
func ResetResourceSize()
ResetResourceType
func ResetResourceType()
ResetSnapshotId
func ResetSnapshotId()
ResetStatus
func ResetStatus()
ResetSupportedRestoreMode
func ResetSupportedRestoreMode()
ResetSupportLld
func ResetSupportLld()
ResetSystemDisk
func ResetSystemDisk()
ResetUpdatedAt
func ResetUpdatedAt()
ResetVaultId
func ResetVaultId()

Static Functions

Name Description
IsConstruct Checks if x is a construct.
IsTerraformElement No description.
IsTerraformDataSource No description.
GenerateConfigForImport Generates CDKTF code for importing a DataOpentelekomcloudCbrBackupV3 resource upon running "cdktf plan ".

IsConstruct
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_IsConstruct(x interface{}) *bool

Checks if x is a construct.

Use this method instead of instanceof to properly detect Construct instances, even when the construct library is symlinked.

Explanation: in JavaScript, multiple copies of the constructs library on disk are seen as independent, completely different libraries. As a consequence, the class Construct in each copy of the constructs library is seen as a different class, and an instance of one class will not test as instanceof the other class. npm install will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the constructs library can be accidentally installed, and instanceof will behave unpredictably. It is safest to avoid using instanceof, and using this type-testing method instead.

xRequired
  • Type: interface{}

Any object.


IsTerraformElement
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_IsTerraformElement(x interface{}) *bool
xRequired
  • Type: interface{}

IsTerraformDataSource
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_IsTerraformDataSource(x interface{}) *bool
xRequired
  • Type: interface{}

GenerateConfigForImport
import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3_GenerateConfigForImport(scope Construct, importToId *string, importFromId *string, provider TerraformProvider) ImportableResource

Generates CDKTF code for importing a DataOpentelekomcloudCbrBackupV3 resource upon running "cdktf plan ".

scopeRequired
  • Type: github.com/aws/constructs-go/constructs/v10.Construct

The scope in which to define this construct.


importToIdRequired
  • Type: *string

The construct id used in the generated config for the DataOpentelekomcloudCbrBackupV3 to import.


importFromIdRequired
  • Type: *string

The id of the existing DataOpentelekomcloudCbrBackupV3 that should be imported.

Refer to the {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#import import section} in the documentation of this resource for the id to use


providerOptional
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

? Optional instance of the provider where the DataOpentelekomcloudCbrBackupV3 to import is found.


Properties

Name Type Description
Node github.com/aws/constructs-go/constructs/v10.Node The tree node.
CdktfStack github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack No description.
Fqn *string No description.
FriendlyUniqueId *string No description.
TerraformMetaArguments *map[string]interface{} No description.
TerraformResourceType *string No description.
TerraformGeneratorMetadata github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata No description.
Count interface{} No description.
DependsOn *[]*string No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
AutoTriggerInput interface{} No description.
BootableInput interface{} No description.
CheckpointIdInput *string No description.
ContainSystemDiskInput interface{} No description.
CreatedAtInput *string No description.
DescriptionInput *string No description.
EncryptedInput interface{} No description.
ExpiredAtInput *string No description.
IdInput *string No description.
ImageTypeInput *string No description.
IncrementalInput interface{} No description.
NameInput *string No description.
ParentIdInput *string No description.
ProjectIdInput *string No description.
ProviderIdInput *string No description.
ResourceAzInput *string No description.
ResourceIdInput *string No description.
ResourceNameInput *string No description.
ResourceSizeInput *f64 No description.
ResourceTypeInput *string No description.
SnapshotIdInput *string No description.
StatusInput *string No description.
SupportedRestoreModeInput *string No description.
SupportLldInput interface{} No description.
SystemDiskInput interface{} No description.
UpdatedAtInput *string No description.
VaultIdInput *string No description.
AutoTrigger interface{} No description.
Bootable interface{} No description.
CheckpointId *string No description.
ContainSystemDisk interface{} No description.
CreatedAt *string No description.
Description *string No description.
Encrypted interface{} No description.
ExpiredAt *string No description.
Id *string No description.
ImageType *string No description.
Incremental interface{} No description.
Name *string No description.
ParentId *string No description.
ProjectId *string No description.
ProviderId *string No description.
ResourceAz *string No description.
ResourceId *string No description.
ResourceName *string No description.
ResourceSize *f64 No description.
ResourceType *string No description.
SnapshotId *string No description.
Status *string No description.
SupportedRestoreMode *string No description.
SupportLld interface{} No description.
SystemDisk interface{} No description.
UpdatedAt *string No description.
VaultId *string No description.

NodeRequired
func Node() Node
  • Type: github.com/aws/constructs-go/constructs/v10.Node

The tree node.


CdktfStackRequired
func CdktfStack() TerraformStack
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformStack

FqnRequired
func Fqn() *string
  • Type: *string

FriendlyUniqueIdRequired
func FriendlyUniqueId() *string
  • Type: *string

TerraformMetaArgumentsRequired
func TerraformMetaArguments() *map[string]interface{}
  • Type: *map[string]interface{}

TerraformResourceTypeRequired
func TerraformResourceType() *string
  • Type: *string

TerraformGeneratorMetadataOptional
func TerraformGeneratorMetadata() TerraformProviderGeneratorMetadata
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProviderGeneratorMetadata

CountOptional
func Count() interface{}
  • Type: interface{}

DependsOnOptional
func DependsOn() *[]*string
  • Type: *[]*string

ForEachOptional
func ForEach() ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
func Lifecycle() TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
func Provider() TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

AutoTriggerInputOptional
func AutoTriggerInput() interface{}
  • Type: interface{}

BootableInputOptional
func BootableInput() interface{}
  • Type: interface{}

CheckpointIdInputOptional
func CheckpointIdInput() *string
  • Type: *string

ContainSystemDiskInputOptional
func ContainSystemDiskInput() interface{}
  • Type: interface{}

CreatedAtInputOptional
func CreatedAtInput() *string
  • Type: *string

DescriptionInputOptional
func DescriptionInput() *string
  • Type: *string

EncryptedInputOptional
func EncryptedInput() interface{}
  • Type: interface{}

ExpiredAtInputOptional
func ExpiredAtInput() *string
  • Type: *string

IdInputOptional
func IdInput() *string
  • Type: *string

ImageTypeInputOptional
func ImageTypeInput() *string
  • Type: *string

IncrementalInputOptional
func IncrementalInput() interface{}
  • Type: interface{}

NameInputOptional
func NameInput() *string
  • Type: *string

ParentIdInputOptional
func ParentIdInput() *string
  • Type: *string

ProjectIdInputOptional
func ProjectIdInput() *string
  • Type: *string

ProviderIdInputOptional
func ProviderIdInput() *string
  • Type: *string

ResourceAzInputOptional
func ResourceAzInput() *string
  • Type: *string

ResourceIdInputOptional
func ResourceIdInput() *string
  • Type: *string

ResourceNameInputOptional
func ResourceNameInput() *string
  • Type: *string

ResourceSizeInputOptional
func ResourceSizeInput() *f64
  • Type: *f64

ResourceTypeInputOptional
func ResourceTypeInput() *string
  • Type: *string

SnapshotIdInputOptional
func SnapshotIdInput() *string
  • Type: *string

StatusInputOptional
func StatusInput() *string
  • Type: *string

SupportedRestoreModeInputOptional
func SupportedRestoreModeInput() *string
  • Type: *string

SupportLldInputOptional
func SupportLldInput() interface{}
  • Type: interface{}

SystemDiskInputOptional
func SystemDiskInput() interface{}
  • Type: interface{}

UpdatedAtInputOptional
func UpdatedAtInput() *string
  • Type: *string

VaultIdInputOptional
func VaultIdInput() *string
  • Type: *string

AutoTriggerRequired
func AutoTrigger() interface{}
  • Type: interface{}

BootableRequired
func Bootable() interface{}
  • Type: interface{}

CheckpointIdRequired
func CheckpointId() *string
  • Type: *string

ContainSystemDiskRequired
func ContainSystemDisk() interface{}
  • Type: interface{}

CreatedAtRequired
func CreatedAt() *string
  • Type: *string

DescriptionRequired
func Description() *string
  • Type: *string

EncryptedRequired
func Encrypted() interface{}
  • Type: interface{}

ExpiredAtRequired
func ExpiredAt() *string
  • Type: *string

IdRequired
func Id() *string
  • Type: *string

ImageTypeRequired
func ImageType() *string
  • Type: *string

IncrementalRequired
func Incremental() interface{}
  • Type: interface{}

NameRequired
func Name() *string
  • Type: *string

ParentIdRequired
func ParentId() *string
  • Type: *string

ProjectIdRequired
func ProjectId() *string
  • Type: *string

ProviderIdRequired
func ProviderId() *string
  • Type: *string

ResourceAzRequired
func ResourceAz() *string
  • Type: *string

ResourceIdRequired
func ResourceId() *string
  • Type: *string

ResourceNameRequired
func ResourceName() *string
  • Type: *string

ResourceSizeRequired
func ResourceSize() *f64
  • Type: *f64

ResourceTypeRequired
func ResourceType() *string
  • Type: *string

SnapshotIdRequired
func SnapshotId() *string
  • Type: *string

StatusRequired
func Status() *string
  • Type: *string

SupportedRestoreModeRequired
func SupportedRestoreMode() *string
  • Type: *string

SupportLldRequired
func SupportLld() interface{}
  • Type: interface{}

SystemDiskRequired
func SystemDisk() interface{}
  • Type: interface{}

UpdatedAtRequired
func UpdatedAt() *string
  • Type: *string

VaultIdRequired
func VaultId() *string
  • Type: *string

Constants

Name Type Description
TfResourceType *string No description.

TfResourceTypeRequired
func TfResourceType() *string
  • Type: *string

Structs

DataOpentelekomcloudCbrBackupV3Config

Initializer

import "github.com/cdktf/cdktf-provider-opentelekomcloud-go/opentelekomcloud/v11/dataopentelekomcloudcbrbackupv3"

&dataopentelekomcloudcbrbackupv3.DataOpentelekomcloudCbrBackupV3Config {
	Connection: interface{},
	Count: interface{},
	DependsOn: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable,
	ForEach: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator,
	Lifecycle: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle,
	Provider: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider,
	Provisioners: *[]interface{},
	AutoTrigger: interface{},
	Bootable: interface{},
	CheckpointId: *string,
	ContainSystemDisk: interface{},
	CreatedAt: *string,
	Description: *string,
	Encrypted: interface{},
	ExpiredAt: *string,
	Id: *string,
	ImageType: *string,
	Incremental: interface{},
	Name: *string,
	ParentId: *string,
	ProjectId: *string,
	ProviderId: *string,
	ResourceAz: *string,
	ResourceId: *string,
	ResourceName: *string,
	ResourceSize: *f64,
	ResourceType: *string,
	SnapshotId: *string,
	Status: *string,
	SupportedRestoreMode: *string,
	SupportLld: interface{},
	SystemDisk: interface{},
	UpdatedAt: *string,
	VaultId: *string,
}

Properties

Name Type Description
Connection interface{} No description.
Count interface{} No description.
DependsOn *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable No description.
ForEach github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator No description.
Lifecycle github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle No description.
Provider github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider No description.
Provisioners *[]interface{} No description.
AutoTrigger interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#auto_trigger DataOpentelekomcloudCbrBackupV3#auto_trigger}.
Bootable interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#bootable DataOpentelekomcloudCbrBackupV3#bootable}.
CheckpointId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#checkpoint_id DataOpentelekomcloudCbrBackupV3#checkpoint_id}.
ContainSystemDisk interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#contain_system_disk DataOpentelekomcloudCbrBackupV3#contain_system_disk}.
CreatedAt *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#created_at DataOpentelekomcloudCbrBackupV3#created_at}.
Description *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#description DataOpentelekomcloudCbrBackupV3#description}.
Encrypted interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#encrypted DataOpentelekomcloudCbrBackupV3#encrypted}.
ExpiredAt *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#expired_at DataOpentelekomcloudCbrBackupV3#expired_at}.
Id *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#id DataOpentelekomcloudCbrBackupV3#id}.
ImageType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#image_type DataOpentelekomcloudCbrBackupV3#image_type}.
Incremental interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#incremental DataOpentelekomcloudCbrBackupV3#incremental}.
Name *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#name DataOpentelekomcloudCbrBackupV3#name}.
ParentId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#parent_id DataOpentelekomcloudCbrBackupV3#parent_id}.
ProjectId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#project_id DataOpentelekomcloudCbrBackupV3#project_id}.
ProviderId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#provider_id DataOpentelekomcloudCbrBackupV3#provider_id}.
ResourceAz *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_az DataOpentelekomcloudCbrBackupV3#resource_az}.
ResourceId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_id DataOpentelekomcloudCbrBackupV3#resource_id}.
ResourceName *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_name DataOpentelekomcloudCbrBackupV3#resource_name}.
ResourceSize *f64 Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_size DataOpentelekomcloudCbrBackupV3#resource_size}.
ResourceType *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_type DataOpentelekomcloudCbrBackupV3#resource_type}.
SnapshotId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#snapshot_id DataOpentelekomcloudCbrBackupV3#snapshot_id}.
Status *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#status DataOpentelekomcloudCbrBackupV3#status}.
SupportedRestoreMode *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#supported_restore_mode DataOpentelekomcloudCbrBackupV3#supported_restore_mode}.
SupportLld interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#support_lld DataOpentelekomcloudCbrBackupV3#support_lld}.
SystemDisk interface{} Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#system_disk DataOpentelekomcloudCbrBackupV3#system_disk}.
UpdatedAt *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#updated_at DataOpentelekomcloudCbrBackupV3#updated_at}.
VaultId *string Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#vault_id DataOpentelekomcloudCbrBackupV3#vault_id}.

ConnectionOptional
Connection interface{}
  • Type: interface{}

CountOptional
Count interface{}
  • Type: interface{}

DependsOnOptional
DependsOn *[]ITerraformDependable
  • Type: *[]github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformDependable

ForEachOptional
ForEach ITerraformIterator
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.ITerraformIterator

LifecycleOptional
Lifecycle TerraformResourceLifecycle
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformResourceLifecycle

ProviderOptional
Provider TerraformProvider
  • Type: github.com/hashicorp/terraform-cdk-go/cdktf.TerraformProvider

ProvisionersOptional
Provisioners *[]interface{}
  • Type: *[]interface{}

AutoTriggerOptional
AutoTrigger interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#auto_trigger DataOpentelekomcloudCbrBackupV3#auto_trigger}.


BootableOptional
Bootable interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#bootable DataOpentelekomcloudCbrBackupV3#bootable}.


CheckpointIdOptional
CheckpointId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#checkpoint_id DataOpentelekomcloudCbrBackupV3#checkpoint_id}.


ContainSystemDiskOptional
ContainSystemDisk interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#contain_system_disk DataOpentelekomcloudCbrBackupV3#contain_system_disk}.


CreatedAtOptional
CreatedAt *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#created_at DataOpentelekomcloudCbrBackupV3#created_at}.


DescriptionOptional
Description *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#description DataOpentelekomcloudCbrBackupV3#description}.


EncryptedOptional
Encrypted interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#encrypted DataOpentelekomcloudCbrBackupV3#encrypted}.


ExpiredAtOptional
ExpiredAt *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#expired_at DataOpentelekomcloudCbrBackupV3#expired_at}.


IdOptional
Id *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#id DataOpentelekomcloudCbrBackupV3#id}.

Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.


ImageTypeOptional
ImageType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#image_type DataOpentelekomcloudCbrBackupV3#image_type}.


IncrementalOptional
Incremental interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#incremental DataOpentelekomcloudCbrBackupV3#incremental}.


NameOptional
Name *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#name DataOpentelekomcloudCbrBackupV3#name}.


ParentIdOptional
ParentId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#parent_id DataOpentelekomcloudCbrBackupV3#parent_id}.


ProjectIdOptional
ProjectId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#project_id DataOpentelekomcloudCbrBackupV3#project_id}.


ProviderIdOptional
ProviderId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#provider_id DataOpentelekomcloudCbrBackupV3#provider_id}.


ResourceAzOptional
ResourceAz *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_az DataOpentelekomcloudCbrBackupV3#resource_az}.


ResourceIdOptional
ResourceId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_id DataOpentelekomcloudCbrBackupV3#resource_id}.


ResourceNameOptional
ResourceName *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_name DataOpentelekomcloudCbrBackupV3#resource_name}.


ResourceSizeOptional
ResourceSize *f64
  • Type: *f64

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_size DataOpentelekomcloudCbrBackupV3#resource_size}.


ResourceTypeOptional
ResourceType *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#resource_type DataOpentelekomcloudCbrBackupV3#resource_type}.


SnapshotIdOptional
SnapshotId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#snapshot_id DataOpentelekomcloudCbrBackupV3#snapshot_id}.


StatusOptional
Status *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#status DataOpentelekomcloudCbrBackupV3#status}.


SupportedRestoreModeOptional
SupportedRestoreMode *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#supported_restore_mode DataOpentelekomcloudCbrBackupV3#supported_restore_mode}.


SupportLldOptional
SupportLld interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#support_lld DataOpentelekomcloudCbrBackupV3#support_lld}.


SystemDiskOptional
SystemDisk interface{}
  • Type: interface{}

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#system_disk DataOpentelekomcloudCbrBackupV3#system_disk}.


UpdatedAtOptional
UpdatedAt *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#updated_at DataOpentelekomcloudCbrBackupV3#updated_at}.


VaultIdOptional
VaultId *string
  • Type: *string

Docs at Terraform Registry: {@link https://registry.terraform.io/providers/opentelekomcloud/opentelekomcloud/1.36.28/docs/data-sources/cbr_backup_v3#vault_id DataOpentelekomcloudCbrBackupV3#vault_id}.