UNPKG

@awlsring/cdktf-proxmox

Version:

A package that vends generated constructs from the Proxmox Terraform provider

1,144 lines (712 loc) 3.21 MB
# Terrafrom CDK Proxmox Provider This is a repo that builds default CDKTF bindings for the awlsring/proxmox provider. It is semi auto-generated from the providers schema using methods pulled from the HashiCorp [cdktf-provider-project](https://github.com/cdktf/cdktf-provider-project) This repo and the provider are still in development and should not be used in production. As this matures, additional custom constructs will be added to this to speed up the creation of VMs and other resources. ## Links * Provider Repo: https://github.com/awlsring/terraform-provider-proxmox * Provider Registry: https://registry.terraform.io/providers/awlsring/proxmox/latest * ConstructHub: https://constructs.dev/packages/@awlsring/cdktf-proxmox ## Available Packages This provider is built for the following languages: * Javascript/Typescript * Python * C# Details on how to find these packages are below and on [ConstructHub](https://constructs.dev/packages/@awlsring/cdktf-proxmox) ### NPM Javascript/Typescript package is available on NPM. The npm package is viewable at https://www.npmjs.com/package/@awlsring/cdktf-proxmox ```bash npm install @awlsring/cdktf-proxmox ``` ### PyPi Python package is available on PyPi. The pypi package is viewable at https://pypi.org/project/cdktf-proxmox/ ```bash pip install cdktf-proxmox ``` ### Nuget C# package is available on Nuget. The nuget package is viewable at https://www.nuget.org/packages/awlsring.CdktfProxmox/ ```bash dotnet add package awlsring.CdktfProxmox ``` # API Reference <a name="API Reference" id="api-reference"></a> ## Constructs <a name="Constructs" id="Constructs"></a> ### DataProxmoxLvms <a name="DataProxmoxLvms" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms"></a> Represents a {@link https://www.terraform.io/docs/providers/proxmox/d/lvms proxmox_lvms}. #### Initializers <a name="Initializers" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer"></a> ```typescript import { dataProxmoxLvms } from '@awlsring/cdktf-proxmox' new dataProxmoxLvms.DataProxmoxLvms(scope: Construct, id: string, config?: DataProxmoxLvmsConfig) ``` | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | The scope in which to define this construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.id">id</a></code> | <code>string</code> | The scoped construct ID. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.config">config</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsConfig</code> | *No description.* | --- ##### `scope`<sup>Required</sup> <a name="scope" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.scope"></a> - *Type:* constructs.Construct The scope in which to define this construct. --- ##### `id`<sup>Required</sup> <a name="id" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.id"></a> - *Type:* string The scoped construct ID. Must be unique amongst siblings in the same scope --- ##### `config`<sup>Optional</sup> <a name="config" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.Initializer.parameter.config"></a> - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsConfig --- #### Methods <a name="Methods" id="Methods"></a> | **Name** | **Description** | | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toString">toString</a></code> | Returns a string representation of this construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.addOverride">addOverride</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.overrideLogicalId">overrideLogicalId</a></code> | Overrides the auto-generated logical ID with a specific ID. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.resetOverrideLogicalId">resetOverrideLogicalId</a></code> | Resets a previously passed logical Id to use the auto-generated logical id again. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toMetadata">toMetadata</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toTerraform">toTerraform</a></code> | Adds this resource to the terraform JSON output. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getListAttribute">getListAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberAttribute">getNumberAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringAttribute">getStringAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.putFilters">putFilters</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.resetFilters">resetFilters</a></code> | *No description.* | --- ##### `toString` <a name="toString" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toString"></a> ```typescript public toString(): string ``` Returns a string representation of this construct. ##### `addOverride` <a name="addOverride" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.addOverride"></a> ```typescript public addOverride(path: string, value: any): void ``` ###### `path`<sup>Required</sup> <a name="path" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.addOverride.parameter.path"></a> - *Type:* string --- ###### `value`<sup>Required</sup> <a name="value" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.addOverride.parameter.value"></a> - *Type:* any --- ##### `overrideLogicalId` <a name="overrideLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.overrideLogicalId"></a> ```typescript public overrideLogicalId(newLogicalId: string): void ``` Overrides the auto-generated logical ID with a specific ID. ###### `newLogicalId`<sup>Required</sup> <a name="newLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.overrideLogicalId.parameter.newLogicalId"></a> - *Type:* string The new logical ID to use for this stack element. --- ##### `resetOverrideLogicalId` <a name="resetOverrideLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.resetOverrideLogicalId"></a> ```typescript public resetOverrideLogicalId(): void ``` Resets a previously passed logical Id to use the auto-generated logical id again. ##### `toMetadata` <a name="toMetadata" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toMetadata"></a> ```typescript public toMetadata(): any ``` ##### `toTerraform` <a name="toTerraform" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.toTerraform"></a> ```typescript public toTerraform(): any ``` Adds this resource to the terraform JSON output. ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getAnyMapAttribute"></a> ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getAnyMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanAttribute"></a> ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanMapAttribute"></a> ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getBooleanMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getListAttribute` <a name="getListAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getListAttribute"></a> ```typescript public getListAttribute(terraformAttribute: string): string[] ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getListAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberAttribute` <a name="getNumberAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberAttribute"></a> ```typescript public getNumberAttribute(terraformAttribute: string): number ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberListAttribute"></a> ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberListAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberMapAttribute"></a> ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getNumberMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getStringAttribute` <a name="getStringAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringAttribute"></a> ```typescript public getStringAttribute(terraformAttribute: string): string ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringMapAttribute"></a> ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.getStringMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.interpolationForAttribute"></a> ```typescript public interpolationForAttribute(terraformAttribute: string): IResolvable ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.interpolationForAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `putFilters` <a name="putFilters" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.putFilters"></a> ```typescript public putFilters(value: IResolvable | DataProxmoxLvmsFilters[]): void ``` ###### `value`<sup>Required</sup> <a name="value" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.putFilters.parameter.value"></a> - *Type:* cdktf.IResolvable | @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsFilters[] --- ##### `resetFilters` <a name="resetFilters" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.resetFilters"></a> ```typescript public resetFilters(): void ``` #### Static Functions <a name="Static Functions" id="Static Functions"></a> | **Name** | **Description** | | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformElement">isTerraformElement</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformDataSource">isTerraformDataSource</a></code> | *No description.* | --- ##### `isConstruct` <a name="isConstruct" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isConstruct"></a> ```typescript import { dataProxmoxLvms } from '@awlsring/cdktf-proxmox' dataProxmoxLvms.DataProxmoxLvms.isConstruct(x: any) ``` 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. ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isConstruct.parameter.x"></a> - *Type:* any Any object. --- ##### `isTerraformElement` <a name="isTerraformElement" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformElement"></a> ```typescript import { dataProxmoxLvms } from '@awlsring/cdktf-proxmox' dataProxmoxLvms.DataProxmoxLvms.isTerraformElement(x: any) ``` ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformElement.parameter.x"></a> - *Type:* any --- ##### `isTerraformDataSource` <a name="isTerraformDataSource" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformDataSource"></a> ```typescript import { dataProxmoxLvms } from '@awlsring/cdktf-proxmox' dataProxmoxLvms.DataProxmoxLvms.isTerraformDataSource(x: any) ``` ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.isTerraformDataSource.parameter.x"></a> - *Type:* any --- #### Properties <a name="Properties" id="Properties"></a> | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.cdktfStack">cdktfStack</a></code> | <code>cdktf.TerraformStack</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.fqn">fqn</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.friendlyUniqueId">friendlyUniqueId</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformMetaArguments">terraformMetaArguments</a></code> | <code>{[ key: string ]: any}</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformResourceType">terraformResourceType</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformGeneratorMetadata">terraformGeneratorMetadata</a></code> | <code>cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.count">count</a></code> | <code>number</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.dependsOn">dependsOn</a></code> | <code>string[]</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.forEach">forEach</a></code> | <code>cdktf.ITerraformIterator</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.provider">provider</a></code> | <code>cdktf.TerraformProvider</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.filters">filters</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsFiltersList</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.lvms">lvms</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsLvmsList</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.filtersInput">filtersInput</a></code> | <code>cdktf.IResolvable \| @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsFilters[]</code> | *No description.* | --- ##### `node`<sup>Required</sup> <a name="node" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.node"></a> ```typescript public readonly node: Node; ``` - *Type:* constructs.Node The tree node. --- ##### `cdktfStack`<sup>Required</sup> <a name="cdktfStack" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.cdktfStack"></a> ```typescript public readonly cdktfStack: TerraformStack; ``` - *Type:* cdktf.TerraformStack --- ##### `fqn`<sup>Required</sup> <a name="fqn" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.fqn"></a> ```typescript public readonly fqn: string; ``` - *Type:* string --- ##### `friendlyUniqueId`<sup>Required</sup> <a name="friendlyUniqueId" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.friendlyUniqueId"></a> ```typescript public readonly friendlyUniqueId: string; ``` - *Type:* string --- ##### `terraformMetaArguments`<sup>Required</sup> <a name="terraformMetaArguments" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformMetaArguments"></a> ```typescript public readonly terraformMetaArguments: {[ key: string ]: any}; ``` - *Type:* {[ key: string ]: any} --- ##### `terraformResourceType`<sup>Required</sup> <a name="terraformResourceType" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformResourceType"></a> ```typescript public readonly terraformResourceType: string; ``` - *Type:* string --- ##### `terraformGeneratorMetadata`<sup>Optional</sup> <a name="terraformGeneratorMetadata" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.terraformGeneratorMetadata"></a> ```typescript public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; ``` - *Type:* cdktf.TerraformProviderGeneratorMetadata --- ##### `count`<sup>Optional</sup> <a name="count" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.count"></a> ```typescript public readonly count: number; ``` - *Type:* number --- ##### `dependsOn`<sup>Optional</sup> <a name="dependsOn" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.dependsOn"></a> ```typescript public readonly dependsOn: string[]; ``` - *Type:* string[] --- ##### `forEach`<sup>Optional</sup> <a name="forEach" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.forEach"></a> ```typescript public readonly forEach: ITerraformIterator; ``` - *Type:* cdktf.ITerraformIterator --- ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.lifecycle"></a> ```typescript public readonly lifecycle: TerraformResourceLifecycle; ``` - *Type:* cdktf.TerraformResourceLifecycle --- ##### `provider`<sup>Optional</sup> <a name="provider" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.provider"></a> ```typescript public readonly provider: TerraformProvider; ``` - *Type:* cdktf.TerraformProvider --- ##### `filters`<sup>Required</sup> <a name="filters" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.filters"></a> ```typescript public readonly filters: DataProxmoxLvmsFiltersList; ``` - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsFiltersList --- ##### `lvms`<sup>Required</sup> <a name="lvms" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.lvms"></a> ```typescript public readonly lvms: DataProxmoxLvmsLvmsList; ``` - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsLvmsList --- ##### `filtersInput`<sup>Optional</sup> <a name="filtersInput" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.filtersInput"></a> ```typescript public readonly filtersInput: IResolvable | DataProxmoxLvmsFilters[]; ``` - *Type:* cdktf.IResolvable | @awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvmsFilters[] --- #### Constants <a name="Constants" id="Constants"></a> | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.tfResourceType">tfResourceType</a></code> | <code>string</code> | *No description.* | --- ##### `tfResourceType`<sup>Required</sup> <a name="tfResourceType" id="@awlsring/cdktf-proxmox.dataProxmoxLvms.DataProxmoxLvms.property.tfResourceType"></a> ```typescript public readonly tfResourceType: string; ``` - *Type:* string --- ### DataProxmoxLvmStorageClasses <a name="DataProxmoxLvmStorageClasses" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses"></a> Represents a {@link https://www.terraform.io/docs/providers/proxmox/d/lvm_storage_classes proxmox_lvm_storage_classes}. #### Initializers <a name="Initializers" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer"></a> ```typescript import { dataProxmoxLvmStorageClasses } from '@awlsring/cdktf-proxmox' new dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses(scope: Construct, id: string, config?: DataProxmoxLvmStorageClassesConfig) ``` | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | The scope in which to define this construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.id">id</a></code> | <code>string</code> | The scoped construct ID. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.config">config</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesConfig</code> | *No description.* | --- ##### `scope`<sup>Required</sup> <a name="scope" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.scope"></a> - *Type:* constructs.Construct The scope in which to define this construct. --- ##### `id`<sup>Required</sup> <a name="id" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.id"></a> - *Type:* string The scoped construct ID. Must be unique amongst siblings in the same scope --- ##### `config`<sup>Optional</sup> <a name="config" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.Initializer.parameter.config"></a> - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesConfig --- #### Methods <a name="Methods" id="Methods"></a> | **Name** | **Description** | | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toString">toString</a></code> | Returns a string representation of this construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.addOverride">addOverride</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.overrideLogicalId">overrideLogicalId</a></code> | Overrides the auto-generated logical ID with a specific ID. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.resetOverrideLogicalId">resetOverrideLogicalId</a></code> | Resets a previously passed logical Id to use the auto-generated logical id again. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toMetadata">toMetadata</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toTerraform">toTerraform</a></code> | Adds this resource to the terraform JSON output. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getAnyMapAttribute">getAnyMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanAttribute">getBooleanAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanMapAttribute">getBooleanMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getListAttribute">getListAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberAttribute">getNumberAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberListAttribute">getNumberListAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberMapAttribute">getNumberMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringAttribute">getStringAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringMapAttribute">getStringMapAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.interpolationForAttribute">interpolationForAttribute</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.putFilters">putFilters</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.resetFilters">resetFilters</a></code> | *No description.* | --- ##### `toString` <a name="toString" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toString"></a> ```typescript public toString(): string ``` Returns a string representation of this construct. ##### `addOverride` <a name="addOverride" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.addOverride"></a> ```typescript public addOverride(path: string, value: any): void ``` ###### `path`<sup>Required</sup> <a name="path" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.addOverride.parameter.path"></a> - *Type:* string --- ###### `value`<sup>Required</sup> <a name="value" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.addOverride.parameter.value"></a> - *Type:* any --- ##### `overrideLogicalId` <a name="overrideLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.overrideLogicalId"></a> ```typescript public overrideLogicalId(newLogicalId: string): void ``` Overrides the auto-generated logical ID with a specific ID. ###### `newLogicalId`<sup>Required</sup> <a name="newLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.overrideLogicalId.parameter.newLogicalId"></a> - *Type:* string The new logical ID to use for this stack element. --- ##### `resetOverrideLogicalId` <a name="resetOverrideLogicalId" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.resetOverrideLogicalId"></a> ```typescript public resetOverrideLogicalId(): void ``` Resets a previously passed logical Id to use the auto-generated logical id again. ##### `toMetadata` <a name="toMetadata" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toMetadata"></a> ```typescript public toMetadata(): any ``` ##### `toTerraform` <a name="toTerraform" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.toTerraform"></a> ```typescript public toTerraform(): any ``` Adds this resource to the terraform JSON output. ##### `getAnyMapAttribute` <a name="getAnyMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getAnyMapAttribute"></a> ```typescript public getAnyMapAttribute(terraformAttribute: string): {[ key: string ]: any} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getAnyMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getBooleanAttribute` <a name="getBooleanAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanAttribute"></a> ```typescript public getBooleanAttribute(terraformAttribute: string): IResolvable ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getBooleanMapAttribute` <a name="getBooleanMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanMapAttribute"></a> ```typescript public getBooleanMapAttribute(terraformAttribute: string): {[ key: string ]: boolean} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getBooleanMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getListAttribute` <a name="getListAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getListAttribute"></a> ```typescript public getListAttribute(terraformAttribute: string): string[] ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getListAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberAttribute` <a name="getNumberAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberAttribute"></a> ```typescript public getNumberAttribute(terraformAttribute: string): number ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberListAttribute` <a name="getNumberListAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberListAttribute"></a> ```typescript public getNumberListAttribute(terraformAttribute: string): number[] ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberListAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getNumberMapAttribute` <a name="getNumberMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberMapAttribute"></a> ```typescript public getNumberMapAttribute(terraformAttribute: string): {[ key: string ]: number} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getNumberMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getStringAttribute` <a name="getStringAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringAttribute"></a> ```typescript public getStringAttribute(terraformAttribute: string): string ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `getStringMapAttribute` <a name="getStringMapAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringMapAttribute"></a> ```typescript public getStringMapAttribute(terraformAttribute: string): {[ key: string ]: string} ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.getStringMapAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `interpolationForAttribute` <a name="interpolationForAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.interpolationForAttribute"></a> ```typescript public interpolationForAttribute(terraformAttribute: string): IResolvable ``` ###### `terraformAttribute`<sup>Required</sup> <a name="terraformAttribute" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.interpolationForAttribute.parameter.terraformAttribute"></a> - *Type:* string --- ##### `putFilters` <a name="putFilters" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.putFilters"></a> ```typescript public putFilters(value: IResolvable | DataProxmoxLvmStorageClassesFilters[]): void ``` ###### `value`<sup>Required</sup> <a name="value" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.putFilters.parameter.value"></a> - *Type:* cdktf.IResolvable | @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesFilters[] --- ##### `resetFilters` <a name="resetFilters" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.resetFilters"></a> ```typescript public resetFilters(): void ``` #### Static Functions <a name="Static Functions" id="Static Functions"></a> | **Name** | **Description** | | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isConstruct">isConstruct</a></code> | Checks if `x` is a construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformElement">isTerraformElement</a></code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformDataSource">isTerraformDataSource</a></code> | *No description.* | --- ##### `isConstruct` <a name="isConstruct" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isConstruct"></a> ```typescript import { dataProxmoxLvmStorageClasses } from '@awlsring/cdktf-proxmox' dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isConstruct(x: any) ``` 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. ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isConstruct.parameter.x"></a> - *Type:* any Any object. --- ##### `isTerraformElement` <a name="isTerraformElement" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformElement"></a> ```typescript import { dataProxmoxLvmStorageClasses } from '@awlsring/cdktf-proxmox' dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformElement(x: any) ``` ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformElement.parameter.x"></a> - *Type:* any --- ##### `isTerraformDataSource` <a name="isTerraformDataSource" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformDataSource"></a> ```typescript import { dataProxmoxLvmStorageClasses } from '@awlsring/cdktf-proxmox' dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformDataSource(x: any) ``` ###### `x`<sup>Required</sup> <a name="x" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.isTerraformDataSource.parameter.x"></a> - *Type:* any --- #### Properties <a name="Properties" id="Properties"></a> | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.node">node</a></code> | <code>constructs.Node</code> | The tree node. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.cdktfStack">cdktfStack</a></code> | <code>cdktf.TerraformStack</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.fqn">fqn</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.friendlyUniqueId">friendlyUniqueId</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformMetaArguments">terraformMetaArguments</a></code> | <code>{[ key: string ]: any}</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformResourceType">terraformResourceType</a></code> | <code>string</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformGeneratorMetadata">terraformGeneratorMetadata</a></code> | <code>cdktf.TerraformProviderGeneratorMetadata</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.count">count</a></code> | <code>number</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.dependsOn">dependsOn</a></code> | <code>string[]</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.forEach">forEach</a></code> | <code>cdktf.ITerraformIterator</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.lifecycle">lifecycle</a></code> | <code>cdktf.TerraformResourceLifecycle</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.provider">provider</a></code> | <code>cdktf.TerraformProvider</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.filters">filters</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesFiltersList</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.lvmStorageClasses">lvmStorageClasses</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesLvmStorageClassesList</code> | *No description.* | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.filtersInput">filtersInput</a></code> | <code>cdktf.IResolvable \| @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesFilters[]</code> | *No description.* | --- ##### `node`<sup>Required</sup> <a name="node" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.node"></a> ```typescript public readonly node: Node; ``` - *Type:* constructs.Node The tree node. --- ##### `cdktfStack`<sup>Required</sup> <a name="cdktfStack" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.cdktfStack"></a> ```typescript public readonly cdktfStack: TerraformStack; ``` - *Type:* cdktf.TerraformStack --- ##### `fqn`<sup>Required</sup> <a name="fqn" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.fqn"></a> ```typescript public readonly fqn: string; ``` - *Type:* string --- ##### `friendlyUniqueId`<sup>Required</sup> <a name="friendlyUniqueId" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.friendlyUniqueId"></a> ```typescript public readonly friendlyUniqueId: string; ``` - *Type:* string --- ##### `terraformMetaArguments`<sup>Required</sup> <a name="terraformMetaArguments" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformMetaArguments"></a> ```typescript public readonly terraformMetaArguments: {[ key: string ]: any}; ``` - *Type:* {[ key: string ]: any} --- ##### `terraformResourceType`<sup>Required</sup> <a name="terraformResourceType" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformResourceType"></a> ```typescript public readonly terraformResourceType: string; ``` - *Type:* string --- ##### `terraformGeneratorMetadata`<sup>Optional</sup> <a name="terraformGeneratorMetadata" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.terraformGeneratorMetadata"></a> ```typescript public readonly terraformGeneratorMetadata: TerraformProviderGeneratorMetadata; ``` - *Type:* cdktf.TerraformProviderGeneratorMetadata --- ##### `count`<sup>Optional</sup> <a name="count" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.count"></a> ```typescript public readonly count: number; ``` - *Type:* number --- ##### `dependsOn`<sup>Optional</sup> <a name="dependsOn" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.dependsOn"></a> ```typescript public readonly dependsOn: string[]; ``` - *Type:* string[] --- ##### `forEach`<sup>Optional</sup> <a name="forEach" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.forEach"></a> ```typescript public readonly forEach: ITerraformIterator; ``` - *Type:* cdktf.ITerraformIterator --- ##### `lifecycle`<sup>Optional</sup> <a name="lifecycle" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.lifecycle"></a> ```typescript public readonly lifecycle: TerraformResourceLifecycle; ``` - *Type:* cdktf.TerraformResourceLifecycle --- ##### `provider`<sup>Optional</sup> <a name="provider" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.provider"></a> ```typescript public readonly provider: TerraformProvider; ``` - *Type:* cdktf.TerraformProvider --- ##### `filters`<sup>Required</sup> <a name="filters" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.filters"></a> ```typescript public readonly filters: DataProxmoxLvmStorageClassesFiltersList; ``` - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesFiltersList --- ##### `lvmStorageClasses`<sup>Required</sup> <a name="lvmStorageClasses" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.lvmStorageClasses"></a> ```typescript public readonly lvmStorageClasses: DataProxmoxLvmStorageClassesLvmStorageClassesList; ``` - *Type:* @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesLvmStorageClassesList --- ##### `filtersInput`<sup>Optional</sup> <a name="filtersInput" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.filtersInput"></a> ```typescript public readonly filtersInput: IResolvable | DataProxmoxLvmStorageClassesFilters[]; ``` - *Type:* cdktf.IResolvable | @awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClassesFilters[] --- #### Constants <a name="Constants" id="Constants"></a> | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.tfResourceType">tfResourceType</a></code> | <code>string</code> | *No description.* | --- ##### `tfResourceType`<sup>Required</sup> <a name="tfResourceType" id="@awlsring/cdktf-proxmox.dataProxmoxLvmStorageClasses.DataProxmoxLvmStorageClasses.property.tfResourceType"></a> ```typescript public readonly tfResourceType: string; ``` - *Type:* string --- ### DataProxmoxLvmThinpools <a name="DataProxmoxLvmThinpools" id="@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpools"></a> Represents a {@link https://www.terraform.io/docs/providers/proxmox/d/lvm_thinpools proxmox_lvm_thinpools}. #### Initializers <a name="Initializers" id="@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpools.Initializer"></a> ```typescript import { dataProxmoxLvmThinpools } from '@awlsring/cdktf-proxmox' new dataProxmoxLvmThinpools.DataProxmoxLvmThinpools(scope: Construct, id: string, config?: DataProxmoxLvmThinpoolsConfig) ``` | **Name** | **Type** | **Description** | | --- | --- | --- | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpools.Initializer.parameter.scope">scope</a></code> | <code>constructs.Construct</code> | The scope in which to define this construct. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpools.Initializer.parameter.id">id</a></code> | <code>string</code> | The scoped construct ID. | | <code><a href="#@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpools.Initializer.parameter.config">config</a></code> | <code>@awlsring/cdktf-proxmox.dataProxmoxLvmThinpools.DataProxmoxLvmThinpoolsConfig</code> | *No description.* | --- ##### `scope`<sup>Required</sup> <a name="scope" id="@awlsring/cdktf-pro