import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseExadataInfrastructureConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure#exadata_infrastructure_id DataOciDatabaseExadataInfrastructure#exadata_infrastructure_id}
    */
    readonly exadataInfrastructureId: string;
}
export interface DataOciDatabaseExadataInfrastructureContacts {
}
export declare function dataOciDatabaseExadataInfrastructureContactsToTerraform(struct?: DataOciDatabaseExadataInfrastructureContacts): any;
export declare function dataOciDatabaseExadataInfrastructureContactsToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureContacts): any;
export declare class DataOciDatabaseExadataInfrastructureContactsOutputReference 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(): DataOciDatabaseExadataInfrastructureContacts | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureContacts | undefined);
    get email(): string;
    get isContactMosValidated(): cdktf.IResolvable;
    get isPrimary(): cdktf.IResolvable;
    get name(): string;
    get phoneNumber(): string;
}
export declare class DataOciDatabaseExadataInfrastructureContactsList 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): DataOciDatabaseExadataInfrastructureContactsOutputReference;
}
export interface DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurations {
}
export declare function dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToTerraform(struct?: DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurations): any;
export declare function dataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurations): any;
export declare class DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference 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(): DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurations | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurations | undefined);
    get isBackupPartition(): cdktf.IResolvable;
    get isResizable(): cdktf.IResolvable;
    get minSizeGb(): number;
    get mountPoint(): string;
}
export declare class DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList 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): DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsOutputReference;
}
export interface DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeek {
}
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeek): any;
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference 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(): DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeek | undefined);
    get name(): string;
}
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList 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): DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekOutputReference;
}
export interface DataOciDatabaseExadataInfrastructureMaintenanceWindowMonths {
}
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindowMonths): any;
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindowMonths): any;
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference 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(): DataOciDatabaseExadataInfrastructureMaintenanceWindowMonths | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureMaintenanceWindowMonths | undefined);
    get name(): string;
}
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList 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): DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsOutputReference;
}
export interface DataOciDatabaseExadataInfrastructureMaintenanceWindow {
}
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowToTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindow): any;
export declare function dataOciDatabaseExadataInfrastructureMaintenanceWindowToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureMaintenanceWindow): any;
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference 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(): DataOciDatabaseExadataInfrastructureMaintenanceWindow | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureMaintenanceWindow | undefined);
    get customActionTimeoutInMins(): number;
    private _daysOfWeek;
    get daysOfWeek(): DataOciDatabaseExadataInfrastructureMaintenanceWindowDaysOfWeekList;
    get hoursOfDay(): number[];
    get isCustomActionTimeoutEnabled(): cdktf.IResolvable;
    get isMonthlyPatchingEnabled(): cdktf.IResolvable;
    get leadTimeInWeeks(): number;
    private _months;
    get months(): DataOciDatabaseExadataInfrastructureMaintenanceWindowMonthsList;
    get patchingMode(): string;
    get preference(): string;
    private _skipRu;
    get skipRu(): cdktf.BooleanList;
    get weeksOfMonth(): number[];
}
export declare class DataOciDatabaseExadataInfrastructureMaintenanceWindowList 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): DataOciDatabaseExadataInfrastructureMaintenanceWindowOutputReference;
}
export interface DataOciDatabaseExadataInfrastructureNetworkBondingModeDetails {
}
export declare function dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToTerraform(struct?: DataOciDatabaseExadataInfrastructureNetworkBondingModeDetails): any;
export declare function dataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsToHclTerraform(struct?: DataOciDatabaseExadataInfrastructureNetworkBondingModeDetails): any;
export declare class DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference 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(): DataOciDatabaseExadataInfrastructureNetworkBondingModeDetails | undefined;
    set internalValue(value: DataOciDatabaseExadataInfrastructureNetworkBondingModeDetails | undefined);
    get backupNetworkBondingMode(): string;
    get clientNetworkBondingMode(): string;
    get drNetworkBondingMode(): string;
}
export declare class DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList 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): DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure oci_database_exadata_infrastructure}
*/
export declare class DataOciDatabaseExadataInfrastructure extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_database_exadata_infrastructure";
    /**
    * Generates CDKTF code for importing a DataOciDatabaseExadataInfrastructure 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 DataOciDatabaseExadataInfrastructure to import
    * @param importFromId The id of the existing DataOciDatabaseExadataInfrastructure that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_exadata_infrastructure#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDatabaseExadataInfrastructure 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/database_exadata_infrastructure oci_database_exadata_infrastructure} 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 DataOciDatabaseExadataInfrastructureConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDatabaseExadataInfrastructureConfig);
    get activatedStorageCount(): number;
    get activationFile(): string;
    get additionalComputeCount(): number;
    get additionalComputeSystemModel(): string;
    get additionalStorageCount(): number;
    get adminNetworkCidr(): string;
    get availabilityDomain(): string;
    get cloudControlPlaneServer1(): string;
    get cloudControlPlaneServer2(): string;
    get compartmentId(): string;
    get computeCount(): number;
    private _contacts;
    get contacts(): DataOciDatabaseExadataInfrastructureContactsList;
    get corporateProxy(): string;
    get cpusEnabled(): number;
    get createAsync(): cdktf.IResolvable;
    get csiNumber(): string;
    get dataStorageSizeInTbs(): number;
    get dbNodeStorageSizeInGbs(): number;
    get dbServerVersion(): string;
    private _definedFileSystemConfigurations;
    get definedFileSystemConfigurations(): DataOciDatabaseExadataInfrastructureDefinedFileSystemConfigurationsList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    get dnsServer(): string[];
    private _exadataInfrastructureId?;
    get exadataInfrastructureId(): string;
    set exadataInfrastructureId(value: string);
    get exadataInfrastructureIdInput(): string | undefined;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get gateway(): string;
    get id(): string;
    get infiniBandNetworkCidr(): string;
    get isCpsOfflineReportEnabled(): cdktf.IResolvable;
    get isMultiRackDeployment(): cdktf.IResolvable;
    get lifecycleDetails(): string;
    get maintenanceSloStatus(): string;
    private _maintenanceWindow;
    get maintenanceWindow(): DataOciDatabaseExadataInfrastructureMaintenanceWindowList;
    get maxCpuCount(): number;
    get maxDataStorageInTbs(): number;
    get maxDbNodeStorageInGbs(): number;
    get maxMemoryInGbs(): number;
    get memorySizeInGbs(): number;
    get monthlyDbServerVersion(): string;
    get multiRackConfigurationFile(): string;
    get netmask(): string;
    private _networkBondingModeDetails;
    get networkBondingModeDetails(): DataOciDatabaseExadataInfrastructureNetworkBondingModeDetailsList;
    get ntpServer(): string[];
    get rackSerialNumber(): string;
    get shape(): string;
    get state(): string;
    get storageCount(): number;
    get storageServerVersion(): string;
    get timeCreated(): string;
    get timeZone(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
