import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciOcvpClusterConfig extends cdktf.TerraformMetaArguments {
    /**
    * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ocvp_cluster#cluster_id DataOciOcvpCluster#cluster_id}
    */
    readonly clusterId: string;
}
export interface DataOciOcvpClusterDatastores {
}
export declare function dataOciOcvpClusterDatastoresToTerraform(struct?: DataOciOcvpClusterDatastores): any;
export declare function dataOciOcvpClusterDatastoresToHclTerraform(struct?: DataOciOcvpClusterDatastores): any;
export declare class DataOciOcvpClusterDatastoresOutputReference 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(): DataOciOcvpClusterDatastores | undefined;
    set internalValue(value: DataOciOcvpClusterDatastores | undefined);
    get blockVolumeIds(): string[];
    get capacity(): number;
    get datastoreType(): string;
}
export declare class DataOciOcvpClusterDatastoresList 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): DataOciOcvpClusterDatastoresOutputReference;
}
export interface DataOciOcvpClusterNetworkConfiguration {
}
export declare function dataOciOcvpClusterNetworkConfigurationToTerraform(struct?: DataOciOcvpClusterNetworkConfiguration): any;
export declare function dataOciOcvpClusterNetworkConfigurationToHclTerraform(struct?: DataOciOcvpClusterNetworkConfiguration): any;
export declare class DataOciOcvpClusterNetworkConfigurationOutputReference 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(): DataOciOcvpClusterNetworkConfiguration | undefined;
    set internalValue(value: DataOciOcvpClusterNetworkConfiguration | undefined);
    get hcxVlanId(): string;
    get nsxEdgeUplink1VlanId(): string;
    get nsxEdgeUplink2VlanId(): string;
    get nsxEdgeVtepVlanId(): string;
    get nsxVtepVlanId(): string;
    get provisioningSubnetId(): string;
    get provisioningVlanId(): string;
    get replicationVlanId(): string;
    get vmotionVlanId(): string;
    get vsanVlanId(): string;
    get vsphereVlanId(): string;
}
export declare class DataOciOcvpClusterNetworkConfigurationList 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): DataOciOcvpClusterNetworkConfigurationOutputReference;
}
export interface DataOciOcvpClusterUpgradeLicenses {
}
export declare function dataOciOcvpClusterUpgradeLicensesToTerraform(struct?: DataOciOcvpClusterUpgradeLicenses): any;
export declare function dataOciOcvpClusterUpgradeLicensesToHclTerraform(struct?: DataOciOcvpClusterUpgradeLicenses): any;
export declare class DataOciOcvpClusterUpgradeLicensesOutputReference 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(): DataOciOcvpClusterUpgradeLicenses | undefined;
    set internalValue(value: DataOciOcvpClusterUpgradeLicenses | undefined);
    get licenseKey(): string;
    get licenseType(): string;
}
export declare class DataOciOcvpClusterUpgradeLicensesList 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): DataOciOcvpClusterUpgradeLicensesOutputReference;
}
export interface DataOciOcvpClusterVsphereUpgradeObjects {
}
export declare function dataOciOcvpClusterVsphereUpgradeObjectsToTerraform(struct?: DataOciOcvpClusterVsphereUpgradeObjects): any;
export declare function dataOciOcvpClusterVsphereUpgradeObjectsToHclTerraform(struct?: DataOciOcvpClusterVsphereUpgradeObjects): any;
export declare class DataOciOcvpClusterVsphereUpgradeObjectsOutputReference 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(): DataOciOcvpClusterVsphereUpgradeObjects | undefined;
    set internalValue(value: DataOciOcvpClusterVsphereUpgradeObjects | undefined);
    get downloadLink(): string;
    get linkDescription(): string;
}
export declare class DataOciOcvpClusterVsphereUpgradeObjectsList 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): DataOciOcvpClusterVsphereUpgradeObjectsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ocvp_cluster oci_ocvp_cluster}
*/
export declare class DataOciOcvpCluster extends cdktf.TerraformDataSource {
    static readonly tfResourceType = "oci_ocvp_cluster";
    /**
    * Generates CDKTF code for importing a DataOciOcvpCluster 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 DataOciOcvpCluster to import
    * @param importFromId The id of the existing DataOciOcvpCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/ocvp_cluster#import import section} in the documentation of this resource for the id to use
    * @param provider? Optional instance of the provider where the DataOciOcvpCluster 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/ocvp_cluster oci_ocvp_cluster} 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 DataOciOcvpClusterConfig
    */
    constructor(scope: Construct, id: string, config: DataOciOcvpClusterConfig);
    get actualEsxiHostsCount(): number;
    get capacityReservationId(): string;
    private _clusterId?;
    get clusterId(): string;
    set clusterId(value: string);
    get clusterIdInput(): string | undefined;
    get compartmentId(): string;
    get computeAvailabilityDomain(): string;
    private _datastores;
    get datastores(): DataOciOcvpClusterDatastoresList;
    private _definedTags;
    get definedTags(): cdktf.StringMap;
    get displayName(): string;
    get esxiHostsCount(): number;
    get esxiSoftwareVersion(): string;
    private _freeformTags;
    get freeformTags(): cdktf.StringMap;
    get id(): string;
    get initialCommitment(): string;
    get initialHostOcpuCount(): number;
    get initialHostShapeName(): string;
    get instanceDisplayNamePrefix(): string;
    get isShieldedInstanceEnabled(): cdktf.IResolvable;
    private _networkConfiguration;
    get networkConfiguration(): DataOciOcvpClusterNetworkConfigurationList;
    get sddcId(): string;
    get state(): string;
    get timeCreated(): string;
    get timeUpdated(): string;
    private _upgradeLicenses;
    get upgradeLicenses(): DataOciOcvpClusterUpgradeLicensesList;
    get vmwareSoftwareVersion(): string;
    get vsphereType(): string;
    private _vsphereUpgradeObjects;
    get vsphereUpgradeObjects(): DataOciOcvpClusterVsphereUpgradeObjectsList;
    get workloadNetworkCidr(): string;
    protected synthesizeAttributes(): {
        [name: string]: any;
    };
    protected synthesizeHclAttributes(): {
        [name: string]: any;
    };
}
