UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

310 lines (309 loc) 17 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCoreBootVolumesConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#availability_domain DataOciCoreBootVolumes#availability_domain} */ readonly availabilityDomain?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#compartment_id DataOciCoreBootVolumes#compartment_id} */ readonly compartmentId?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#id DataOciCoreBootVolumes#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; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#volume_group_id DataOciCoreBootVolumes#volume_group_id} */ readonly volumeGroupId?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#filter DataOciCoreBootVolumes#filter} */ readonly filter?: DataOciCoreBootVolumesFilter[] | cdktf.IResolvable; } export interface DataOciCoreBootVolumesBootVolumesAutotunePolicies { } export declare function dataOciCoreBootVolumesBootVolumesAutotunePoliciesToTerraform(struct?: DataOciCoreBootVolumesBootVolumesAutotunePolicies): any; export declare function dataOciCoreBootVolumesBootVolumesAutotunePoliciesToHclTerraform(struct?: DataOciCoreBootVolumesBootVolumesAutotunePolicies): any; export declare class DataOciCoreBootVolumesBootVolumesAutotunePoliciesOutputReference 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(): DataOciCoreBootVolumesBootVolumesAutotunePolicies | undefined; set internalValue(value: DataOciCoreBootVolumesBootVolumesAutotunePolicies | undefined); get autotuneType(): string; get maxVpusPerGb(): string; } export declare class DataOciCoreBootVolumesBootVolumesAutotunePoliciesList 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): DataOciCoreBootVolumesBootVolumesAutotunePoliciesOutputReference; } export interface DataOciCoreBootVolumesBootVolumesBootVolumeReplicas { } export declare function dataOciCoreBootVolumesBootVolumesBootVolumeReplicasToTerraform(struct?: DataOciCoreBootVolumesBootVolumesBootVolumeReplicas): any; export declare function dataOciCoreBootVolumesBootVolumesBootVolumeReplicasToHclTerraform(struct?: DataOciCoreBootVolumesBootVolumesBootVolumeReplicas): any; export declare class DataOciCoreBootVolumesBootVolumesBootVolumeReplicasOutputReference 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(): DataOciCoreBootVolumesBootVolumesBootVolumeReplicas | undefined; set internalValue(value: DataOciCoreBootVolumesBootVolumesBootVolumeReplicas | undefined); get availabilityDomain(): string; get bootVolumeReplicaId(): string; get displayName(): string; get kmsKeyId(): string; get xrrKmsKeyId(): string; } export declare class DataOciCoreBootVolumesBootVolumesBootVolumeReplicasList 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): DataOciCoreBootVolumesBootVolumesBootVolumeReplicasOutputReference; } export interface DataOciCoreBootVolumesBootVolumesSourceDetails { } export declare function dataOciCoreBootVolumesBootVolumesSourceDetailsToTerraform(struct?: DataOciCoreBootVolumesBootVolumesSourceDetails): any; export declare function dataOciCoreBootVolumesBootVolumesSourceDetailsToHclTerraform(struct?: DataOciCoreBootVolumesBootVolumesSourceDetails): any; export declare class DataOciCoreBootVolumesBootVolumesSourceDetailsOutputReference 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(): DataOciCoreBootVolumesBootVolumesSourceDetails | undefined; set internalValue(value: DataOciCoreBootVolumesBootVolumesSourceDetails | undefined); get changeBlockSizeInBytes(): string; get firstBackupId(): string; get id(): string; get secondBackupId(): string; get type(): string; } export declare class DataOciCoreBootVolumesBootVolumesSourceDetailsList 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): DataOciCoreBootVolumesBootVolumesSourceDetailsOutputReference; } export interface DataOciCoreBootVolumesBootVolumes { } export declare function dataOciCoreBootVolumesBootVolumesToTerraform(struct?: DataOciCoreBootVolumesBootVolumes): any; export declare function dataOciCoreBootVolumesBootVolumesToHclTerraform(struct?: DataOciCoreBootVolumesBootVolumes): any; export declare class DataOciCoreBootVolumesBootVolumesOutputReference 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(): DataOciCoreBootVolumesBootVolumes | undefined; set internalValue(value: DataOciCoreBootVolumesBootVolumes | undefined); get autoTunedVpusPerGb(): string; private _autotunePolicies; get autotunePolicies(): DataOciCoreBootVolumesBootVolumesAutotunePoliciesList; get availabilityDomain(): string; get backupPolicyId(): string; private _bootVolumeReplicas; get bootVolumeReplicas(): DataOciCoreBootVolumesBootVolumesBootVolumeReplicasList; get bootVolumeReplicasDeletion(): cdktf.IResolvable; get clusterPlacementGroupId(): string; get compartmentId(): string; private _definedTags; get definedTags(): cdktf.StringMap; get displayName(): string; private _freeformTags; get freeformTags(): cdktf.StringMap; get id(): string; get imageId(): string; get isAutoTuneEnabled(): cdktf.IResolvable; get isHydrated(): cdktf.IResolvable; get kmsKeyId(): string; get sizeInGbs(): string; get sizeInMbs(): string; private _sourceDetails; get sourceDetails(): DataOciCoreBootVolumesBootVolumesSourceDetailsList; get state(): string; private _systemTags; get systemTags(): cdktf.StringMap; get timeCreated(): string; get volumeGroupId(): string; get vpusPerGb(): string; get xrcKmsKeyId(): string; } export declare class DataOciCoreBootVolumesBootVolumesList 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): DataOciCoreBootVolumesBootVolumesOutputReference; } export interface DataOciCoreBootVolumesFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#name DataOciCoreBootVolumes#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#regex DataOciCoreBootVolumes#regex} */ readonly regex?: boolean | cdktf.IResolvable; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#values DataOciCoreBootVolumes#values} */ readonly values: string[]; } export declare function dataOciCoreBootVolumesFilterToTerraform(struct?: DataOciCoreBootVolumesFilter | cdktf.IResolvable): any; export declare function dataOciCoreBootVolumesFilterToHclTerraform(struct?: DataOciCoreBootVolumesFilter | cdktf.IResolvable): any; export declare class DataOciCoreBootVolumesFilterOutputReference 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(): DataOciCoreBootVolumesFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciCoreBootVolumesFilter | cdktf.IResolvable | undefined); private _name?; get name(): string; set name(value: string); get nameInput(): string | undefined; private _regex?; get regex(): boolean | cdktf.IResolvable; set regex(value: boolean | cdktf.IResolvable); resetRegex(): void; get regexInput(): boolean | cdktf.IResolvable | undefined; private _values?; get values(): string[]; set values(value: string[]); get valuesInput(): string[] | undefined; } export declare class DataOciCoreBootVolumesFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciCoreBootVolumesFilter[] | 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): DataOciCoreBootVolumesFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes oci_core_boot_volumes} */ export declare class DataOciCoreBootVolumes extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_core_boot_volumes"; /** * Generates CDKTF code for importing a DataOciCoreBootVolumes resource upon running "cdktf plan <stack-name>" * @param scope The scope in which to define this construct * @param importToId The construct id used in the generated config for the DataOciCoreBootVolumes to import * @param importFromId The id of the existing DataOciCoreBootVolumes that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCoreBootVolumes to import is found */ static generateConfigForImport(scope: Construct, importToId: string, importFromId: string, provider?: cdktf.TerraformProvider): cdktf.ImportableResource; /** * Create a new {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_boot_volumes oci_core_boot_volumes} 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 DataOciCoreBootVolumesConfig = {} */ constructor(scope: Construct, id: string, config?: DataOciCoreBootVolumesConfig); private _availabilityDomain?; get availabilityDomain(): string; set availabilityDomain(value: string); resetAvailabilityDomain(): void; get availabilityDomainInput(): string | undefined; private _bootVolumes; get bootVolumes(): DataOciCoreBootVolumesBootVolumesList; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); resetCompartmentId(): void; get compartmentIdInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _volumeGroupId?; get volumeGroupId(): string; set volumeGroupId(value: string); resetVolumeGroupId(): void; get volumeGroupIdInput(): string | undefined; private _filter; get filter(): DataOciCoreBootVolumesFilterList; putFilter(value: DataOciCoreBootVolumesFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciCoreBootVolumesFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }