import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataTencentcloudCvmChcHostsConfig extends cdktf.TerraformMetaArguments { /** * CHC host ID. Up to 100 instances per request is allowed. ChcIds and Filters cannot be specified at the same time. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#chc_ids DataTencentcloudCvmChcHosts#chc_ids} */ readonly chcIds?: string[]; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#id DataTencentcloudCvmChcHosts#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. */ readonly id?: string; /** * Used to save results. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#result_output_file DataTencentcloudCvmChcHosts#result_output_file} */ readonly resultOutputFile?: string; /** * filters block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#filters DataTencentcloudCvmChcHosts#filters} */ readonly filters?: DataTencentcloudCvmChcHostsFilters[] | cdktf.IResolvable; } export interface DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloud { } export declare function dataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudToTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloud): any; export declare function dataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudToHclTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloud): any; export declare class DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloud | undefined; set internalValue(value: DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloud | undefined); get asVpcGateway(): any; get ipv6AddressCount(): any; get privateIpAddresses(): any; get subnetId(): any; get vpcId(): any; } export declare class DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudOutputReference; } export interface DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloud { } export declare function dataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudToTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloud): any; export declare function dataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudToHclTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloud): any; export declare class DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloud | undefined; set internalValue(value: DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloud | undefined); get asVpcGateway(): any; get ipv6AddressCount(): any; get privateIpAddresses(): any; get subnetId(): any; get vpcId(): any; } export declare class DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudOutputReference; } export interface DataTencentcloudCvmChcHostsChcHostSetPlacement { } export declare function dataTencentcloudCvmChcHostsChcHostSetPlacementToTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetPlacement): any; export declare function dataTencentcloudCvmChcHostsChcHostSetPlacementToHclTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSetPlacement): any; export declare class DataTencentcloudCvmChcHostsChcHostSetPlacementOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCvmChcHostsChcHostSetPlacement | undefined; set internalValue(value: DataTencentcloudCvmChcHostsChcHostSetPlacement | undefined); get hostId(): any; get hostIds(): any; get hostIps(): any; get projectId(): any; get zone(): any; } export declare class DataTencentcloudCvmChcHostsChcHostSetPlacementList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCvmChcHostsChcHostSetPlacementOutputReference; } export interface DataTencentcloudCvmChcHostsChcHostSet { } export declare function dataTencentcloudCvmChcHostsChcHostSetToTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSet): any; export declare function dataTencentcloudCvmChcHostsChcHostSetToHclTerraform(struct?: DataTencentcloudCvmChcHostsChcHostSet): any; export declare class DataTencentcloudCvmChcHostsChcHostSetOutputReference extends cdktf.ComplexObject { private isEmptyObject; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCvmChcHostsChcHostSet | undefined; set internalValue(value: DataTencentcloudCvmChcHostsChcHostSet | undefined); get bmcIp(): any; get bmcMac(): any; get bmcSecurityGroupIds(): any; private _bmcVirtualPrivateCloud; get bmcVirtualPrivateCloud(): DataTencentcloudCvmChcHostsChcHostSetBmcVirtualPrivateCloudList; get chcId(): any; get cpu(): any; get createdTime(): any; get cvmInstanceId(): any; get deployIp(): any; get deployMac(): any; get deploySecurityGroupIds(): any; private _deployVirtualPrivateCloud; get deployVirtualPrivateCloud(): DataTencentcloudCvmChcHostsChcHostSetDeployVirtualPrivateCloudList; get deviceType(): any; get disk(): any; get hardwareDescription(): any; get instanceName(): any; get instanceState(): any; get memory(): any; private _placement; get placement(): DataTencentcloudCvmChcHostsChcHostSetPlacementList; get serialNumber(): any; get tenantType(): any; } export declare class DataTencentcloudCvmChcHostsChcHostSetList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCvmChcHostsChcHostSetOutputReference; } export interface DataTencentcloudCvmChcHostsFilters { /** * Filter name. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#name DataTencentcloudCvmChcHosts#name} */ readonly name: string; /** * Filter values. * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#values DataTencentcloudCvmChcHosts#values} */ readonly values: string[]; } export declare function dataTencentcloudCvmChcHostsFiltersToTerraform(struct?: DataTencentcloudCvmChcHostsFilters | cdktf.IResolvable): any; export declare function dataTencentcloudCvmChcHostsFiltersToHclTerraform(struct?: DataTencentcloudCvmChcHostsFilters | cdktf.IResolvable): any; export declare class DataTencentcloudCvmChcHostsFiltersOutputReference extends cdktf.ComplexObject { private isEmptyObject; private resolvableValue?; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param complexObjectIndex the index of this item in the list * @param complexObjectIsFromSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, complexObjectIndex: number, complexObjectIsFromSet: boolean); get internalValue(): DataTencentcloudCvmChcHostsFilters | cdktf.IResolvable | undefined; set internalValue(value: DataTencentcloudCvmChcHostsFilters | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[]; } export declare class DataTencentcloudCvmChcHostsFiltersList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataTencentcloudCvmChcHostsFilters[] | cdktf.IResolvable; /** * @param terraformResource The parent resource * @param terraformAttribute The attribute on the parent resource this class is referencing * @param wrapsSet whether the list is wrapping a set (will add tolist() to be able to access an item via an index) */ constructor(terraformResource: cdktf.IInterpolatingParent, terraformAttribute: string, wrapsSet: boolean); /** * @param index the index of the item to return */ get(index: number): DataTencentcloudCvmChcHostsFiltersOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts tencentcloud_cvm_chc_hosts} */ export declare class DataTencentcloudCvmChcHosts extends cdktf.TerraformDataSource { static readonly tfResourceType = "tencentcloud_cvm_chc_hosts"; /** * Generates CDKTF code for importing a DataTencentcloudCvmChcHosts resource upon running "cdktf plan " * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataTencentcloudCvmChcHosts to import * @param importFromId The id of the existing DataTencentcloudCvmChcHosts that should be imported. Refer to the {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataTencentcloudCvmChcHosts to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): any; /** * Create a new {@link https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/1.82.49/docs/data-sources/cvm_chc_hosts tencentcloud_cvm_chc_hosts} Data Source * * @param scope The scope in which to define this construct * @param id The scoped construct ID. Must be unique amongst siblings in the same scope * @param options DataTencentcloudCvmChcHostsConfig = {} */ constructor(scope: Construct, id: string, config?: DataTencentcloudCvmChcHostsConfig); private _chcHostSet; get chcHostSet(): DataTencentcloudCvmChcHostsChcHostSetList; private _chcIds?; get chcIds(): string[]; set chcIds(value: string[]); resetChcIds(): void; get chcIdsInput(): string[]; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string; private _resultOutputFile?; get resultOutputFile(): string; set resultOutputFile(value: string); resetResultOutputFile(): void; get resultOutputFileInput(): string; private _filters; get filters(): DataTencentcloudCvmChcHostsFiltersList; putFilters(value: DataTencentcloudCvmChcHostsFilters[] | cdktf.IResolvable): void; resetFilters(): void; get filtersInput(): any; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }