@pulumi/azure 6.12.0-alpha.1732774124 → 6.12.0-alpha.1733131988
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.
- package/containerservice/registryTask.d.ts +6 -0
- package/containerservice/registryTask.js.map +1 -1
- package/databricks/getWorkspace.d.ts +4 -0
- package/databricks/getWorkspace.js.map +1 -1
- package/databricks/workspace.d.ts +12 -0
- package/databricks/workspace.js +2 -0
- package/databricks/workspace.js.map +1 -1
- package/eventhub/eventHub.d.ts +21 -10
- package/eventhub/eventHub.js +3 -8
- package/eventhub/eventHub.js.map +1 -1
- package/logicapps/getStandard.d.ts +80 -7
- package/logicapps/getStandard.js +0 -2
- package/logicapps/getStandard.js.map +1 -1
- package/logicapps/standard.d.ts +27 -9
- package/logicapps/standard.js +2 -0
- package/logicapps/standard.js.map +1 -1
- package/mssql/getManagedDatabase.d.ts +67 -0
- package/mssql/getManagedDatabase.js +30 -0
- package/mssql/getManagedDatabase.js.map +1 -0
- package/mssql/index.d.ts +3 -0
- package/mssql/index.js +4 -1
- package/mssql/index.js.map +1 -1
- package/mssql/serverTransparentDataEncryption.d.ts +1 -1
- package/mssql/serverTransparentDataEncryption.js +1 -1
- package/oracle/autonomousDatabase.d.ts +45 -45
- package/oracle/cloudVmCluster.d.ts +81 -81
- package/oracle/exadataInfrastructure.d.ts +27 -27
- package/package.json +2 -2
- package/search/getService.d.ts +4 -0
- package/search/getService.js.map +1 -1
- package/search/service.d.ts +8 -0
- package/search/service.js +2 -0
- package/search/service.js.map +1 -1
- package/types/input.d.ts +317 -23
- package/types/output.d.ts +249 -27
|
@@ -95,55 +95,55 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
|
|
|
95
95
|
*/
|
|
96
96
|
static isInstance(obj: any): obj is CloudVmCluster;
|
|
97
97
|
/**
|
|
98
|
-
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster.
|
|
98
|
+
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
99
99
|
*/
|
|
100
100
|
readonly backupSubnetCidr: pulumi.Output<string | undefined>;
|
|
101
101
|
/**
|
|
102
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure.
|
|
102
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure. Changing this forces a new Cloud VM Cluster to be created.
|
|
103
103
|
*/
|
|
104
104
|
readonly cloudExadataInfrastructureId: pulumi.Output<string>;
|
|
105
105
|
/**
|
|
106
|
-
* The cluster name for Cloud VM Cluster.
|
|
106
|
+
* The cluster name for Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
107
107
|
*/
|
|
108
108
|
readonly clusterName: pulumi.Output<string>;
|
|
109
109
|
/**
|
|
110
|
-
* The number of CPU cores enabled on the Cloud VM Cluster.
|
|
110
|
+
* The number of CPU cores enabled on the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
111
111
|
*/
|
|
112
112
|
readonly cpuCoreCount: pulumi.Output<number>;
|
|
113
113
|
/**
|
|
114
|
-
* A `dataCollectionOptions` block as defined below.
|
|
114
|
+
* A `dataCollectionOptions` block as defined below. Changing this forces a new Cloud VM Cluster to be created.
|
|
115
115
|
*/
|
|
116
116
|
readonly dataCollectionOptions: pulumi.Output<outputs.oracle.CloudVmClusterDataCollectionOptions>;
|
|
117
117
|
/**
|
|
118
|
-
* The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
118
|
+
* The percentage assigned to DATA storage (user data and database files). Changing this forces a new Cloud VM Cluster to be created. The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
119
119
|
*/
|
|
120
120
|
readonly dataStoragePercentage: pulumi.Output<number>;
|
|
121
121
|
/**
|
|
122
|
-
* The data disk group size to be allocated in TBs.
|
|
122
|
+
* The data disk group size to be allocated in TBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
123
123
|
*/
|
|
124
124
|
readonly dataStorageSizeInTbs: pulumi.Output<number>;
|
|
125
125
|
/**
|
|
126
|
-
* The local node storage to be allocated in GBs.
|
|
126
|
+
* The local node storage to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
127
127
|
*/
|
|
128
128
|
readonly dbNodeStorageSizeInGbs: pulumi.Output<number>;
|
|
129
129
|
/**
|
|
130
|
-
* The list of DB servers.
|
|
130
|
+
* The list of DB servers. Changing this forces a new Cloud VM Cluster to be created.
|
|
131
131
|
*/
|
|
132
132
|
readonly dbServers: pulumi.Output<string[]>;
|
|
133
133
|
/**
|
|
134
|
-
* The user-friendly name for the Cloud VM Cluster. The name does not need to be unique
|
|
134
|
+
* The user-friendly name for the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created. The name does not need to be unique.
|
|
135
135
|
*/
|
|
136
136
|
readonly displayName: pulumi.Output<string>;
|
|
137
137
|
/**
|
|
138
|
-
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
138
|
+
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
139
139
|
*/
|
|
140
140
|
readonly domain: pulumi.Output<string>;
|
|
141
141
|
/**
|
|
142
|
-
* A valid Oracle Grid Infrastructure (GI) software version.
|
|
142
|
+
* A valid Oracle Grid Infrastructure (GI) software version. Changing this forces a new Cloud VM Cluster to be created.
|
|
143
143
|
*/
|
|
144
144
|
readonly giVersion: pulumi.Output<string>;
|
|
145
145
|
/**
|
|
146
|
-
* The hostname for the Cloud VM Cluster without suffix.
|
|
146
|
+
* The hostname for the Cloud VM Cluster without suffix. Changing this forces a new Cloud VM Cluster to be created.
|
|
147
147
|
*/
|
|
148
148
|
readonly hostname: pulumi.Output<string>;
|
|
149
149
|
/**
|
|
@@ -151,23 +151,23 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
|
|
|
151
151
|
*/
|
|
152
152
|
readonly hostnameActual: pulumi.Output<string>;
|
|
153
153
|
/**
|
|
154
|
-
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`.
|
|
154
|
+
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`. Changing this forces a new Cloud VM Cluster to be created.
|
|
155
155
|
*/
|
|
156
156
|
readonly licenseModel: pulumi.Output<string>;
|
|
157
157
|
/**
|
|
158
|
-
* 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.
|
|
158
|
+
* 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. Changing this forces a new Cloud VM Cluster to be created.
|
|
159
159
|
*/
|
|
160
160
|
readonly localBackupEnabled: pulumi.Output<boolean>;
|
|
161
161
|
/**
|
|
162
|
-
* The Azure Region where the Cloud VM Cluster should exist.
|
|
162
|
+
* The Azure Region where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
163
163
|
*/
|
|
164
164
|
readonly location: pulumi.Output<string>;
|
|
165
165
|
/**
|
|
166
|
-
* The memory to be allocated in GBs.
|
|
166
|
+
* The memory to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
167
167
|
*/
|
|
168
168
|
readonly memorySizeInGbs: pulumi.Output<number>;
|
|
169
169
|
/**
|
|
170
|
-
* The name which should be used for this Cloud VM Cluster.
|
|
170
|
+
* The name which should be used for this Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
171
171
|
*/
|
|
172
172
|
readonly name: pulumi.Output<string>;
|
|
173
173
|
/**
|
|
@@ -175,27 +175,27 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
|
|
|
175
175
|
*/
|
|
176
176
|
readonly ocid: pulumi.Output<string>;
|
|
177
177
|
/**
|
|
178
|
-
* The name of the Resource Group where the Cloud VM Cluster should exist.
|
|
178
|
+
* The name of the Resource Group where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
179
179
|
*/
|
|
180
180
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
181
181
|
/**
|
|
182
|
-
* The TCP Single Client Access Name (SCAN) port. The default port to 1521.
|
|
182
|
+
* The TCP Single Client Access Name (SCAN) port. The default port to 1521. Changing this forces a new Cloud VM Cluster to be created.
|
|
183
183
|
*/
|
|
184
184
|
readonly scanListenerPortTcp: pulumi.Output<number | undefined>;
|
|
185
185
|
/**
|
|
186
|
-
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484.
|
|
186
|
+
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484. Changing this forces a new Cloud VM Cluster to be created.
|
|
187
187
|
*/
|
|
188
188
|
readonly scanListenerPortTcpSsl: pulumi.Output<number | undefined>;
|
|
189
189
|
/**
|
|
190
|
-
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created.
|
|
190
|
+
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created. Changing this forces a new Cloud VM Cluster to be created.
|
|
191
191
|
*/
|
|
192
192
|
readonly sparseDiskgroupEnabled: pulumi.Output<boolean>;
|
|
193
193
|
/**
|
|
194
|
-
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster.
|
|
194
|
+
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
195
195
|
*/
|
|
196
196
|
readonly sshPublicKeys: pulumi.Output<string[]>;
|
|
197
197
|
/**
|
|
198
|
-
* The ID of the subnet associated with the Cloud VM Cluster.
|
|
198
|
+
* The ID of the subnet associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
199
199
|
*/
|
|
200
200
|
readonly subnetId: pulumi.Output<string>;
|
|
201
201
|
/**
|
|
@@ -205,15 +205,15 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
|
|
|
205
205
|
[key: string]: string;
|
|
206
206
|
} | undefined>;
|
|
207
207
|
/**
|
|
208
|
-
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
|
208
|
+
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm). Changing this forces a new Cloud VM Cluster to be created.
|
|
209
209
|
*/
|
|
210
210
|
readonly timeZone: pulumi.Output<string>;
|
|
211
211
|
/**
|
|
212
|
-
* The ID of the Virtual Network associated with the Cloud VM Cluster.
|
|
212
|
+
* The ID of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
213
213
|
*/
|
|
214
214
|
readonly virtualNetworkId: pulumi.Output<string>;
|
|
215
215
|
/**
|
|
216
|
-
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
216
|
+
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
217
217
|
*/
|
|
218
218
|
readonly zoneId: pulumi.Output<string>;
|
|
219
219
|
/**
|
|
@@ -230,55 +230,55 @@ export declare class CloudVmCluster extends pulumi.CustomResource {
|
|
|
230
230
|
*/
|
|
231
231
|
export interface CloudVmClusterState {
|
|
232
232
|
/**
|
|
233
|
-
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster.
|
|
233
|
+
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
234
234
|
*/
|
|
235
235
|
backupSubnetCidr?: pulumi.Input<string>;
|
|
236
236
|
/**
|
|
237
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure.
|
|
237
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure. Changing this forces a new Cloud VM Cluster to be created.
|
|
238
238
|
*/
|
|
239
239
|
cloudExadataInfrastructureId?: pulumi.Input<string>;
|
|
240
240
|
/**
|
|
241
|
-
* The cluster name for Cloud VM Cluster.
|
|
241
|
+
* The cluster name for Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
242
242
|
*/
|
|
243
243
|
clusterName?: pulumi.Input<string>;
|
|
244
244
|
/**
|
|
245
|
-
* The number of CPU cores enabled on the Cloud VM Cluster.
|
|
245
|
+
* The number of CPU cores enabled on the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
246
246
|
*/
|
|
247
247
|
cpuCoreCount?: pulumi.Input<number>;
|
|
248
248
|
/**
|
|
249
|
-
* A `dataCollectionOptions` block as defined below.
|
|
249
|
+
* A `dataCollectionOptions` block as defined below. Changing this forces a new Cloud VM Cluster to be created.
|
|
250
250
|
*/
|
|
251
251
|
dataCollectionOptions?: pulumi.Input<inputs.oracle.CloudVmClusterDataCollectionOptions>;
|
|
252
252
|
/**
|
|
253
|
-
* The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
253
|
+
* The percentage assigned to DATA storage (user data and database files). Changing this forces a new Cloud VM Cluster to be created. The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
254
254
|
*/
|
|
255
255
|
dataStoragePercentage?: pulumi.Input<number>;
|
|
256
256
|
/**
|
|
257
|
-
* The data disk group size to be allocated in TBs.
|
|
257
|
+
* The data disk group size to be allocated in TBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
258
258
|
*/
|
|
259
259
|
dataStorageSizeInTbs?: pulumi.Input<number>;
|
|
260
260
|
/**
|
|
261
|
-
* The local node storage to be allocated in GBs.
|
|
261
|
+
* The local node storage to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
262
262
|
*/
|
|
263
263
|
dbNodeStorageSizeInGbs?: pulumi.Input<number>;
|
|
264
264
|
/**
|
|
265
|
-
* The list of DB servers.
|
|
265
|
+
* The list of DB servers. Changing this forces a new Cloud VM Cluster to be created.
|
|
266
266
|
*/
|
|
267
267
|
dbServers?: pulumi.Input<pulumi.Input<string>[]>;
|
|
268
268
|
/**
|
|
269
|
-
* The user-friendly name for the Cloud VM Cluster. The name does not need to be unique
|
|
269
|
+
* The user-friendly name for the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created. The name does not need to be unique.
|
|
270
270
|
*/
|
|
271
271
|
displayName?: pulumi.Input<string>;
|
|
272
272
|
/**
|
|
273
|
-
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
273
|
+
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
274
274
|
*/
|
|
275
275
|
domain?: pulumi.Input<string>;
|
|
276
276
|
/**
|
|
277
|
-
* A valid Oracle Grid Infrastructure (GI) software version.
|
|
277
|
+
* A valid Oracle Grid Infrastructure (GI) software version. Changing this forces a new Cloud VM Cluster to be created.
|
|
278
278
|
*/
|
|
279
279
|
giVersion?: pulumi.Input<string>;
|
|
280
280
|
/**
|
|
281
|
-
* The hostname for the Cloud VM Cluster without suffix.
|
|
281
|
+
* The hostname for the Cloud VM Cluster without suffix. Changing this forces a new Cloud VM Cluster to be created.
|
|
282
282
|
*/
|
|
283
283
|
hostname?: pulumi.Input<string>;
|
|
284
284
|
/**
|
|
@@ -286,23 +286,23 @@ export interface CloudVmClusterState {
|
|
|
286
286
|
*/
|
|
287
287
|
hostnameActual?: pulumi.Input<string>;
|
|
288
288
|
/**
|
|
289
|
-
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`.
|
|
289
|
+
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`. Changing this forces a new Cloud VM Cluster to be created.
|
|
290
290
|
*/
|
|
291
291
|
licenseModel?: pulumi.Input<string>;
|
|
292
292
|
/**
|
|
293
|
-
* 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.
|
|
293
|
+
* 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. Changing this forces a new Cloud VM Cluster to be created.
|
|
294
294
|
*/
|
|
295
295
|
localBackupEnabled?: pulumi.Input<boolean>;
|
|
296
296
|
/**
|
|
297
|
-
* The Azure Region where the Cloud VM Cluster should exist.
|
|
297
|
+
* The Azure Region where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
298
298
|
*/
|
|
299
299
|
location?: pulumi.Input<string>;
|
|
300
300
|
/**
|
|
301
|
-
* The memory to be allocated in GBs.
|
|
301
|
+
* The memory to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
302
302
|
*/
|
|
303
303
|
memorySizeInGbs?: pulumi.Input<number>;
|
|
304
304
|
/**
|
|
305
|
-
* The name which should be used for this Cloud VM Cluster.
|
|
305
|
+
* The name which should be used for this Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
306
306
|
*/
|
|
307
307
|
name?: pulumi.Input<string>;
|
|
308
308
|
/**
|
|
@@ -310,27 +310,27 @@ export interface CloudVmClusterState {
|
|
|
310
310
|
*/
|
|
311
311
|
ocid?: pulumi.Input<string>;
|
|
312
312
|
/**
|
|
313
|
-
* The name of the Resource Group where the Cloud VM Cluster should exist.
|
|
313
|
+
* The name of the Resource Group where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
314
314
|
*/
|
|
315
315
|
resourceGroupName?: pulumi.Input<string>;
|
|
316
316
|
/**
|
|
317
|
-
* The TCP Single Client Access Name (SCAN) port. The default port to 1521.
|
|
317
|
+
* The TCP Single Client Access Name (SCAN) port. The default port to 1521. Changing this forces a new Cloud VM Cluster to be created.
|
|
318
318
|
*/
|
|
319
319
|
scanListenerPortTcp?: pulumi.Input<number>;
|
|
320
320
|
/**
|
|
321
|
-
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484.
|
|
321
|
+
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484. Changing this forces a new Cloud VM Cluster to be created.
|
|
322
322
|
*/
|
|
323
323
|
scanListenerPortTcpSsl?: pulumi.Input<number>;
|
|
324
324
|
/**
|
|
325
|
-
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created.
|
|
325
|
+
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created. Changing this forces a new Cloud VM Cluster to be created.
|
|
326
326
|
*/
|
|
327
327
|
sparseDiskgroupEnabled?: pulumi.Input<boolean>;
|
|
328
328
|
/**
|
|
329
|
-
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster.
|
|
329
|
+
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
330
330
|
*/
|
|
331
331
|
sshPublicKeys?: pulumi.Input<pulumi.Input<string>[]>;
|
|
332
332
|
/**
|
|
333
|
-
* The ID of the subnet associated with the Cloud VM Cluster.
|
|
333
|
+
* The ID of the subnet associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
334
334
|
*/
|
|
335
335
|
subnetId?: pulumi.Input<string>;
|
|
336
336
|
/**
|
|
@@ -340,15 +340,15 @@ export interface CloudVmClusterState {
|
|
|
340
340
|
[key: string]: pulumi.Input<string>;
|
|
341
341
|
}>;
|
|
342
342
|
/**
|
|
343
|
-
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
|
343
|
+
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm). Changing this forces a new Cloud VM Cluster to be created.
|
|
344
344
|
*/
|
|
345
345
|
timeZone?: pulumi.Input<string>;
|
|
346
346
|
/**
|
|
347
|
-
* The ID of the Virtual Network associated with the Cloud VM Cluster.
|
|
347
|
+
* The ID of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
348
348
|
*/
|
|
349
349
|
virtualNetworkId?: pulumi.Input<string>;
|
|
350
350
|
/**
|
|
351
|
-
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
351
|
+
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
352
352
|
*/
|
|
353
353
|
zoneId?: pulumi.Input<string>;
|
|
354
354
|
}
|
|
@@ -357,99 +357,99 @@ export interface CloudVmClusterState {
|
|
|
357
357
|
*/
|
|
358
358
|
export interface CloudVmClusterArgs {
|
|
359
359
|
/**
|
|
360
|
-
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster.
|
|
360
|
+
* The backup subnet CIDR of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
361
361
|
*/
|
|
362
362
|
backupSubnetCidr?: pulumi.Input<string>;
|
|
363
363
|
/**
|
|
364
|
-
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure.
|
|
364
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the Cloud Exadata infrastructure. Changing this forces a new Cloud VM Cluster to be created.
|
|
365
365
|
*/
|
|
366
366
|
cloudExadataInfrastructureId: pulumi.Input<string>;
|
|
367
367
|
/**
|
|
368
|
-
* The cluster name for Cloud VM Cluster.
|
|
368
|
+
* The cluster name for Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
369
369
|
*/
|
|
370
370
|
clusterName?: pulumi.Input<string>;
|
|
371
371
|
/**
|
|
372
|
-
* The number of CPU cores enabled on the Cloud VM Cluster.
|
|
372
|
+
* The number of CPU cores enabled on the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
373
373
|
*/
|
|
374
374
|
cpuCoreCount: pulumi.Input<number>;
|
|
375
375
|
/**
|
|
376
|
-
* A `dataCollectionOptions` block as defined below.
|
|
376
|
+
* A `dataCollectionOptions` block as defined below. Changing this forces a new Cloud VM Cluster to be created.
|
|
377
377
|
*/
|
|
378
378
|
dataCollectionOptions?: pulumi.Input<inputs.oracle.CloudVmClusterDataCollectionOptions>;
|
|
379
379
|
/**
|
|
380
|
-
* The percentage assigned to DATA storage (user data and database files). The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
380
|
+
* The percentage assigned to DATA storage (user data and database files). Changing this forces a new Cloud VM Cluster to be created. The remaining percentage is assigned to RECO storage (database redo logs, archive logs, and recovery manager backups). Accepted values are `35`, `40`, `60` and `80`.
|
|
381
381
|
*/
|
|
382
382
|
dataStoragePercentage?: pulumi.Input<number>;
|
|
383
383
|
/**
|
|
384
|
-
* The data disk group size to be allocated in TBs.
|
|
384
|
+
* The data disk group size to be allocated in TBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
385
385
|
*/
|
|
386
386
|
dataStorageSizeInTbs?: pulumi.Input<number>;
|
|
387
387
|
/**
|
|
388
|
-
* The local node storage to be allocated in GBs.
|
|
388
|
+
* The local node storage to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
389
389
|
*/
|
|
390
390
|
dbNodeStorageSizeInGbs?: pulumi.Input<number>;
|
|
391
391
|
/**
|
|
392
|
-
* The list of DB servers.
|
|
392
|
+
* The list of DB servers. Changing this forces a new Cloud VM Cluster to be created.
|
|
393
393
|
*/
|
|
394
394
|
dbServers: pulumi.Input<pulumi.Input<string>[]>;
|
|
395
395
|
/**
|
|
396
|
-
* The user-friendly name for the Cloud VM Cluster. The name does not need to be unique
|
|
396
|
+
* The user-friendly name for the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created. The name does not need to be unique.
|
|
397
397
|
*/
|
|
398
398
|
displayName: pulumi.Input<string>;
|
|
399
399
|
/**
|
|
400
|
-
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
400
|
+
* The name of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
401
401
|
*/
|
|
402
402
|
domain?: pulumi.Input<string>;
|
|
403
403
|
/**
|
|
404
|
-
* A valid Oracle Grid Infrastructure (GI) software version.
|
|
404
|
+
* A valid Oracle Grid Infrastructure (GI) software version. Changing this forces a new Cloud VM Cluster to be created.
|
|
405
405
|
*/
|
|
406
406
|
giVersion: pulumi.Input<string>;
|
|
407
407
|
/**
|
|
408
|
-
* The hostname for the Cloud VM Cluster without suffix.
|
|
408
|
+
* The hostname for the Cloud VM Cluster without suffix. Changing this forces a new Cloud VM Cluster to be created.
|
|
409
409
|
*/
|
|
410
410
|
hostname: pulumi.Input<string>;
|
|
411
411
|
/**
|
|
412
|
-
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`.
|
|
412
|
+
* The Oracle license model that applies to the Cloud VM Cluster, either `BringYourOwnLicense` or `LicenseIncluded`. Changing this forces a new Cloud VM Cluster to be created.
|
|
413
413
|
*/
|
|
414
414
|
licenseModel: pulumi.Input<string>;
|
|
415
415
|
/**
|
|
416
|
-
* 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.
|
|
416
|
+
* 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. Changing this forces a new Cloud VM Cluster to be created.
|
|
417
417
|
*/
|
|
418
418
|
localBackupEnabled?: pulumi.Input<boolean>;
|
|
419
419
|
/**
|
|
420
|
-
* The Azure Region where the Cloud VM Cluster should exist.
|
|
420
|
+
* The Azure Region where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
421
421
|
*/
|
|
422
422
|
location?: pulumi.Input<string>;
|
|
423
423
|
/**
|
|
424
|
-
* The memory to be allocated in GBs.
|
|
424
|
+
* The memory to be allocated in GBs. Changing this forces a new Cloud VM Cluster to be created.
|
|
425
425
|
*/
|
|
426
426
|
memorySizeInGbs?: pulumi.Input<number>;
|
|
427
427
|
/**
|
|
428
|
-
* The name which should be used for this Cloud VM Cluster.
|
|
428
|
+
* The name which should be used for this Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
429
429
|
*/
|
|
430
430
|
name?: pulumi.Input<string>;
|
|
431
431
|
/**
|
|
432
|
-
* The name of the Resource Group where the Cloud VM Cluster should exist.
|
|
432
|
+
* The name of the Resource Group where the Cloud VM Cluster should exist. Changing this forces a new Cloud VM Cluster to be created.
|
|
433
433
|
*/
|
|
434
434
|
resourceGroupName: pulumi.Input<string>;
|
|
435
435
|
/**
|
|
436
|
-
* The TCP Single Client Access Name (SCAN) port. The default port to 1521.
|
|
436
|
+
* The TCP Single Client Access Name (SCAN) port. The default port to 1521. Changing this forces a new Cloud VM Cluster to be created.
|
|
437
437
|
*/
|
|
438
438
|
scanListenerPortTcp?: pulumi.Input<number>;
|
|
439
439
|
/**
|
|
440
|
-
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484.
|
|
440
|
+
* The TCPS Single Client Access Name (SCAN) port. The default port to 2484. Changing this forces a new Cloud VM Cluster to be created.
|
|
441
441
|
*/
|
|
442
442
|
scanListenerPortTcpSsl?: pulumi.Input<number>;
|
|
443
443
|
/**
|
|
444
|
-
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created.
|
|
444
|
+
* If true, the sparse disk group is configured for the Cloud VM Cluster. If `false`, the sparse disk group is not created. Changing this forces a new Cloud VM Cluster to be created.
|
|
445
445
|
*/
|
|
446
446
|
sparseDiskgroupEnabled?: pulumi.Input<boolean>;
|
|
447
447
|
/**
|
|
448
|
-
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster.
|
|
448
|
+
* The public key portion of one or more key pairs used for SSH access to the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
449
449
|
*/
|
|
450
450
|
sshPublicKeys: pulumi.Input<pulumi.Input<string>[]>;
|
|
451
451
|
/**
|
|
452
|
-
* The ID of the subnet associated with the Cloud VM Cluster.
|
|
452
|
+
* The ID of the subnet associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
453
453
|
*/
|
|
454
454
|
subnetId: pulumi.Input<string>;
|
|
455
455
|
/**
|
|
@@ -459,15 +459,15 @@ export interface CloudVmClusterArgs {
|
|
|
459
459
|
[key: string]: pulumi.Input<string>;
|
|
460
460
|
}>;
|
|
461
461
|
/**
|
|
462
|
-
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm).
|
|
462
|
+
* The time zone of the Cloud VM Cluster. For details, see [Exadata Infrastructure Time Zones](https://docs.cloud.oracle.com/iaas/Content/Database/References/timezones.htm). Changing this forces a new Cloud VM Cluster to be created.
|
|
463
463
|
*/
|
|
464
464
|
timeZone?: pulumi.Input<string>;
|
|
465
465
|
/**
|
|
466
|
-
* The ID of the Virtual Network associated with the Cloud VM Cluster.
|
|
466
|
+
* The ID of the Virtual Network associated with the Cloud VM Cluster. Changing this forces a new Cloud VM Cluster to be created.
|
|
467
467
|
*/
|
|
468
468
|
virtualNetworkId: pulumi.Input<string>;
|
|
469
469
|
/**
|
|
470
|
-
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name.
|
|
470
|
+
* The OCID of the OCI Private DNS Zone to be associated with the Cloud VM Cluster. This is required for specifying your own private domain name. Changing this forces a new Cloud VM Cluster to be created.
|
|
471
471
|
*/
|
|
472
472
|
zoneId?: pulumi.Input<string>;
|
|
473
473
|
}
|
|
@@ -51,15 +51,15 @@ export declare class ExadataInfrastructure extends pulumi.CustomResource {
|
|
|
51
51
|
*/
|
|
52
52
|
static isInstance(obj: any): obj is ExadataInfrastructure;
|
|
53
53
|
/**
|
|
54
|
-
* The number of compute servers for the Cloud Exadata Infrastructure.
|
|
54
|
+
* The number of compute servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
55
55
|
*/
|
|
56
56
|
readonly computeCount: pulumi.Output<number>;
|
|
57
57
|
/**
|
|
58
|
-
* The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
58
|
+
* The email address used by Oracle to send notifications regarding databases and infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
59
59
|
*/
|
|
60
60
|
readonly customerContacts: pulumi.Output<string[]>;
|
|
61
61
|
/**
|
|
62
|
-
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
|
|
62
|
+
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
63
63
|
*/
|
|
64
64
|
readonly displayName: pulumi.Output<string>;
|
|
65
65
|
/**
|
|
@@ -67,23 +67,23 @@ export declare class ExadataInfrastructure extends pulumi.CustomResource {
|
|
|
67
67
|
*/
|
|
68
68
|
readonly location: pulumi.Output<string>;
|
|
69
69
|
/**
|
|
70
|
-
* One or more `maintenanceWindow` blocks as defined below.
|
|
70
|
+
* One or more `maintenanceWindow` blocks as defined below. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
71
71
|
*/
|
|
72
72
|
readonly maintenanceWindows: pulumi.Output<outputs.oracle.ExadataInfrastructureMaintenanceWindow[]>;
|
|
73
73
|
/**
|
|
74
|
-
* The name which should be used for this Cloud Exadata Infrastructure.
|
|
74
|
+
* The name which should be used for this Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
75
75
|
*/
|
|
76
76
|
readonly name: pulumi.Output<string>;
|
|
77
77
|
/**
|
|
78
|
-
* The name of the Resource Group where the ODB@A Infrastructure should exist.
|
|
78
|
+
* The name of the Resource Group where the ODB@A Infrastructure should exist. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
79
79
|
*/
|
|
80
80
|
readonly resourceGroupName: pulumi.Output<string>;
|
|
81
81
|
/**
|
|
82
|
-
* The shape of the ODB@A infrastructure resource.
|
|
82
|
+
* The shape of the ODB@A infrastructure resource. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
83
83
|
*/
|
|
84
84
|
readonly shape: pulumi.Output<string>;
|
|
85
85
|
/**
|
|
86
|
-
* The number of storage servers for the Cloud Exadata Infrastructure.
|
|
86
|
+
* The number of storage servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
87
87
|
*/
|
|
88
88
|
readonly storageCount: pulumi.Output<number>;
|
|
89
89
|
/**
|
|
@@ -93,7 +93,7 @@ export declare class ExadataInfrastructure extends pulumi.CustomResource {
|
|
|
93
93
|
[key: string]: string;
|
|
94
94
|
} | undefined>;
|
|
95
95
|
/**
|
|
96
|
-
* Cloud Exadata Infrastructure zones.
|
|
96
|
+
* Cloud Exadata Infrastructure zones. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
97
97
|
*/
|
|
98
98
|
readonly zones: pulumi.Output<string[]>;
|
|
99
99
|
/**
|
|
@@ -110,15 +110,15 @@ export declare class ExadataInfrastructure extends pulumi.CustomResource {
|
|
|
110
110
|
*/
|
|
111
111
|
export interface ExadataInfrastructureState {
|
|
112
112
|
/**
|
|
113
|
-
* The number of compute servers for the Cloud Exadata Infrastructure.
|
|
113
|
+
* The number of compute servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
114
114
|
*/
|
|
115
115
|
computeCount?: pulumi.Input<number>;
|
|
116
116
|
/**
|
|
117
|
-
* The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
117
|
+
* The email address used by Oracle to send notifications regarding databases and infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
118
118
|
*/
|
|
119
119
|
customerContacts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
120
120
|
/**
|
|
121
|
-
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
|
|
121
|
+
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
122
122
|
*/
|
|
123
123
|
displayName?: pulumi.Input<string>;
|
|
124
124
|
/**
|
|
@@ -126,23 +126,23 @@ export interface ExadataInfrastructureState {
|
|
|
126
126
|
*/
|
|
127
127
|
location?: pulumi.Input<string>;
|
|
128
128
|
/**
|
|
129
|
-
* One or more `maintenanceWindow` blocks as defined below.
|
|
129
|
+
* One or more `maintenanceWindow` blocks as defined below. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
130
130
|
*/
|
|
131
131
|
maintenanceWindows?: pulumi.Input<pulumi.Input<inputs.oracle.ExadataInfrastructureMaintenanceWindow>[]>;
|
|
132
132
|
/**
|
|
133
|
-
* The name which should be used for this Cloud Exadata Infrastructure.
|
|
133
|
+
* The name which should be used for this Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
134
134
|
*/
|
|
135
135
|
name?: pulumi.Input<string>;
|
|
136
136
|
/**
|
|
137
|
-
* The name of the Resource Group where the ODB@A Infrastructure should exist.
|
|
137
|
+
* The name of the Resource Group where the ODB@A Infrastructure should exist. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
138
138
|
*/
|
|
139
139
|
resourceGroupName?: pulumi.Input<string>;
|
|
140
140
|
/**
|
|
141
|
-
* The shape of the ODB@A infrastructure resource.
|
|
141
|
+
* The shape of the ODB@A infrastructure resource. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
142
142
|
*/
|
|
143
143
|
shape?: pulumi.Input<string>;
|
|
144
144
|
/**
|
|
145
|
-
* The number of storage servers for the Cloud Exadata Infrastructure.
|
|
145
|
+
* The number of storage servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
146
146
|
*/
|
|
147
147
|
storageCount?: pulumi.Input<number>;
|
|
148
148
|
/**
|
|
@@ -152,7 +152,7 @@ export interface ExadataInfrastructureState {
|
|
|
152
152
|
[key: string]: pulumi.Input<string>;
|
|
153
153
|
}>;
|
|
154
154
|
/**
|
|
155
|
-
* Cloud Exadata Infrastructure zones.
|
|
155
|
+
* Cloud Exadata Infrastructure zones. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
156
156
|
*/
|
|
157
157
|
zones?: pulumi.Input<pulumi.Input<string>[]>;
|
|
158
158
|
}
|
|
@@ -161,15 +161,15 @@ export interface ExadataInfrastructureState {
|
|
|
161
161
|
*/
|
|
162
162
|
export interface ExadataInfrastructureArgs {
|
|
163
163
|
/**
|
|
164
|
-
* The number of compute servers for the Cloud Exadata Infrastructure.
|
|
164
|
+
* The number of compute servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
165
165
|
*/
|
|
166
166
|
computeCount: pulumi.Input<number>;
|
|
167
167
|
/**
|
|
168
|
-
* The email address used by Oracle to send notifications regarding databases and infrastructure.
|
|
168
|
+
* The email address used by Oracle to send notifications regarding databases and infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
169
169
|
*/
|
|
170
170
|
customerContacts?: pulumi.Input<pulumi.Input<string>[]>;
|
|
171
171
|
/**
|
|
172
|
-
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique.
|
|
172
|
+
* The user-friendly name for the Cloud Exadata Infrastructure resource. The name does not need to be unique. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
173
173
|
*/
|
|
174
174
|
displayName: pulumi.Input<string>;
|
|
175
175
|
/**
|
|
@@ -177,23 +177,23 @@ export interface ExadataInfrastructureArgs {
|
|
|
177
177
|
*/
|
|
178
178
|
location?: pulumi.Input<string>;
|
|
179
179
|
/**
|
|
180
|
-
* One or more `maintenanceWindow` blocks as defined below.
|
|
180
|
+
* One or more `maintenanceWindow` blocks as defined below. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
181
181
|
*/
|
|
182
182
|
maintenanceWindows?: pulumi.Input<pulumi.Input<inputs.oracle.ExadataInfrastructureMaintenanceWindow>[]>;
|
|
183
183
|
/**
|
|
184
|
-
* The name which should be used for this Cloud Exadata Infrastructure.
|
|
184
|
+
* The name which should be used for this Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
185
185
|
*/
|
|
186
186
|
name?: pulumi.Input<string>;
|
|
187
187
|
/**
|
|
188
|
-
* The name of the Resource Group where the ODB@A Infrastructure should exist.
|
|
188
|
+
* The name of the Resource Group where the ODB@A Infrastructure should exist. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
189
189
|
*/
|
|
190
190
|
resourceGroupName: pulumi.Input<string>;
|
|
191
191
|
/**
|
|
192
|
-
* The shape of the ODB@A infrastructure resource.
|
|
192
|
+
* The shape of the ODB@A infrastructure resource. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
193
193
|
*/
|
|
194
194
|
shape: pulumi.Input<string>;
|
|
195
195
|
/**
|
|
196
|
-
* The number of storage servers for the Cloud Exadata Infrastructure.
|
|
196
|
+
* The number of storage servers for the Cloud Exadata Infrastructure. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
197
197
|
*/
|
|
198
198
|
storageCount: pulumi.Input<number>;
|
|
199
199
|
/**
|
|
@@ -203,7 +203,7 @@ export interface ExadataInfrastructureArgs {
|
|
|
203
203
|
[key: string]: pulumi.Input<string>;
|
|
204
204
|
}>;
|
|
205
205
|
/**
|
|
206
|
-
* Cloud Exadata Infrastructure zones.
|
|
206
|
+
* Cloud Exadata Infrastructure zones. Changing this forces a new Cloud Exadata Infrastructure to be created.
|
|
207
207
|
*/
|
|
208
208
|
zones: pulumi.Input<pulumi.Input<string>[]>;
|
|
209
209
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/azure",
|
|
3
|
-
"version": "6.12.0-alpha.
|
|
3
|
+
"version": "6.12.0-alpha.1733131988",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Microsoft Azure cloud resources, based on the Terraform azurerm provider. We recommend using the [Azure Native provider](https://github.com/pulumi/pulumi-azure-native) to provision Azure infrastructure. Azure Native provides complete coverage of Azure resources and same-day access to new resources and resource updates.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -30,6 +30,6 @@
|
|
|
30
30
|
"pulumi": {
|
|
31
31
|
"resource": true,
|
|
32
32
|
"name": "azure",
|
|
33
|
-
"version": "6.12.0-alpha.
|
|
33
|
+
"version": "6.12.0-alpha.1733131988"
|
|
34
34
|
}
|
|
35
35
|
}
|
package/search/getService.d.ts
CHANGED
|
@@ -37,6 +37,10 @@ export interface GetServiceArgs {
|
|
|
37
37
|
* A collection of values returned by getService.
|
|
38
38
|
*/
|
|
39
39
|
export interface GetServiceResult {
|
|
40
|
+
/**
|
|
41
|
+
* Describes whether the search service is compliant or not with respect to having non-customer encrypted resources. If a service has more than one non-customer encrypted resource and `Enforcement` is `enabled` then the service will be marked as `NonCompliant`. If all the resources are customer encrypted, then the service will be marked as `Compliant`.
|
|
42
|
+
*/
|
|
43
|
+
readonly customerManagedKeyEncryptionComplianceStatus: string;
|
|
40
44
|
/**
|
|
41
45
|
* The provider-assigned unique ID for this managed resource.
|
|
42
46
|
*/
|