@pulumi/vsphere 4.0.1 → 4.1.0
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/README.md +1 -1
- package/computeCluster.d.ts +111 -111
- package/computeCluster.js +1 -0
- package/computeCluster.js.map +1 -1
- package/computeClusterHostGroup.d.ts +6 -6
- package/computeClusterHostGroup.js +1 -0
- package/computeClusterHostGroup.js.map +1 -1
- package/computeClusterVmAffinityRule.d.ts +10 -10
- package/computeClusterVmAffinityRule.js +1 -0
- package/computeClusterVmAffinityRule.js.map +1 -1
- package/computeClusterVmAntiAffinityRule.d.ts +10 -10
- package/computeClusterVmAntiAffinityRule.js +1 -0
- package/computeClusterVmAntiAffinityRule.js.map +1 -1
- package/computeClusterVmDependencyRule.d.ts +12 -12
- package/computeClusterVmDependencyRule.js +1 -0
- package/computeClusterVmDependencyRule.js.map +1 -1
- package/computeClusterVmGroup.d.ts +6 -6
- package/computeClusterVmGroup.js +1 -0
- package/computeClusterVmGroup.js.map +1 -1
- package/computeClusterVmHostRule.d.ts +14 -14
- package/computeClusterVmHostRule.js +1 -0
- package/computeClusterVmHostRule.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +13 -13
- package/config/vars.js +87 -50
- package/config/vars.js.map +1 -1
- package/contentLibrary.d.ts +10 -10
- package/contentLibrary.js +1 -0
- package/contentLibrary.js.map +1 -1
- package/contentLibraryItem.d.ts +12 -12
- package/contentLibraryItem.js +1 -0
- package/contentLibraryItem.js.map +1 -1
- package/customAttribute.d.ts +4 -4
- package/customAttribute.js +1 -0
- package/customAttribute.js.map +1 -1
- package/datacenter.d.ts +9 -9
- package/datacenter.js +1 -0
- package/datacenter.js.map +1 -1
- package/datastoreCluster.d.ts +50 -50
- package/datastoreCluster.js +1 -0
- package/datastoreCluster.js.map +1 -1
- package/datastoreClusterVmAntiAffinityRule.d.ts +10 -10
- package/datastoreClusterVmAntiAffinityRule.js +1 -0
- package/datastoreClusterVmAntiAffinityRule.js.map +1 -1
- package/distributedPortGroup.d.ts +94 -94
- package/distributedPortGroup.js +1 -0
- package/distributedPortGroup.js.map +1 -1
- package/distributedVirtualSwitch.d.ts +189 -189
- package/distributedVirtualSwitch.js +1 -0
- package/distributedVirtualSwitch.js.map +1 -1
- package/dpmHostOverride.d.ts +8 -8
- package/dpmHostOverride.js +1 -0
- package/dpmHostOverride.js.map +1 -1
- package/drsVmOverride.d.ts +8 -8
- package/drsVmOverride.js +1 -0
- package/drsVmOverride.js.map +1 -1
- package/entityPermissions.d.ts +6 -6
- package/entityPermissions.js +1 -0
- package/entityPermissions.js.map +1 -1
- package/file.d.ts +14 -14
- package/file.js +1 -0
- package/file.js.map +1 -1
- package/folder.d.ts +10 -10
- package/folder.js +1 -0
- package/folder.js.map +1 -1
- package/getComputeCluster.d.ts +22 -4
- package/getComputeCluster.js +7 -2
- package/getComputeCluster.js.map +1 -1
- package/getContentLibrary.d.ts +12 -2
- package/getContentLibrary.js +6 -1
- package/getContentLibrary.js.map +1 -1
- package/getContentLibraryItem.d.ts +36 -3
- package/getContentLibraryItem.js +20 -0
- package/getContentLibraryItem.js.map +1 -1
- package/getCustomAttribute.d.ts +12 -2
- package/getCustomAttribute.js +6 -1
- package/getCustomAttribute.js.map +1 -1
- package/getDatacenter.d.ts +13 -2
- package/getDatacenter.js +6 -1
- package/getDatacenter.js.map +1 -1
- package/getDatastore.d.ts +22 -4
- package/getDatastore.js +7 -2
- package/getDatastore.js.map +1 -1
- package/getDatastoreCluster.d.ts +22 -4
- package/getDatastoreCluster.js +7 -2
- package/getDatastoreCluster.js.map +1 -1
- package/getDistributedVirtualSwitch.d.ts +23 -4
- package/getDistributedVirtualSwitch.js +7 -2
- package/getDistributedVirtualSwitch.js.map +1 -1
- package/getDynamic.d.ts +24 -3
- package/getDynamic.js +5 -0
- package/getDynamic.js.map +1 -1
- package/getFolder.d.ts +16 -2
- package/getFolder.js +6 -1
- package/getFolder.js.map +1 -1
- package/getHost.d.ts +20 -4
- package/getHost.js +7 -2
- package/getHost.js.map +1 -1
- package/getHostPciDevice.d.ts +28 -4
- package/getHostPciDevice.js +5 -0
- package/getHostPciDevice.js.map +1 -1
- package/getHostThumbprint.d.ts +24 -4
- package/getHostThumbprint.js +6 -1
- package/getHostThumbprint.js.map +1 -1
- package/getNetwork.d.ts +30 -5
- package/getNetwork.js +7 -2
- package/getNetwork.js.map +1 -1
- package/getOvfVmTemplate.d.ts +78 -14
- package/getOvfVmTemplate.js +5 -0
- package/getOvfVmTemplate.js.map +1 -1
- package/getPolicy.d.ts +12 -2
- package/getPolicy.js +6 -1
- package/getPolicy.js.map +1 -1
- package/getResourcePool.d.ts +24 -5
- package/getResourcePool.js +8 -3
- package/getResourcePool.js.map +1 -1
- package/getRole.d.ts +24 -5
- package/getRole.js +6 -1
- package/getRole.js.map +1 -1
- package/getTag.d.ts +18 -4
- package/getTag.js +7 -2
- package/getTag.js.map +1 -1
- package/getTagCategory.d.ts +12 -2
- package/getTagCategory.js +6 -1
- package/getTagCategory.js.map +1 -1
- package/getVappContainer.d.ts +20 -4
- package/getVappContainer.js +7 -2
- package/getVappContainer.js.map +1 -1
- package/getVirtualMachine.d.ts +149 -51
- package/getVirtualMachine.js +7 -2
- package/getVirtualMachine.js.map +1 -1
- package/getVmfsDisks.d.ts +28 -6
- package/getVmfsDisks.js +8 -3
- package/getVmfsDisks.js.map +1 -1
- package/haVmOverride.d.ts +30 -30
- package/haVmOverride.js +1 -0
- package/haVmOverride.js.map +1 -1
- package/host.d.ts +24 -24
- package/host.js +1 -0
- package/host.js.map +1 -1
- package/hostPortGroup.d.ts +41 -41
- package/hostPortGroup.js +5 -4
- package/hostPortGroup.js.map +1 -1
- package/hostVirtualSwitch.d.ts +42 -42
- package/hostVirtualSwitch.js +1 -0
- package/hostVirtualSwitch.js.map +1 -1
- package/index.js +74 -66
- package/index.js.map +1 -1
- package/license.d.ts +8 -8
- package/license.js +1 -0
- package/license.js.map +1 -1
- package/nasDatastore.d.ts +30 -30
- package/nasDatastore.js +1 -0
- package/nasDatastore.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/provider.d.ts +45 -13
- package/provider.js +9 -8
- package/provider.js.map +1 -1
- package/resourcePool.d.ts +28 -28
- package/resourcePool.js +1 -0
- package/resourcePool.js.map +1 -1
- package/role.d.ts +5 -5
- package/role.js +1 -0
- package/role.js.map +1 -1
- package/storageDrsVmOverride.d.ts +10 -10
- package/storageDrsVmOverride.js +1 -0
- package/storageDrsVmOverride.js.map +1 -1
- package/tag.d.ts +6 -6
- package/tag.js +1 -0
- package/tag.js.map +1 -1
- package/tagCategory.d.ts +8 -8
- package/tagCategory.js +1 -0
- package/tagCategory.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +5 -0
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/vappContainer.d.ts +30 -30
- package/vappContainer.js +1 -0
- package/vappContainer.js.map +1 -1
- package/vappEntity.d.ts +20 -20
- package/vappEntity.js +1 -0
- package/vappEntity.js.map +1 -1
- package/virtualDisk.d.ts +14 -14
- package/virtualDisk.js +1 -0
- package/virtualDisk.js.map +1 -1
- package/virtualMachine.d.ts +154 -154
- package/virtualMachine.js +1 -0
- package/virtualMachine.js.map +1 -1
- package/virtualMachineSnapshot.d.ts +14 -14
- package/virtualMachineSnapshot.js +1 -0
- package/virtualMachineSnapshot.js.map +1 -1
- package/vmStoragePolicy.d.ts +6 -6
- package/vmStoragePolicy.js +1 -0
- package/vmStoragePolicy.js.map +1 -1
- package/vmfsDatastore.d.ts +21 -21
- package/vmfsDatastore.js +1 -0
- package/vmfsDatastore.js.map +1 -1
- package/vnic.d.ts +18 -18
- package/vnic.js +1 -0
- package/vnic.js.map +1 -1
package/datastoreCluster.d.ts
CHANGED
|
@@ -181,7 +181,7 @@ export interface DatastoreClusterState {
|
|
|
181
181
|
* [here][docs-setting-custom-attributes] for a reference on how to set values
|
|
182
182
|
* for custom attributes.
|
|
183
183
|
*/
|
|
184
|
-
|
|
184
|
+
customAttributes?: pulumi.Input<{
|
|
185
185
|
[key: string]: pulumi.Input<string>;
|
|
186
186
|
}>;
|
|
187
187
|
/**
|
|
@@ -189,7 +189,7 @@ export interface DatastoreClusterState {
|
|
|
189
189
|
* the datacenter to create the datastore cluster in. Forces a new resource if
|
|
190
190
|
* changed.
|
|
191
191
|
*/
|
|
192
|
-
|
|
192
|
+
datacenterId?: pulumi.Input<string>;
|
|
193
193
|
/**
|
|
194
194
|
* The relative path to a folder to put this datastore
|
|
195
195
|
* cluster in. This is a path relative to the datacenter you are deploying the
|
|
@@ -199,73 +199,73 @@ export interface DatastoreClusterState {
|
|
|
199
199
|
* `/dc1/datastore/foo/bar`, with the final inventory path being
|
|
200
200
|
* `/dc1/datastore/foo/bar/datastore-cluster-test`.
|
|
201
201
|
*/
|
|
202
|
-
|
|
202
|
+
folder?: pulumi.Input<string>;
|
|
203
203
|
/**
|
|
204
204
|
* The name of the datastore cluster.
|
|
205
205
|
*/
|
|
206
|
-
|
|
206
|
+
name?: pulumi.Input<string>;
|
|
207
207
|
/**
|
|
208
208
|
* A key/value map of advanced Storage DRS
|
|
209
209
|
* settings that are not exposed via the provider or the vSphere client.
|
|
210
210
|
*/
|
|
211
|
-
|
|
211
|
+
sdrsAdvancedOptions?: pulumi.Input<{
|
|
212
212
|
[key: string]: pulumi.Input<string>;
|
|
213
213
|
}>;
|
|
214
214
|
/**
|
|
215
215
|
* The global automation level for all
|
|
216
216
|
* virtual machines in this datastore cluster. Default: `manual`.
|
|
217
217
|
*/
|
|
218
|
-
|
|
218
|
+
sdrsAutomationLevel?: pulumi.Input<string>;
|
|
219
219
|
/**
|
|
220
220
|
* When `true`, all disks in a
|
|
221
221
|
* single virtual machine will be kept on the same datastore. Default: `true`.
|
|
222
222
|
*/
|
|
223
|
-
|
|
223
|
+
sdrsDefaultIntraVmAffinity?: pulumi.Input<boolean>;
|
|
224
224
|
/**
|
|
225
225
|
* Enable Storage DRS for this datastore cluster.
|
|
226
226
|
* Default: `false`.
|
|
227
227
|
*/
|
|
228
|
-
|
|
228
|
+
sdrsEnabled?: pulumi.Input<boolean>;
|
|
229
229
|
/**
|
|
230
230
|
* The free space threshold to use.
|
|
231
231
|
* When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and
|
|
232
232
|
* when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default:
|
|
233
233
|
* `utilization`.
|
|
234
234
|
*/
|
|
235
|
-
|
|
235
|
+
sdrsFreeSpaceThreshold?: pulumi.Input<number>;
|
|
236
236
|
/**
|
|
237
237
|
* The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
|
|
238
238
|
* freeSpace, drs_free_space_threshold is used.
|
|
239
239
|
*/
|
|
240
|
-
|
|
240
|
+
sdrsFreeSpaceThresholdMode?: pulumi.Input<string>;
|
|
241
241
|
/**
|
|
242
242
|
* The threshold, in
|
|
243
243
|
* percent, of difference between space utilization in datastores before storage
|
|
244
244
|
* DRS makes decisions to balance the space. Default: `5` percent.
|
|
245
245
|
*/
|
|
246
|
-
|
|
246
|
+
sdrsFreeSpaceUtilizationDifference?: pulumi.Input<number>;
|
|
247
247
|
/**
|
|
248
248
|
* Overrides the default
|
|
249
249
|
* automation settings when correcting I/O load imbalances.
|
|
250
250
|
*/
|
|
251
|
-
|
|
251
|
+
sdrsIoBalanceAutomationLevel?: pulumi.Input<string>;
|
|
252
252
|
/**
|
|
253
253
|
* The I/O latency threshold, in
|
|
254
254
|
* milliseconds, that storage DRS uses to make recommendations to move disks
|
|
255
255
|
* from this datastore. Default: `15` seconds.
|
|
256
256
|
*/
|
|
257
|
-
|
|
257
|
+
sdrsIoLatencyThreshold?: pulumi.Input<number>;
|
|
258
258
|
/**
|
|
259
259
|
* Enable I/O load balancing for
|
|
260
260
|
* this datastore cluster. Default: `true`.
|
|
261
261
|
*/
|
|
262
|
-
|
|
262
|
+
sdrsIoLoadBalanceEnabled?: pulumi.Input<boolean>;
|
|
263
263
|
/**
|
|
264
264
|
* The difference between load
|
|
265
265
|
* in datastores in the cluster before storage DRS makes recommendations to
|
|
266
266
|
* balance the load. Default: `5` percent.
|
|
267
267
|
*/
|
|
268
|
-
|
|
268
|
+
sdrsIoLoadImbalanceThreshold?: pulumi.Input<number>;
|
|
269
269
|
/**
|
|
270
270
|
* The threshold of reservable
|
|
271
271
|
* IOPS of all virtual machines on the datastore before storage DRS makes
|
|
@@ -274,54 +274,54 @@ export interface DatastoreClusterState {
|
|
|
274
274
|
* estimate of the capacity of the datastores in your cluster, and should be set
|
|
275
275
|
* to roughly 50-60% of the worst case peak performance of the backing LUNs.
|
|
276
276
|
*/
|
|
277
|
-
|
|
277
|
+
sdrsIoReservableIopsThreshold?: pulumi.Input<number>;
|
|
278
278
|
/**
|
|
279
279
|
* The threshold, in
|
|
280
280
|
* percent, of actual estimated performance of the datastore (in IOPS) that
|
|
281
281
|
* storage DRS uses to make recommendations to move VMs off of a datastore when
|
|
282
282
|
* the total reservable IOPS exceeds the threshold. Default: `60` percent.
|
|
283
283
|
*/
|
|
284
|
-
|
|
284
|
+
sdrsIoReservablePercentThreshold?: pulumi.Input<number>;
|
|
285
285
|
/**
|
|
286
286
|
* The reservable IOPS
|
|
287
287
|
* threshold setting to use, `sdrsIoReservablePercentThreshold` in the event
|
|
288
288
|
* of `automatic`, or `sdrsIoReservableIopsThreshold` in the event of
|
|
289
289
|
* `manual`. Default: `automatic`.
|
|
290
290
|
*/
|
|
291
|
-
|
|
291
|
+
sdrsIoReservableThresholdMode?: pulumi.Input<string>;
|
|
292
292
|
/**
|
|
293
293
|
* The storage DRS poll interval, in
|
|
294
294
|
* minutes. Default: `480` minutes.
|
|
295
295
|
*/
|
|
296
|
-
|
|
296
|
+
sdrsLoadBalanceInterval?: pulumi.Input<number>;
|
|
297
297
|
/**
|
|
298
298
|
* Overrides the default
|
|
299
299
|
* automation settings when correcting storage and VM policy violations.
|
|
300
300
|
*/
|
|
301
|
-
|
|
301
|
+
sdrsPolicyEnforcementAutomationLevel?: pulumi.Input<string>;
|
|
302
302
|
/**
|
|
303
303
|
* Overrides the default
|
|
304
304
|
* automation settings when correcting affinity rule violations.
|
|
305
305
|
*/
|
|
306
|
-
|
|
306
|
+
sdrsRuleEnforcementAutomationLevel?: pulumi.Input<string>;
|
|
307
307
|
/**
|
|
308
308
|
* Overrides the default
|
|
309
309
|
* automation settings when correcting disk space imbalances.
|
|
310
310
|
*/
|
|
311
|
-
|
|
311
|
+
sdrsSpaceBalanceAutomationLevel?: pulumi.Input<string>;
|
|
312
312
|
/**
|
|
313
313
|
* The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
314
314
|
*/
|
|
315
|
-
|
|
315
|
+
sdrsSpaceUtilizationThreshold?: pulumi.Input<number>;
|
|
316
316
|
/**
|
|
317
317
|
* Overrides the default
|
|
318
318
|
* automation settings when generating recommendations for datastore evacuation.
|
|
319
319
|
*/
|
|
320
|
-
|
|
320
|
+
sdrsVmEvacuationAutomationLevel?: pulumi.Input<string>;
|
|
321
321
|
/**
|
|
322
322
|
* The IDs of any tags to attach to this resource.
|
|
323
323
|
*/
|
|
324
|
-
|
|
324
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
327
|
* The set of arguments for constructing a DatastoreCluster resource.
|
|
@@ -333,7 +333,7 @@ export interface DatastoreClusterArgs {
|
|
|
333
333
|
* [here][docs-setting-custom-attributes] for a reference on how to set values
|
|
334
334
|
* for custom attributes.
|
|
335
335
|
*/
|
|
336
|
-
|
|
336
|
+
customAttributes?: pulumi.Input<{
|
|
337
337
|
[key: string]: pulumi.Input<string>;
|
|
338
338
|
}>;
|
|
339
339
|
/**
|
|
@@ -341,7 +341,7 @@ export interface DatastoreClusterArgs {
|
|
|
341
341
|
* the datacenter to create the datastore cluster in. Forces a new resource if
|
|
342
342
|
* changed.
|
|
343
343
|
*/
|
|
344
|
-
|
|
344
|
+
datacenterId: pulumi.Input<string>;
|
|
345
345
|
/**
|
|
346
346
|
* The relative path to a folder to put this datastore
|
|
347
347
|
* cluster in. This is a path relative to the datacenter you are deploying the
|
|
@@ -351,73 +351,73 @@ export interface DatastoreClusterArgs {
|
|
|
351
351
|
* `/dc1/datastore/foo/bar`, with the final inventory path being
|
|
352
352
|
* `/dc1/datastore/foo/bar/datastore-cluster-test`.
|
|
353
353
|
*/
|
|
354
|
-
|
|
354
|
+
folder?: pulumi.Input<string>;
|
|
355
355
|
/**
|
|
356
356
|
* The name of the datastore cluster.
|
|
357
357
|
*/
|
|
358
|
-
|
|
358
|
+
name?: pulumi.Input<string>;
|
|
359
359
|
/**
|
|
360
360
|
* A key/value map of advanced Storage DRS
|
|
361
361
|
* settings that are not exposed via the provider or the vSphere client.
|
|
362
362
|
*/
|
|
363
|
-
|
|
363
|
+
sdrsAdvancedOptions?: pulumi.Input<{
|
|
364
364
|
[key: string]: pulumi.Input<string>;
|
|
365
365
|
}>;
|
|
366
366
|
/**
|
|
367
367
|
* The global automation level for all
|
|
368
368
|
* virtual machines in this datastore cluster. Default: `manual`.
|
|
369
369
|
*/
|
|
370
|
-
|
|
370
|
+
sdrsAutomationLevel?: pulumi.Input<string>;
|
|
371
371
|
/**
|
|
372
372
|
* When `true`, all disks in a
|
|
373
373
|
* single virtual machine will be kept on the same datastore. Default: `true`.
|
|
374
374
|
*/
|
|
375
|
-
|
|
375
|
+
sdrsDefaultIntraVmAffinity?: pulumi.Input<boolean>;
|
|
376
376
|
/**
|
|
377
377
|
* Enable Storage DRS for this datastore cluster.
|
|
378
378
|
* Default: `false`.
|
|
379
379
|
*/
|
|
380
|
-
|
|
380
|
+
sdrsEnabled?: pulumi.Input<boolean>;
|
|
381
381
|
/**
|
|
382
382
|
* The free space threshold to use.
|
|
383
383
|
* When set to `utilization`, `drsSpaceUtilizationThreshold` is used, and
|
|
384
384
|
* when set to `freeSpace`, `drsFreeSpaceThreshold` is used. Default:
|
|
385
385
|
* `utilization`.
|
|
386
386
|
*/
|
|
387
|
-
|
|
387
|
+
sdrsFreeSpaceThreshold?: pulumi.Input<number>;
|
|
388
388
|
/**
|
|
389
389
|
* The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
|
|
390
390
|
* freeSpace, drs_free_space_threshold is used.
|
|
391
391
|
*/
|
|
392
|
-
|
|
392
|
+
sdrsFreeSpaceThresholdMode?: pulumi.Input<string>;
|
|
393
393
|
/**
|
|
394
394
|
* The threshold, in
|
|
395
395
|
* percent, of difference between space utilization in datastores before storage
|
|
396
396
|
* DRS makes decisions to balance the space. Default: `5` percent.
|
|
397
397
|
*/
|
|
398
|
-
|
|
398
|
+
sdrsFreeSpaceUtilizationDifference?: pulumi.Input<number>;
|
|
399
399
|
/**
|
|
400
400
|
* Overrides the default
|
|
401
401
|
* automation settings when correcting I/O load imbalances.
|
|
402
402
|
*/
|
|
403
|
-
|
|
403
|
+
sdrsIoBalanceAutomationLevel?: pulumi.Input<string>;
|
|
404
404
|
/**
|
|
405
405
|
* The I/O latency threshold, in
|
|
406
406
|
* milliseconds, that storage DRS uses to make recommendations to move disks
|
|
407
407
|
* from this datastore. Default: `15` seconds.
|
|
408
408
|
*/
|
|
409
|
-
|
|
409
|
+
sdrsIoLatencyThreshold?: pulumi.Input<number>;
|
|
410
410
|
/**
|
|
411
411
|
* Enable I/O load balancing for
|
|
412
412
|
* this datastore cluster. Default: `true`.
|
|
413
413
|
*/
|
|
414
|
-
|
|
414
|
+
sdrsIoLoadBalanceEnabled?: pulumi.Input<boolean>;
|
|
415
415
|
/**
|
|
416
416
|
* The difference between load
|
|
417
417
|
* in datastores in the cluster before storage DRS makes recommendations to
|
|
418
418
|
* balance the load. Default: `5` percent.
|
|
419
419
|
*/
|
|
420
|
-
|
|
420
|
+
sdrsIoLoadImbalanceThreshold?: pulumi.Input<number>;
|
|
421
421
|
/**
|
|
422
422
|
* The threshold of reservable
|
|
423
423
|
* IOPS of all virtual machines on the datastore before storage DRS makes
|
|
@@ -426,52 +426,52 @@ export interface DatastoreClusterArgs {
|
|
|
426
426
|
* estimate of the capacity of the datastores in your cluster, and should be set
|
|
427
427
|
* to roughly 50-60% of the worst case peak performance of the backing LUNs.
|
|
428
428
|
*/
|
|
429
|
-
|
|
429
|
+
sdrsIoReservableIopsThreshold?: pulumi.Input<number>;
|
|
430
430
|
/**
|
|
431
431
|
* The threshold, in
|
|
432
432
|
* percent, of actual estimated performance of the datastore (in IOPS) that
|
|
433
433
|
* storage DRS uses to make recommendations to move VMs off of a datastore when
|
|
434
434
|
* the total reservable IOPS exceeds the threshold. Default: `60` percent.
|
|
435
435
|
*/
|
|
436
|
-
|
|
436
|
+
sdrsIoReservablePercentThreshold?: pulumi.Input<number>;
|
|
437
437
|
/**
|
|
438
438
|
* The reservable IOPS
|
|
439
439
|
* threshold setting to use, `sdrsIoReservablePercentThreshold` in the event
|
|
440
440
|
* of `automatic`, or `sdrsIoReservableIopsThreshold` in the event of
|
|
441
441
|
* `manual`. Default: `automatic`.
|
|
442
442
|
*/
|
|
443
|
-
|
|
443
|
+
sdrsIoReservableThresholdMode?: pulumi.Input<string>;
|
|
444
444
|
/**
|
|
445
445
|
* The storage DRS poll interval, in
|
|
446
446
|
* minutes. Default: `480` minutes.
|
|
447
447
|
*/
|
|
448
|
-
|
|
448
|
+
sdrsLoadBalanceInterval?: pulumi.Input<number>;
|
|
449
449
|
/**
|
|
450
450
|
* Overrides the default
|
|
451
451
|
* automation settings when correcting storage and VM policy violations.
|
|
452
452
|
*/
|
|
453
|
-
|
|
453
|
+
sdrsPolicyEnforcementAutomationLevel?: pulumi.Input<string>;
|
|
454
454
|
/**
|
|
455
455
|
* Overrides the default
|
|
456
456
|
* automation settings when correcting affinity rule violations.
|
|
457
457
|
*/
|
|
458
|
-
|
|
458
|
+
sdrsRuleEnforcementAutomationLevel?: pulumi.Input<string>;
|
|
459
459
|
/**
|
|
460
460
|
* Overrides the default
|
|
461
461
|
* automation settings when correcting disk space imbalances.
|
|
462
462
|
*/
|
|
463
|
-
|
|
463
|
+
sdrsSpaceBalanceAutomationLevel?: pulumi.Input<string>;
|
|
464
464
|
/**
|
|
465
465
|
* The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
|
|
466
466
|
*/
|
|
467
|
-
|
|
467
|
+
sdrsSpaceUtilizationThreshold?: pulumi.Input<number>;
|
|
468
468
|
/**
|
|
469
469
|
* Overrides the default
|
|
470
470
|
* automation settings when generating recommendations for datastore evacuation.
|
|
471
471
|
*/
|
|
472
|
-
|
|
472
|
+
sdrsVmEvacuationAutomationLevel?: pulumi.Input<string>;
|
|
473
473
|
/**
|
|
474
474
|
* The IDs of any tags to attach to this resource.
|
|
475
475
|
*/
|
|
476
|
-
|
|
476
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
477
477
|
}
|
package/datastoreCluster.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DatastoreCluster = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
class DatastoreCluster extends pulumi.CustomResource {
|
package/datastoreCluster.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datastoreCluster.js","sourceRoot":"","sources":["../datastoreCluster.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"datastoreCluster.js","sourceRoot":"","sources":["../datastoreCluster.ts"],"names":[],"mappings":"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"}
|
|
@@ -57,25 +57,25 @@ export interface DatastoreClusterVmAntiAffinityRuleState {
|
|
|
57
57
|
* ID of the datastore cluster to put the group in. Forces
|
|
58
58
|
* a new resource if changed.
|
|
59
59
|
*/
|
|
60
|
-
|
|
60
|
+
datastoreClusterId?: pulumi.Input<string>;
|
|
61
61
|
/**
|
|
62
62
|
* Enable this rule in the cluster. Default: `true`.
|
|
63
63
|
*/
|
|
64
|
-
|
|
64
|
+
enabled?: pulumi.Input<boolean>;
|
|
65
65
|
/**
|
|
66
66
|
* When this value is `true`, prevents any virtual
|
|
67
67
|
* machine operations that may violate this rule. Default: `false`.
|
|
68
68
|
*/
|
|
69
|
-
|
|
69
|
+
mandatory?: pulumi.Input<boolean>;
|
|
70
70
|
/**
|
|
71
71
|
* The name of the rule. This must be unique in the cluster.
|
|
72
72
|
*/
|
|
73
|
-
|
|
73
|
+
name?: pulumi.Input<string>;
|
|
74
74
|
/**
|
|
75
75
|
* The UUIDs of the virtual machines to run
|
|
76
76
|
* on different datastores from each other.
|
|
77
77
|
*/
|
|
78
|
-
|
|
78
|
+
virtualMachineIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
79
79
|
}
|
|
80
80
|
/**
|
|
81
81
|
* The set of arguments for constructing a DatastoreClusterVmAntiAffinityRule resource.
|
|
@@ -86,23 +86,23 @@ export interface DatastoreClusterVmAntiAffinityRuleArgs {
|
|
|
86
86
|
* ID of the datastore cluster to put the group in. Forces
|
|
87
87
|
* a new resource if changed.
|
|
88
88
|
*/
|
|
89
|
-
|
|
89
|
+
datastoreClusterId: pulumi.Input<string>;
|
|
90
90
|
/**
|
|
91
91
|
* Enable this rule in the cluster. Default: `true`.
|
|
92
92
|
*/
|
|
93
|
-
|
|
93
|
+
enabled?: pulumi.Input<boolean>;
|
|
94
94
|
/**
|
|
95
95
|
* When this value is `true`, prevents any virtual
|
|
96
96
|
* machine operations that may violate this rule. Default: `false`.
|
|
97
97
|
*/
|
|
98
|
-
|
|
98
|
+
mandatory?: pulumi.Input<boolean>;
|
|
99
99
|
/**
|
|
100
100
|
* The name of the rule. This must be unique in the cluster.
|
|
101
101
|
*/
|
|
102
|
-
|
|
102
|
+
name?: pulumi.Input<string>;
|
|
103
103
|
/**
|
|
104
104
|
* The UUIDs of the virtual machines to run
|
|
105
105
|
* on different datastores from each other.
|
|
106
106
|
*/
|
|
107
|
-
|
|
107
|
+
virtualMachineIds: pulumi.Input<pulumi.Input<string>[]>;
|
|
108
108
|
}
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.DatastoreClusterVmAntiAffinityRule = void 0;
|
|
5
6
|
const pulumi = require("@pulumi/pulumi");
|
|
6
7
|
const utilities = require("./utilities");
|
|
7
8
|
class DatastoreClusterVmAntiAffinityRule extends pulumi.CustomResource {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"datastoreClusterVmAntiAffinityRule.js","sourceRoot":"","sources":["../datastoreClusterVmAntiAffinityRule.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF
|
|
1
|
+
{"version":3,"file":"datastoreClusterVmAntiAffinityRule.js","sourceRoot":"","sources":["../datastoreClusterVmAntiAffinityRule.ts"],"names":[],"mappings":"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"}
|