import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseVmClusterNetworkConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster_network#exadata_infrastructure_id DataOciDatabaseVmClusterNetwork#exadata_infrastructure_id}
    */
    readonly exadataInfrastructureId: string;
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster_network#vm_cluster_network_id DataOciDatabaseVmClusterNetwork#vm_cluster_network_id}
    */
    readonly vmClusterNetworkId: string;
}
export interface DataOciDatabaseVmClusterNetworkDrScans {
}
export declare function dataOciDatabaseVmClusterNetworkDrScansToTerraform(struct?: DataOciDatabaseVmClusterNetworkDrScans): any;
export declare function dataOciDatabaseVmClusterNetworkDrScansToHclTerraform(struct?: DataOciDatabaseVmClusterNetworkDrScans): any;
export declare class DataOciDatabaseVmClusterNetworkDrScansOutputReference 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(): DataOciDatabaseVmClusterNetworkDrScans | undefined;
    set internalValue(value: DataOciDatabaseVmClusterNetworkDrScans | undefined);
    get hostname(): string;
    get ips(): string[];
    get scanListenerPortTcp(): number;
}
export declare class DataOciDatabaseVmClusterNetworkDrScansList 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): DataOciDatabaseVmClusterNetworkDrScansOutputReference;
}
export interface DataOciDatabaseVmClusterNetworkScans {
}
export declare function dataOciDatabaseVmClusterNetworkScansToTerraform(struct?: DataOciDatabaseVmClusterNetworkScans): any;
export declare function dataOciDatabaseVmClusterNetworkScansToHclTerraform(struct?: DataOciDatabaseVmClusterNetworkScans): any;
export declare class DataOciDatabaseVmClusterNetworkScansOutputReference 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(): DataOciDatabaseVmClusterNetworkScans | undefined;
    set internalValue(value: DataOciDatabaseVmClusterNetworkScans | undefined);
    get hostname(): string;
    get ips(): string[];
    get port(): number;
    get scanListenerPortTcp(): number;
    get scanListenerPortTcpSsl(): number;
}
export declare class DataOciDatabaseVmClusterNetworkScansList 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): DataOciDatabaseVmClusterNetworkScansOutputReference;
}
export interface DataOciDatabaseVmClusterNetworkVmNetworksNodes {
}
export declare function dataOciDatabaseVmClusterNetworkVmNetworksNodesToTerraform(struct?: DataOciDatabaseVmClusterNetworkVmNetworksNodes): any;
export declare function dataOciDatabaseVmClusterNetworkVmNetworksNodesToHclTerraform(struct?: DataOciDatabaseVmClusterNetworkVmNetworksNodes): any;
export declare class DataOciDatabaseVmClusterNetworkVmNetworksNodesOutputReference 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(): DataOciDatabaseVmClusterNetworkVmNetworksNodes | undefined;
    set internalValue(value: DataOciDatabaseVmClusterNetworkVmNetworksNodes | undefined);
    get dbServerId(): string;
    get hostname(): string;
    get ip(): string;
    get state(): string;
    get vip(): string;
    get vipHostname(): string;
}
export declare class DataOciDatabaseVmClusterNetworkVmNetworksNodesList 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): DataOciDatabaseVmClusterNetworkVmNetworksNodesOutputReference;
}
export interface DataOciDatabaseVmClusterNetworkVmNetworks {
}
export declare function dataOciDatabaseVmClusterNetworkVmNetworksToTerraform(struct?: DataOciDatabaseVmClusterNetworkVmNetworks): any;
export declare function dataOciDatabaseVmClusterNetworkVmNetworksToHclTerraform(struct?: DataOciDatabaseVmClusterNetworkVmNetworks): any;
export declare class DataOciDatabaseVmClusterNetworkVmNetworksOutputReference 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(): DataOciDatabaseVmClusterNetworkVmNetworks | undefined;
    set internalValue(value: DataOciDatabaseVmClusterNetworkVmNetworks | undefined);
    get domainName(): string;
    get gateway(): string;
    get netmask(): string;
    get networkType(): string;
    private _nodes;
    get nodes(): DataOciDatabaseVmClusterNetworkVmNetworksNodesList;
    get vlanId(): string;
}
export declare class DataOciDatabaseVmClusterNetworkVmNetworksList 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): DataOciDatabaseVmClusterNetworkVmNetworksOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster_network oci_database_vm_cluster_network}
*/
export declare class DataOciDatabaseVmClusterNetwork extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_database_vm_cluster_network";
    /**
    * Generates CDKTF code for importing a DataOciDatabaseVmClusterNetwork 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 DataOciDatabaseVmClusterNetwork to import
    * @param importFromId The id of the existing DataOciDatabaseVmClusterNetwork that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster_network#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciDatabaseVmClusterNetwork 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_vm_cluster_network oci_database_vm_cluster_network} 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 DataOciDatabaseVmClusterNetworkConfig
    */
    constructor(scope: Construct, id: string, config: DataOciDatabaseVmClusterNetworkConfig);
    get action(): string;
    get compartmentId(): string;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    get dns(): string[];
    private _drScans;
    get drScans(): DataOciDatabaseVmClusterNetworkDrScansList;
    private _exadataInfrastructureId?;
    get exadataInfrastructureId(): string;
    set exadataInfrastructureId(value: string);
    get exadataInfrastructureIdInput(): string | undefined;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get lifecycleDetails(): string;
    get ntp(): string[];
    private _scans;
    get scans(): DataOciDatabaseVmClusterNetworkScansList;
    get state(): string;
    get timeCreated(): string;
    get validateVmClusterNetwork(): cdktf.IResolvable;
    get vmClusterId(): string;
    private _vmClusterNetworkId?;
    get vmClusterNetworkId(): string;
    set vmClusterNetworkId(value: string);
    get vmClusterNetworkIdInput(): string | undefined;
    private _vmNetworks;
    get vmNetworks(): DataOciDatabaseVmClusterNetworkVmNetworksList;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
