rhizo-co-terraform-provider-oci
Version:
Prebuilt oci Provider for Terraform CDK (cdktf)
248 lines (247 loc) • 15.1 kB
TypeScript
import { Construct } from 'constructs';
import * as cdktf from 'cdktf';
export interface DataOciDatabaseVmClusterConfig extends cdktf.TerraformMetaArguments {
/**
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster#vm_cluster_id DataOciDatabaseVmCluster#vm_cluster_id}
*/
readonly vmClusterId: string;
}
export interface DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference {
}
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference): any;
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference): any;
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference 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(): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference | undefined;
set internalValue(value: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference | undefined);
get applyUpdatePreferredEndTime(): string;
get applyUpdatePreferredStartTime(): string;
}
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList 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): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference;
}
export interface DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriod {
}
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriod): any;
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriod): any;
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference 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(): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriod | undefined;
set internalValue(value: DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriod | undefined);
get freezePeriodEndTime(): string;
get freezePeriodStartTime(): string;
}
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodList 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): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference;
}
export interface DataOciDatabaseVmClusterCloudAutomationUpdateDetails {
}
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsToTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetails): any;
export declare function dataOciDatabaseVmClusterCloudAutomationUpdateDetailsToHclTerraform(struct?: DataOciDatabaseVmClusterCloudAutomationUpdateDetails): any;
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsOutputReference 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(): DataOciDatabaseVmClusterCloudAutomationUpdateDetails | undefined;
set internalValue(value: DataOciDatabaseVmClusterCloudAutomationUpdateDetails | undefined);
private _applyUpdateTimePreference;
get applyUpdateTimePreference(): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList;
private _freezePeriod;
get freezePeriod(): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsFreezePeriodList;
get isEarlyAdoptionEnabled(): cdktf.IResolvable;
get isFreezePeriodEnabled(): cdktf.IResolvable;
}
export declare class DataOciDatabaseVmClusterCloudAutomationUpdateDetailsList 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): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsOutputReference;
}
export interface DataOciDatabaseVmClusterDataCollectionOptions {
}
export declare function dataOciDatabaseVmClusterDataCollectionOptionsToTerraform(struct?: DataOciDatabaseVmClusterDataCollectionOptions): any;
export declare function dataOciDatabaseVmClusterDataCollectionOptionsToHclTerraform(struct?: DataOciDatabaseVmClusterDataCollectionOptions): any;
export declare class DataOciDatabaseVmClusterDataCollectionOptionsOutputReference 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(): DataOciDatabaseVmClusterDataCollectionOptions | undefined;
set internalValue(value: DataOciDatabaseVmClusterDataCollectionOptions | undefined);
get isDiagnosticsEventsEnabled(): cdktf.IResolvable;
get isHealthMonitoringEnabled(): cdktf.IResolvable;
get isIncidentLogsEnabled(): cdktf.IResolvable;
}
export declare class DataOciDatabaseVmClusterDataCollectionOptionsList 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): DataOciDatabaseVmClusterDataCollectionOptionsOutputReference;
}
export interface DataOciDatabaseVmClusterFileSystemConfigurationDetails {
}
export declare function dataOciDatabaseVmClusterFileSystemConfigurationDetailsToTerraform(struct?: DataOciDatabaseVmClusterFileSystemConfigurationDetails): any;
export declare function dataOciDatabaseVmClusterFileSystemConfigurationDetailsToHclTerraform(struct?: DataOciDatabaseVmClusterFileSystemConfigurationDetails): any;
export declare class DataOciDatabaseVmClusterFileSystemConfigurationDetailsOutputReference 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(): DataOciDatabaseVmClusterFileSystemConfigurationDetails | undefined;
set internalValue(value: DataOciDatabaseVmClusterFileSystemConfigurationDetails | undefined);
get fileSystemSizeGb(): number;
get mountPoint(): string;
}
export declare class DataOciDatabaseVmClusterFileSystemConfigurationDetailsList 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): DataOciDatabaseVmClusterFileSystemConfigurationDetailsOutputReference;
}
/**
* Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster oci_database_vm_cluster}
*/
export declare class DataOciDatabaseVmCluster extends cdktf.TerraformDataSource {
static readonly tfResourceType = "oci_database_vm_cluster";
/**
* Generates CDKTF code for importing a DataOciDatabaseVmCluster 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 DataOciDatabaseVmCluster to import
* @param importFromId The id of the existing DataOciDatabaseVmCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_vm_cluster#import import section} in the documentation of this resource for the id to use
* @param provider? Optional instance of the provider where the DataOciDatabaseVmCluster 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 oci_database_vm_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 DataOciDatabaseVmClusterConfig
*/
constructor(scope: Construct, id: string, config: DataOciDatabaseVmClusterConfig);
get availabilityDomain(): string;
private _cloudAutomationUpdateDetails;
get cloudAutomationUpdateDetails(): DataOciDatabaseVmClusterCloudAutomationUpdateDetailsList;
get compartmentId(): string;
get cpuCoreCount(): number;
get cpusEnabled(): number;
private _dataCollectionOptions;
get dataCollectionOptions(): DataOciDatabaseVmClusterDataCollectionOptionsList;
get dataStorageSizeInGb(): number;
get dataStorageSizeInTbs(): number;
get dbNodeStorageSizeInGbs(): number;
get dbServers(): string[];
private _definedTags;
get definedTags(): cdktf.StringMap;
get displayName(): string;
get exadataInfrastructureId(): string;
private _fileSystemConfigurationDetails;
get fileSystemConfigurationDetails(): DataOciDatabaseVmClusterFileSystemConfigurationDetailsList;
private _freeformTags;
get freeformTags(): cdktf.StringMap;
get giVersion(): string;
get id(): string;
get isLocalBackupEnabled(): cdktf.IResolvable;
get isSparseDiskgroupEnabled(): cdktf.IResolvable;
get lastPatchHistoryEntryId(): string;
get licenseModel(): string;
get lifecycleDetails(): string;
get memorySizeInGbs(): number;
get ocpuCount(): number;
get ocpusEnabled(): number;
get shape(): string;
get sshPublicKeys(): string[];
get state(): string;
get systemVersion(): string;
get timeCreated(): string;
get timeZone(): string;
private _vmClusterId?;
get vmClusterId(): string;
set vmClusterId(value: string);
get vmClusterIdInput(): string | undefined;
get vmClusterNetworkId(): string;
protected synthesizeAttributes(): {
[name: string]: any;
};
protected synthesizeHclAttributes(): {
[name: string]: any;
};
}