UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

276 lines (275 loc) 15.1 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciCoreVolumeGroupsConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#availability_domain DataOciCoreVolumeGroups#availability_domain} */ readonly availabilityDomain?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#compartment_id DataOciCoreVolumeGroups#compartment_id} */ readonly compartmentId: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#display_name DataOciCoreVolumeGroups#display_name} */ readonly displayName?: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#id DataOciCoreVolumeGroups#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_volume_groups#state DataOciCoreVolumeGroups#state} */ readonly state?: string; /** * filter block * * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#filter DataOciCoreVolumeGroups#filter} */ readonly filter?: DataOciCoreVolumeGroupsFilter[] | cdktf.IResolvable; } export interface DataOciCoreVolumeGroupsVolumeGroupsSourceDetails { } export declare function dataOciCoreVolumeGroupsVolumeGroupsSourceDetailsToTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroupsSourceDetails): any; export declare function dataOciCoreVolumeGroupsVolumeGroupsSourceDetailsToHclTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroupsSourceDetails): any; export declare class DataOciCoreVolumeGroupsVolumeGroupsSourceDetailsOutputReference 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(): DataOciCoreVolumeGroupsVolumeGroupsSourceDetails | undefined; set internalValue(value: DataOciCoreVolumeGroupsVolumeGroupsSourceDetails | undefined); get type(): string; get volumeGroupBackupId(): string; get volumeGroupId(): string; get volumeGroupReplicaId(): string; get volumeIds(): string[]; } export declare class DataOciCoreVolumeGroupsVolumeGroupsSourceDetailsList 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): DataOciCoreVolumeGroupsVolumeGroupsSourceDetailsOutputReference; } export interface DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicas { } export declare function dataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasToTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicas): any; export declare function dataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasToHclTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicas): any; export declare class DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasOutputReference 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(): DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicas | undefined; set internalValue(value: DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicas | undefined); get availabilityDomain(): string; get displayName(): string; get volumeGroupReplicaId(): string; get xrrKmsKeyId(): string; } export declare class DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasList 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): DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasOutputReference; } export interface DataOciCoreVolumeGroupsVolumeGroups { } export declare function dataOciCoreVolumeGroupsVolumeGroupsToTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroups): any; export declare function dataOciCoreVolumeGroupsVolumeGroupsToHclTerraform(struct?: DataOciCoreVolumeGroupsVolumeGroups): any; export declare class DataOciCoreVolumeGroupsVolumeGroupsOutputReference 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(): DataOciCoreVolumeGroupsVolumeGroups | undefined; set internalValue(value: DataOciCoreVolumeGroupsVolumeGroups | undefined); get availabilityDomain(): string; get backupPolicyId(): string; 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 isHydrated(): cdktf.IResolvable; get preserveVolumeReplica(): cdktf.IResolvable; get sizeInGbs(): string; get sizeInMbs(): string; private _sourceDetails; get sourceDetails(): DataOciCoreVolumeGroupsVolumeGroupsSourceDetailsList; get state(): string; get timeCreated(): string; private _volumeGroupReplicas; get volumeGroupReplicas(): DataOciCoreVolumeGroupsVolumeGroupsVolumeGroupReplicasList; get volumeGroupReplicasDeletion(): cdktf.IResolvable; get volumeIds(): string[]; get xrcKmsKeyId(): string; } export declare class DataOciCoreVolumeGroupsVolumeGroupsList 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): DataOciCoreVolumeGroupsVolumeGroupsOutputReference; } export interface DataOciCoreVolumeGroupsFilter { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#name DataOciCoreVolumeGroups#name} */ readonly name: string; /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#regex DataOciCoreVolumeGroups#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_volume_groups#values DataOciCoreVolumeGroups#values} */ readonly values: string[]; } export declare function dataOciCoreVolumeGroupsFilterToTerraform(struct?: DataOciCoreVolumeGroupsFilter | cdktf.IResolvable): any; export declare function dataOciCoreVolumeGroupsFilterToHclTerraform(struct?: DataOciCoreVolumeGroupsFilter | cdktf.IResolvable): any; export declare class DataOciCoreVolumeGroupsFilterOutputReference 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(): DataOciCoreVolumeGroupsFilter | cdktf.IResolvable | undefined; set internalValue(value: DataOciCoreVolumeGroupsFilter | 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 DataOciCoreVolumeGroupsFilterList extends cdktf.ComplexList { protected terraformResource: cdktf.IInterpolatingParent; protected terraformAttribute: string; protected wrapsSet: boolean; internalValue?: DataOciCoreVolumeGroupsFilter[] | 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): DataOciCoreVolumeGroupsFilterOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups oci_core_volume_groups} */ export declare class DataOciCoreVolumeGroups extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_core_volume_groups"; /** * Generates CDKTF code for importing a DataOciCoreVolumeGroups 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 DataOciCoreVolumeGroups to import * @param importFromId The id of the existing DataOciCoreVolumeGroups that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/core_volume_groups#import import section} in the documentation of this resource for the id to use * @param provider? Optional instance of the provider where the DataOciCoreVolumeGroups 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_volume_groups oci_core_volume_groups} 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 DataOciCoreVolumeGroupsConfig */ constructor(scope: Construct, id: string, config: DataOciCoreVolumeGroupsConfig); private _availabilityDomain?; get availabilityDomain(): string; set availabilityDomain(value: string); resetAvailabilityDomain(): void; get availabilityDomainInput(): string | undefined; private _compartmentId?; get compartmentId(): string; set compartmentId(value: string); get compartmentIdInput(): string | undefined; private _displayName?; get displayName(): string; set displayName(value: string); resetDisplayName(): void; get displayNameInput(): string | undefined; private _id?; get id(): string; set id(value: string); resetId(): void; get idInput(): string | undefined; private _state?; get state(): string; set state(value: string); resetState(): void; get stateInput(): string | undefined; private _volumeGroups; get volumeGroups(): DataOciCoreVolumeGroupsVolumeGroupsList; private _filter; get filter(): DataOciCoreVolumeGroupsFilterList; putFilter(value: DataOciCoreVolumeGroupsFilter[] | cdktf.IResolvable): void; resetFilter(): void; get filterInput(): cdktf.IResolvable | DataOciCoreVolumeGroupsFilter[] | undefined; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }