UNPKG

rhizo-co-terraform-provider-oci

Version:

Prebuilt oci Provider for Terraform CDK (cdktf)

342 lines (341 loc) 20.6 kB
import { Construct } from 'constructs'; import * as cdktf from 'cdktf'; export interface DataOciDatabaseCloudVmClusterConfig extends cdktf.TerraformMetaArguments { /** * Docs at Terraform Registry: {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_vm_cluster#cloud_vm_cluster_id DataOciDatabaseCloudVmCluster#cloud_vm_cluster_id} */ readonly cloudVmClusterId: string; } export interface DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference { } export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference): any; export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceToHclTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference): any; export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference 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(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreference | undefined); get applyUpdatePreferredEndTime(): string; get applyUpdatePreferredStartTime(): string; } export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList 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): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceOutputReference; } export interface DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriod { } export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriod): any; export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodToHclTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriod): any; export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference 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(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriod | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriod | undefined); get freezePeriodEndTime(): string; get freezePeriodStartTime(): string; } export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList 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): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodOutputReference; } export interface DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetails { } export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetails): any; export declare function dataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsToHclTerraform(struct?: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetails): any; export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference 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(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetails | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetails | undefined); private _applyUpdateTimePreference; get applyUpdateTimePreference(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsApplyUpdateTimePreferenceList; private _freezePeriod; get freezePeriod(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsFreezePeriodList; get isEarlyAdoptionEnabled(): cdktf.IResolvable; get isFreezePeriodEnabled(): cdktf.IResolvable; } export declare class DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList 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): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsOutputReference; } export interface DataOciDatabaseCloudVmClusterDataCollectionOptions { } export declare function dataOciDatabaseCloudVmClusterDataCollectionOptionsToTerraform(struct?: DataOciDatabaseCloudVmClusterDataCollectionOptions): any; export declare function dataOciDatabaseCloudVmClusterDataCollectionOptionsToHclTerraform(struct?: DataOciDatabaseCloudVmClusterDataCollectionOptions): any; export declare class DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference 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(): DataOciDatabaseCloudVmClusterDataCollectionOptions | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterDataCollectionOptions | undefined); get isDiagnosticsEventsEnabled(): cdktf.IResolvable; get isHealthMonitoringEnabled(): cdktf.IResolvable; get isIncidentLogsEnabled(): cdktf.IResolvable; } export declare class DataOciDatabaseCloudVmClusterDataCollectionOptionsList 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): DataOciDatabaseCloudVmClusterDataCollectionOptionsOutputReference; } export interface DataOciDatabaseCloudVmClusterFileSystemConfigurationDetails { } export declare function dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToTerraform(struct?: DataOciDatabaseCloudVmClusterFileSystemConfigurationDetails): any; export declare function dataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsToHclTerraform(struct?: DataOciDatabaseCloudVmClusterFileSystemConfigurationDetails): any; export declare class DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference 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(): DataOciDatabaseCloudVmClusterFileSystemConfigurationDetails | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterFileSystemConfigurationDetails | undefined); get fileSystemSizeGb(): number; get mountPoint(): string; } export declare class DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList 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): DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsOutputReference; } export interface DataOciDatabaseCloudVmClusterIormConfigCacheDbPlans { } export declare function dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToTerraform(struct?: DataOciDatabaseCloudVmClusterIormConfigCacheDbPlans): any; export declare function dataOciDatabaseCloudVmClusterIormConfigCacheDbPlansToHclTerraform(struct?: DataOciDatabaseCloudVmClusterIormConfigCacheDbPlans): any; export declare class DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference 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(): DataOciDatabaseCloudVmClusterIormConfigCacheDbPlans | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterIormConfigCacheDbPlans | undefined); get dbName(): string; get flashCacheLimit(): string; get share(): number; } export declare class DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList 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): DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansOutputReference; } export interface DataOciDatabaseCloudVmClusterIormConfigCache { } export declare function dataOciDatabaseCloudVmClusterIormConfigCacheToTerraform(struct?: DataOciDatabaseCloudVmClusterIormConfigCache): any; export declare function dataOciDatabaseCloudVmClusterIormConfigCacheToHclTerraform(struct?: DataOciDatabaseCloudVmClusterIormConfigCache): any; export declare class DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference 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(): DataOciDatabaseCloudVmClusterIormConfigCache | undefined; set internalValue(value: DataOciDatabaseCloudVmClusterIormConfigCache | undefined); private _dbPlans; get dbPlans(): DataOciDatabaseCloudVmClusterIormConfigCacheDbPlansList; get lifecycleDetails(): string; get objective(): string; get state(): string; } export declare class DataOciDatabaseCloudVmClusterIormConfigCacheList 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): DataOciDatabaseCloudVmClusterIormConfigCacheOutputReference; } /** * Represents a {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_vm_cluster oci_database_cloud_vm_cluster} */ export declare class DataOciDatabaseCloudVmCluster extends cdktf.TerraformDataSource { static readonly tfResourceType = "oci_database_cloud_vm_cluster"; /** * Generates CDKTF code for importing a DataOciDatabaseCloudVmCluster 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 DataOciDatabaseCloudVmCluster to import * @param importFromId The id of the existing DataOciDatabaseCloudVmCluster that should be imported. Refer to the {@link https://registry.terraform.io/providers/oracle/oci/6.18.0/docs/data-sources/database_cloud_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 DataOciDatabaseCloudVmCluster 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_cloud_vm_cluster oci_database_cloud_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 DataOciDatabaseCloudVmClusterConfig */ constructor(scope: Construct, id: string, config: DataOciDatabaseCloudVmClusterConfig); get availabilityDomain(): string; get backupNetworkNsgIds(): string[]; get backupSubnetId(): string; private _cloudAutomationUpdateDetails; get cloudAutomationUpdateDetails(): DataOciDatabaseCloudVmClusterCloudAutomationUpdateDetailsList; get cloudExadataInfrastructureId(): string; private _cloudVmClusterId?; get cloudVmClusterId(): string; set cloudVmClusterId(value: string); get cloudVmClusterIdInput(): string | undefined; get clusterName(): string; get compartmentId(): string; get cpuCoreCount(): number; get createAsync(): cdktf.IResolvable; private _dataCollectionOptions; get dataCollectionOptions(): DataOciDatabaseCloudVmClusterDataCollectionOptionsList; get dataStoragePercentage(): number; get dataStorageSizeInTbs(): number; get dbNodeStorageSizeInGbs(): number; get dbServers(): string[]; private _definedTags; get definedTags(): cdktf.StringMap; get diskRedundancy(): string; get displayName(): string; get domain(): string; private _fileSystemConfigurationDetails; get fileSystemConfigurationDetails(): DataOciDatabaseCloudVmClusterFileSystemConfigurationDetailsList; private _freeformTags; get freeformTags(): cdktf.StringMap; get giVersion(): string; get hostname(): string; get id(): string; private _iormConfigCache; get iormConfigCache(): DataOciDatabaseCloudVmClusterIormConfigCacheList; get isLocalBackupEnabled(): cdktf.IResolvable; get isSparseDiskgroupEnabled(): cdktf.IResolvable; get lastUpdateHistoryEntryId(): string; get licenseModel(): string; get lifecycleDetails(): string; get listenerPort(): string; get memorySizeInGbs(): number; get nodeCount(): number; get nsgIds(): string[]; get ocpuCount(): number; get privateZoneId(): string; get scanDnsName(): string; get scanDnsRecordId(): string; get scanIpIds(): string[]; get scanListenerPortTcp(): number; get scanListenerPortTcpSsl(): number; private _securityAttributes; get securityAttributes(): cdktf.StringMap; get shape(): string; get sshPublicKeys(): string[]; get state(): string; get storageSizeInGbs(): number; get subnetId(): string; get subscriptionId(): string; private _systemTags; get systemTags(): cdktf.StringMap; get systemVersion(): string; get timeCreated(): string; get timeZone(): string; get vipIds(): string[]; get zoneId(): string; protected synthesizeAttributes(): { [name: string]: any; }; protected synthesizeHclAttributes(): { [name: string]: any; }; }