@pulumi/oci 3.13.0-alpha.1765396549 → 3.13.0-alpha.1765953503

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -211,7 +211,7 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
211
211
  /**
212
212
  * The IORM settings of the Exadata DB system.
213
213
  */
214
- readonly iormConfigCaches: pulumi.Output<outputs.Database.CloudVmClusterIormConfigCach[]>;
214
+ readonly iormConfigCaches: pulumi.Output<outputs.Database.CloudVmClusterIormConfigCache[]>;
215
215
  /**
216
216
  * If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
217
217
  */
@@ -493,7 +493,7 @@ export interface CloudVmClusterState {
493
493
  /**
494
494
  * The IORM settings of the Exadata DB system.
495
495
  */
496
- iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.CloudVmClusterIormConfigCach>[]>;
496
+ iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.CloudVmClusterIormConfigCache>[]>;
497
497
  /**
498
498
  * If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
499
499
  */
@@ -176,7 +176,7 @@ export declare class DbSystem extends pulumi.CustomResource {
176
176
  /**
177
177
  * The IORM settings of the Exadata DB system.
178
178
  */
179
- readonly iormConfigCaches: pulumi.Output<outputs.Database.DbSystemIormConfigCach[]>;
179
+ readonly iormConfigCaches: pulumi.Output<outputs.Database.DbSystemIormConfigCache[]>;
180
180
  /**
181
181
  * The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
182
182
  */
@@ -482,7 +482,7 @@ export interface DbSystemState {
482
482
  /**
483
483
  * The IORM settings of the Exadata DB system.
484
484
  */
485
- iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemIormConfigCach>[]>;
485
+ iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemIormConfigCache>[]>;
486
486
  /**
487
487
  * The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
488
488
  */
@@ -124,7 +124,7 @@ export declare class DbSystemsUpgrade extends pulumi.CustomResource {
124
124
  /**
125
125
  * The IORM settings of the Exadata DB system.
126
126
  */
127
- readonly iormConfigCaches: pulumi.Output<outputs.Database.DbSystemsUpgradeIormConfigCach[]>;
127
+ readonly iormConfigCaches: pulumi.Output<outputs.Database.DbSystemsUpgradeIormConfigCache[]>;
128
128
  /**
129
129
  * If true, rollback time is updated even if operating system upgrade history contains errors.
130
130
  */
@@ -345,7 +345,7 @@ export interface DbSystemsUpgradeState {
345
345
  /**
346
346
  * The IORM settings of the Exadata DB system.
347
347
  */
348
- iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemsUpgradeIormConfigCach>[]>;
348
+ iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemsUpgradeIormConfigCache>[]>;
349
349
  /**
350
350
  * If true, rollback time is updated even if operating system upgrade history contains errors.
351
351
  */
@@ -158,7 +158,7 @@ export declare class ExadbVmCluster extends pulumi.CustomResource {
158
158
  /**
159
159
  * The IORM settings of the Exadata DB system.
160
160
  */
161
- readonly iormConfigCaches: pulumi.Output<outputs.Database.ExadbVmClusterIormConfigCach[]>;
161
+ readonly iormConfigCaches: pulumi.Output<outputs.Database.ExadbVmClusterIormConfigCache[]>;
162
162
  /**
163
163
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
164
164
  */
@@ -362,7 +362,7 @@ export interface ExadbVmClusterState {
362
362
  /**
363
363
  * The IORM settings of the Exadata DB system.
364
364
  */
365
- iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.ExadbVmClusterIormConfigCach>[]>;
365
+ iormConfigCaches?: pulumi.Input<pulumi.Input<inputs.Database.ExadbVmClusterIormConfigCache>[]>;
366
366
  /**
367
367
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
368
368
  */
@@ -135,7 +135,7 @@ export interface GetCloudVmClusterResult {
135
135
  /**
136
136
  * The IORM settings of the Exadata DB system.
137
137
  */
138
- readonly iormConfigCaches: outputs.Database.GetCloudVmClusterIormConfigCach[];
138
+ readonly iormConfigCaches: outputs.Database.GetCloudVmClusterIormConfigCache[];
139
139
  /**
140
140
  * If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
141
141
  */
@@ -106,7 +106,7 @@ export interface GetExadbVmClusterResult {
106
106
  /**
107
107
  * The IORM settings of the Exadata DB system.
108
108
  */
109
- readonly iormConfigCaches: outputs.Database.GetExadbVmClusterIormConfigCach[];
109
+ readonly iormConfigCaches: outputs.Database.GetExadbVmClusterIormConfigCache[];
110
110
  /**
111
111
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
112
112
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/oci",
3
- "version": "3.13.0-alpha.1765396549",
3
+ "version": "3.13.0-alpha.1765953503",
4
4
  "description": "A Pulumi package for creating and managing Oracle Cloud Infrastructure resources.",
5
5
  "keywords": [
6
6
  "pulumi",
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "oci",
28
- "version": "3.13.0-alpha.1765396549"
28
+ "version": "3.13.0-alpha.1765953503"
29
29
  }
30
30
  }
package/types/input.d.ts CHANGED
@@ -28540,11 +28540,11 @@ export declare namespace Database {
28540
28540
  */
28541
28541
  mountPoint?: pulumi.Input<string>;
28542
28542
  }
28543
- interface CloudVmClusterIormConfigCach {
28543
+ interface CloudVmClusterIormConfigCache {
28544
28544
  /**
28545
28545
  * An array of IORM settings for all the database in the Exadata DB system.
28546
28546
  */
28547
- dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.CloudVmClusterIormConfigCachDbPlan>[]>;
28547
+ dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.CloudVmClusterIormConfigCacheDbPlan>[]>;
28548
28548
  /**
28549
28549
  * Additional information about the current lifecycle state.
28550
28550
  */
@@ -28558,7 +28558,7 @@ export declare namespace Database {
28558
28558
  */
28559
28559
  state?: pulumi.Input<string>;
28560
28560
  }
28561
- interface CloudVmClusterIormConfigCachDbPlan {
28561
+ interface CloudVmClusterIormConfigCacheDbPlan {
28562
28562
  /**
28563
28563
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
28564
28564
  */
@@ -29947,11 +29947,11 @@ export declare namespace Database {
29947
29947
  */
29948
29948
  storageManagement?: pulumi.Input<string>;
29949
29949
  }
29950
- interface DbSystemIormConfigCach {
29950
+ interface DbSystemIormConfigCache {
29951
29951
  /**
29952
29952
  * An array of IORM settings for all the database in the Exadata DB system.
29953
29953
  */
29954
- dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemIormConfigCachDbPlan>[]>;
29954
+ dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemIormConfigCacheDbPlan>[]>;
29955
29955
  dbSystemId?: pulumi.Input<string>;
29956
29956
  /**
29957
29957
  * Additional information about the current lifecycle state.
@@ -29966,7 +29966,7 @@ export declare namespace Database {
29966
29966
  */
29967
29967
  state?: pulumi.Input<string>;
29968
29968
  }
29969
- interface DbSystemIormConfigCachDbPlan {
29969
+ interface DbSystemIormConfigCacheDbPlan {
29970
29970
  /**
29971
29971
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
29972
29972
  */
@@ -30104,11 +30104,11 @@ export declare namespace Database {
30104
30104
  */
30105
30105
  storageManagement?: pulumi.Input<string>;
30106
30106
  }
30107
- interface DbSystemsUpgradeIormConfigCach {
30107
+ interface DbSystemsUpgradeIormConfigCache {
30108
30108
  /**
30109
30109
  * An array of IORM settings for all the database in the Exadata DB system.
30110
30110
  */
30111
- dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemsUpgradeIormConfigCachDbPlan>[]>;
30111
+ dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.DbSystemsUpgradeIormConfigCacheDbPlan>[]>;
30112
30112
  /**
30113
30113
  * Additional information about the current lifecycle state.
30114
30114
  */
@@ -30122,7 +30122,7 @@ export declare namespace Database {
30122
30122
  */
30123
30123
  state?: pulumi.Input<string>;
30124
30124
  }
30125
- interface DbSystemsUpgradeIormConfigCachDbPlan {
30125
+ interface DbSystemsUpgradeIormConfigCacheDbPlan {
30126
30126
  /**
30127
30127
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
30128
30128
  */
@@ -30549,11 +30549,11 @@ export declare namespace Database {
30549
30549
  */
30550
30550
  isIncidentLogsEnabled?: pulumi.Input<boolean>;
30551
30551
  }
30552
- interface ExadbVmClusterIormConfigCach {
30552
+ interface ExadbVmClusterIormConfigCache {
30553
30553
  /**
30554
30554
  * An array of IORM settings for all the database in the Exadata DB system.
30555
30555
  */
30556
- dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.ExadbVmClusterIormConfigCachDbPlan>[]>;
30556
+ dbPlans?: pulumi.Input<pulumi.Input<inputs.Database.ExadbVmClusterIormConfigCacheDbPlan>[]>;
30557
30557
  /**
30558
30558
  * Additional information about the current lifecycle state.
30559
30559
  */
@@ -30567,7 +30567,7 @@ export declare namespace Database {
30567
30567
  */
30568
30568
  state?: pulumi.Input<string>;
30569
30569
  }
30570
- interface ExadbVmClusterIormConfigCachDbPlan {
30570
+ interface ExadbVmClusterIormConfigCacheDbPlan {
30571
30571
  /**
30572
30572
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
30573
30573
  */
package/types/output.d.ts CHANGED
@@ -95371,11 +95371,11 @@ export declare namespace Database {
95371
95371
  */
95372
95372
  mountPoint: string;
95373
95373
  }
95374
- interface CloudVmClusterIormConfigCach {
95374
+ interface CloudVmClusterIormConfigCache {
95375
95375
  /**
95376
95376
  * An array of IORM settings for all the database in the Exadata DB system.
95377
95377
  */
95378
- dbPlans: outputs.Database.CloudVmClusterIormConfigCachDbPlan[];
95378
+ dbPlans: outputs.Database.CloudVmClusterIormConfigCacheDbPlan[];
95379
95379
  /**
95380
95380
  * Additional information about the current lifecycle state.
95381
95381
  */
@@ -95389,7 +95389,7 @@ export declare namespace Database {
95389
95389
  */
95390
95390
  state: string;
95391
95391
  }
95392
- interface CloudVmClusterIormConfigCachDbPlan {
95392
+ interface CloudVmClusterIormConfigCacheDbPlan {
95393
95393
  /**
95394
95394
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
95395
95395
  */
@@ -96778,11 +96778,11 @@ export declare namespace Database {
96778
96778
  */
96779
96779
  storageManagement: string;
96780
96780
  }
96781
- interface DbSystemIormConfigCach {
96781
+ interface DbSystemIormConfigCache {
96782
96782
  /**
96783
96783
  * An array of IORM settings for all the database in the Exadata DB system.
96784
96784
  */
96785
- dbPlans: outputs.Database.DbSystemIormConfigCachDbPlan[];
96785
+ dbPlans: outputs.Database.DbSystemIormConfigCacheDbPlan[];
96786
96786
  dbSystemId: string;
96787
96787
  /**
96788
96788
  * Additional information about the current lifecycle state.
@@ -96797,7 +96797,7 @@ export declare namespace Database {
96797
96797
  */
96798
96798
  state: string;
96799
96799
  }
96800
- interface DbSystemIormConfigCachDbPlan {
96800
+ interface DbSystemIormConfigCacheDbPlan {
96801
96801
  /**
96802
96802
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
96803
96803
  */
@@ -96935,11 +96935,11 @@ export declare namespace Database {
96935
96935
  */
96936
96936
  storageManagement: string;
96937
96937
  }
96938
- interface DbSystemsUpgradeIormConfigCach {
96938
+ interface DbSystemsUpgradeIormConfigCache {
96939
96939
  /**
96940
96940
  * An array of IORM settings for all the database in the Exadata DB system.
96941
96941
  */
96942
- dbPlans: outputs.Database.DbSystemsUpgradeIormConfigCachDbPlan[];
96942
+ dbPlans: outputs.Database.DbSystemsUpgradeIormConfigCacheDbPlan[];
96943
96943
  /**
96944
96944
  * Additional information about the current lifecycle state.
96945
96945
  */
@@ -96953,7 +96953,7 @@ export declare namespace Database {
96953
96953
  */
96954
96954
  state: string;
96955
96955
  }
96956
- interface DbSystemsUpgradeIormConfigCachDbPlan {
96956
+ interface DbSystemsUpgradeIormConfigCacheDbPlan {
96957
96957
  /**
96958
96958
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
96959
96959
  */
@@ -97380,11 +97380,11 @@ export declare namespace Database {
97380
97380
  */
97381
97381
  isIncidentLogsEnabled: boolean;
97382
97382
  }
97383
- interface ExadbVmClusterIormConfigCach {
97383
+ interface ExadbVmClusterIormConfigCache {
97384
97384
  /**
97385
97385
  * An array of IORM settings for all the database in the Exadata DB system.
97386
97386
  */
97387
- dbPlans: outputs.Database.ExadbVmClusterIormConfigCachDbPlan[];
97387
+ dbPlans: outputs.Database.ExadbVmClusterIormConfigCacheDbPlan[];
97388
97388
  /**
97389
97389
  * Additional information about the current lifecycle state.
97390
97390
  */
@@ -97398,7 +97398,7 @@ export declare namespace Database {
97398
97398
  */
97399
97399
  state: string;
97400
97400
  }
97401
- interface ExadbVmClusterIormConfigCachDbPlan {
97401
+ interface ExadbVmClusterIormConfigCacheDbPlan {
97402
97402
  /**
97403
97403
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
97404
97404
  */
@@ -104952,11 +104952,11 @@ export declare namespace Database {
104952
104952
  */
104953
104953
  mountPoint: string;
104954
104954
  }
104955
- interface GetCloudVmClusterIormConfigCach {
104955
+ interface GetCloudVmClusterIormConfigCache {
104956
104956
  /**
104957
104957
  * An array of IORM settings for all the database in the Exadata DB system.
104958
104958
  */
104959
- dbPlans: outputs.Database.GetCloudVmClusterIormConfigCachDbPlan[];
104959
+ dbPlans: outputs.Database.GetCloudVmClusterIormConfigCacheDbPlan[];
104960
104960
  /**
104961
104961
  * Additional information about the current lifecycle state.
104962
104962
  */
@@ -104970,7 +104970,7 @@ export declare namespace Database {
104970
104970
  */
104971
104971
  state: string;
104972
104972
  }
104973
- interface GetCloudVmClusterIormConfigCachDbPlan {
104973
+ interface GetCloudVmClusterIormConfigCacheDbPlan {
104974
104974
  /**
104975
104975
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
104976
104976
  */
@@ -105110,7 +105110,7 @@ export declare namespace Database {
105110
105110
  * The OCID of the identity connector
105111
105111
  */
105112
105112
  id: string;
105113
- iormConfigCaches: outputs.Database.GetCloudVmClustersCloudVmClusterIormConfigCach[];
105113
+ iormConfigCaches: outputs.Database.GetCloudVmClustersCloudVmClusterIormConfigCache[];
105114
105114
  /**
105115
105115
  * If true, database backup on local Exadata storage is configured for the cloud VM cluster. If false, database backup on local Exadata storage is not available in the cloud VM cluster.
105116
105116
  */
@@ -105316,8 +105316,8 @@ export declare namespace Database {
105316
105316
  */
105317
105317
  mountPoint: string;
105318
105318
  }
105319
- interface GetCloudVmClustersCloudVmClusterIormConfigCach {
105320
- dbPlans: outputs.Database.GetCloudVmClustersCloudVmClusterIormConfigCachDbPlan[];
105319
+ interface GetCloudVmClustersCloudVmClusterIormConfigCache {
105320
+ dbPlans: outputs.Database.GetCloudVmClustersCloudVmClusterIormConfigCacheDbPlan[];
105321
105321
  /**
105322
105322
  * Additional information about the current lifecycle state.
105323
105323
  */
@@ -105328,7 +105328,7 @@ export declare namespace Database {
105328
105328
  */
105329
105329
  state: string;
105330
105330
  }
105331
- interface GetCloudVmClustersCloudVmClusterIormConfigCachDbPlan {
105331
+ interface GetCloudVmClustersCloudVmClusterIormConfigCacheDbPlan {
105332
105332
  dbName: string;
105333
105333
  flashCacheLimit: string;
105334
105334
  share: number;
@@ -108711,7 +108711,7 @@ export declare namespace Database {
108711
108711
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the DB system.
108712
108712
  */
108713
108713
  id: string;
108714
- iormConfigCaches: outputs.Database.GetDbSystemsDbSystemIormConfigCach[];
108714
+ iormConfigCaches: outputs.Database.GetDbSystemsDbSystemIormConfigCache[];
108715
108715
  /**
108716
108716
  * The OCID of the key container that is used as the master encryption key in database transparent data encryption (TDE) operations.
108717
108717
  */
@@ -109010,8 +109010,8 @@ export declare namespace Database {
109010
109010
  */
109011
109011
  storageManagement: string;
109012
109012
  }
109013
- interface GetDbSystemsDbSystemIormConfigCach {
109014
- dbPlans: outputs.Database.GetDbSystemsDbSystemIormConfigCachDbPlan[];
109013
+ interface GetDbSystemsDbSystemIormConfigCache {
109014
+ dbPlans: outputs.Database.GetDbSystemsDbSystemIormConfigCacheDbPlan[];
109015
109015
  dbSystemId: string;
109016
109016
  /**
109017
109017
  * Additional information about the current lifecycle state.
@@ -109023,7 +109023,7 @@ export declare namespace Database {
109023
109023
  */
109024
109024
  state: string;
109025
109025
  }
109026
- interface GetDbSystemsDbSystemIormConfigCachDbPlan {
109026
+ interface GetDbSystemsDbSystemIormConfigCacheDbPlan {
109027
109027
  dbName: string;
109028
109028
  flashCacheLimit: string;
109029
109029
  share: number;
@@ -109734,11 +109734,11 @@ export declare namespace Database {
109734
109734
  */
109735
109735
  isIncidentLogsEnabled: boolean;
109736
109736
  }
109737
- interface GetExadbVmClusterIormConfigCach {
109737
+ interface GetExadbVmClusterIormConfigCache {
109738
109738
  /**
109739
109739
  * An array of IORM settings for all the database in the Exadata DB system.
109740
109740
  */
109741
- dbPlans: outputs.Database.GetExadbVmClusterIormConfigCachDbPlan[];
109741
+ dbPlans: outputs.Database.GetExadbVmClusterIormConfigCacheDbPlan[];
109742
109742
  /**
109743
109743
  * Additional information about the current lifecycle state.
109744
109744
  */
@@ -109752,7 +109752,7 @@ export declare namespace Database {
109752
109752
  */
109753
109753
  state: string;
109754
109754
  }
109755
- interface GetExadbVmClusterIormConfigCachDbPlan {
109755
+ interface GetExadbVmClusterIormConfigCacheDbPlan {
109756
109756
  /**
109757
109757
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
109758
109758
  */
@@ -109969,7 +109969,7 @@ export declare namespace Database {
109969
109969
  /**
109970
109970
  * The IORM settings of the Exadata DB system.
109971
109971
  */
109972
- iormConfigCaches: outputs.Database.GetExadbVmClustersExadbVmClusterIormConfigCach[];
109972
+ iormConfigCaches: outputs.Database.GetExadbVmClustersExadbVmClusterIormConfigCache[];
109973
109973
  /**
109974
109974
  * The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the last maintenance update history entry. This value is updated when a maintenance update starts.
109975
109975
  */
@@ -110094,11 +110094,11 @@ export declare namespace Database {
110094
110094
  */
110095
110095
  isIncidentLogsEnabled: boolean;
110096
110096
  }
110097
- interface GetExadbVmClustersExadbVmClusterIormConfigCach {
110097
+ interface GetExadbVmClustersExadbVmClusterIormConfigCache {
110098
110098
  /**
110099
110099
  * An array of IORM settings for all the database in the Exadata DB system.
110100
110100
  */
110101
- dbPlans: outputs.Database.GetExadbVmClustersExadbVmClusterIormConfigCachDbPlan[];
110101
+ dbPlans: outputs.Database.GetExadbVmClustersExadbVmClusterIormConfigCacheDbPlan[];
110102
110102
  /**
110103
110103
  * Additional information about the current lifecycle state.
110104
110104
  */
@@ -110112,7 +110112,7 @@ export declare namespace Database {
110112
110112
  */
110113
110113
  state: string;
110114
110114
  }
110115
- interface GetExadbVmClustersExadbVmClusterIormConfigCachDbPlan {
110115
+ interface GetExadbVmClustersExadbVmClusterIormConfigCacheDbPlan {
110116
110116
  /**
110117
110117
  * The database name. For the default `DbPlan`, the `dbName` is `default`.
110118
110118
  */