pulumi-vsphere 4.10.0a1710160860__py3-none-any.whl → 4.10.1__py3-none-any.whl

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.

Potentially problematic release.


This version of pulumi-vsphere might be problematic. Click here for more details.

Files changed (53) hide show
  1. pulumi_vsphere/__init__.py +2 -0
  2. pulumi_vsphere/_inputs.py +96 -230
  3. pulumi_vsphere/compute_cluster.py +700 -1477
  4. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +28 -16
  5. pulumi_vsphere/datacenter.py +26 -12
  6. pulumi_vsphere/datastore_cluster.py +154 -350
  7. pulumi_vsphere/distributed_port_group.py +70 -175
  8. pulumi_vsphere/distributed_virtual_switch.py +308 -805
  9. pulumi_vsphere/file.py +16 -24
  10. pulumi_vsphere/get_compute_cluster.py +0 -4
  11. pulumi_vsphere/get_compute_cluster_host_group.py +8 -10
  12. pulumi_vsphere/get_content_library.py +0 -4
  13. pulumi_vsphere/get_custom_attribute.py +0 -4
  14. pulumi_vsphere/get_datacenter.py +0 -4
  15. pulumi_vsphere/get_datastore.py +27 -7
  16. pulumi_vsphere/get_datastore_cluster.py +0 -4
  17. pulumi_vsphere/get_datastore_stats.py +194 -0
  18. pulumi_vsphere/get_distributed_virtual_switch.py +2 -4
  19. pulumi_vsphere/get_dynamic.py +4 -8
  20. pulumi_vsphere/get_folder.py +0 -4
  21. pulumi_vsphere/get_guest_os_customization.py +0 -4
  22. pulumi_vsphere/get_host.py +0 -4
  23. pulumi_vsphere/get_host_pci_device.py +4 -12
  24. pulumi_vsphere/get_host_thumbprint.py +0 -4
  25. pulumi_vsphere/get_host_vgpu_profile.py +182 -0
  26. pulumi_vsphere/get_license.py +0 -4
  27. pulumi_vsphere/get_network.py +0 -4
  28. pulumi_vsphere/get_policy.py +0 -4
  29. pulumi_vsphere/get_resource_pool.py +2 -10
  30. pulumi_vsphere/get_role.py +0 -4
  31. pulumi_vsphere/get_tag.py +0 -4
  32. pulumi_vsphere/get_tag_category.py +0 -4
  33. pulumi_vsphere/get_vapp_container.py +0 -4
  34. pulumi_vsphere/get_virtual_machine.py +29 -9
  35. pulumi_vsphere/get_vmfs_disks.py +0 -4
  36. pulumi_vsphere/guest_os_customization.py +50 -0
  37. pulumi_vsphere/ha_vm_override.py +189 -378
  38. pulumi_vsphere/host.py +0 -20
  39. pulumi_vsphere/host_port_group.py +12 -24
  40. pulumi_vsphere/host_virtual_switch.py +140 -287
  41. pulumi_vsphere/license.py +0 -32
  42. pulumi_vsphere/outputs.py +167 -230
  43. pulumi_vsphere/resource_pool.py +48 -22
  44. pulumi_vsphere/virtual_disk.py +10 -10
  45. pulumi_vsphere/virtual_machine.py +639 -807
  46. pulumi_vsphere/virtual_machine_snapshot.py +6 -10
  47. pulumi_vsphere/vm_storage_policy.py +72 -84
  48. pulumi_vsphere/vnic.py +8 -20
  49. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.10.1.dist-info}/METADATA +1 -1
  50. pulumi_vsphere-4.10.1.dist-info/RECORD +82 -0
  51. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.10.1.dist-info}/WHEEL +1 -1
  52. pulumi_vsphere-4.10.0a1710160860.dist-info/RECORD +0 -80
  53. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.10.1.dist-info}/top_level.txt +0 -0
@@ -61,60 +61,32 @@ class DatastoreClusterArgs:
61
61
  `/dc1/datastore/foo/bar`, with the final inventory path being
62
62
  `/dc1/datastore/foo/bar/datastore-cluster-test`.
63
63
  :param pulumi.Input[str] name: The name of the datastore cluster.
64
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: A key/value map of advanced Storage DRS
65
- settings that are not exposed via the provider or the vSphere client.
66
- :param pulumi.Input[str] sdrs_automation_level: The global automation level for all
67
- virtual machines in this datastore cluster. Default: `manual`.
68
- :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When `true`, all disks in a
69
- single virtual machine will be kept on the same datastore. Default: `true`.
64
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: Advanced configuration options for storage DRS.
65
+ :param pulumi.Input[str] sdrs_automation_level: The default automation level for all virtual machines in this storage cluster.
66
+ :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
70
67
  :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster.
71
68
  Default: `false`.
72
- :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use.
73
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
74
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
75
- `utilization`.
69
+ :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
76
70
  :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
77
71
  freeSpace, drs_free_space_threshold is used.
78
- :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in
79
- percent, of difference between space utilization in datastores before storage
80
- DRS makes decisions to balance the space. Default: `5` percent.
81
- :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default
82
- automation settings when correcting I/O load imbalances.
83
- :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in
84
- milliseconds, that storage DRS uses to make recommendations to move disks
85
- from this datastore. Default: `15` seconds.
86
- :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for
87
- this datastore cluster. Default: `true`.
88
- :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load
89
- in datastores in the cluster before storage DRS makes recommendations to
90
- balance the load. Default: `5` percent.
91
- :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable
92
- IOPS of all virtual machines on the datastore before storage DRS makes
93
- recommendations to move VMs off of a datastore. Note that this setting should
94
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
95
- estimate of the capacity of the datastores in your cluster, and should be set
96
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
97
- :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in
98
- percent, of actual estimated performance of the datastore (in IOPS) that
99
- storage DRS uses to make recommendations to move VMs off of a datastore when
100
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
101
- :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS
102
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
103
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
104
- `manual`. Default: `automatic`.
105
- :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in
106
- minutes. Default: `480` minutes.
107
- :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default
108
- automation settings when correcting storage and VM policy violations.
109
- :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default
110
- automation settings when correcting affinity rule violations.
111
- :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default
112
- automation settings when correcting disk space imbalances.
113
- :param pulumi.Input[int] sdrs_space_utilization_threshold: Runtime thresholds govern
114
- when Storage DRS performs or recommends migrations
115
- (based on the selected automation level). Default: `80` percent.
116
- :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default
117
- automation settings when generating recommendations for datastore evacuation.
72
+ :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
73
+ balance the space.
74
+ :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default automation settings when correcting I/O load imbalances.
75
+ :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
76
+ datastore.
77
+ :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for this datastore cluster.
78
+ :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
79
+ :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
80
+ move VMs off of a datastore.
81
+ :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
82
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
83
+ :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
84
+ :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in minutes.
85
+ :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default automation settings when correcting storage and VM policy violations.
86
+ :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default automation settings when correcting affinity rule violations.
87
+ :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default automation settings when correcting disk space imbalances.
88
+ :param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
89
+ :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
118
90
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
119
91
 
120
92
  > **NOTE:** Tagging support requires vCenter 6.0 or higher.
@@ -237,8 +209,7 @@ class DatastoreClusterArgs:
237
209
  @pulumi.getter(name="sdrsAdvancedOptions")
238
210
  def sdrs_advanced_options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
239
211
  """
240
- A key/value map of advanced Storage DRS
241
- settings that are not exposed via the provider or the vSphere client.
212
+ Advanced configuration options for storage DRS.
242
213
  """
243
214
  return pulumi.get(self, "sdrs_advanced_options")
244
215
 
@@ -250,8 +221,7 @@ class DatastoreClusterArgs:
250
221
  @pulumi.getter(name="sdrsAutomationLevel")
251
222
  def sdrs_automation_level(self) -> Optional[pulumi.Input[str]]:
252
223
  """
253
- The global automation level for all
254
- virtual machines in this datastore cluster. Default: `manual`.
224
+ The default automation level for all virtual machines in this storage cluster.
255
225
  """
256
226
  return pulumi.get(self, "sdrs_automation_level")
257
227
 
@@ -263,8 +233,7 @@ class DatastoreClusterArgs:
263
233
  @pulumi.getter(name="sdrsDefaultIntraVmAffinity")
264
234
  def sdrs_default_intra_vm_affinity(self) -> Optional[pulumi.Input[bool]]:
265
235
  """
266
- When `true`, all disks in a
267
- single virtual machine will be kept on the same datastore. Default: `true`.
236
+ When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
268
237
  """
269
238
  return pulumi.get(self, "sdrs_default_intra_vm_affinity")
270
239
 
@@ -289,10 +258,7 @@ class DatastoreClusterArgs:
289
258
  @pulumi.getter(name="sdrsFreeSpaceThreshold")
290
259
  def sdrs_free_space_threshold(self) -> Optional[pulumi.Input[int]]:
291
260
  """
292
- The free space threshold to use.
293
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
294
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
295
- `utilization`.
261
+ The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
296
262
  """
297
263
  return pulumi.get(self, "sdrs_free_space_threshold")
298
264
 
@@ -317,9 +283,8 @@ class DatastoreClusterArgs:
317
283
  @pulumi.getter(name="sdrsFreeSpaceUtilizationDifference")
318
284
  def sdrs_free_space_utilization_difference(self) -> Optional[pulumi.Input[int]]:
319
285
  """
320
- The threshold, in
321
- percent, of difference between space utilization in datastores before storage
322
- DRS makes decisions to balance the space. Default: `5` percent.
286
+ The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
287
+ balance the space.
323
288
  """
324
289
  return pulumi.get(self, "sdrs_free_space_utilization_difference")
325
290
 
@@ -331,8 +296,7 @@ class DatastoreClusterArgs:
331
296
  @pulumi.getter(name="sdrsIoBalanceAutomationLevel")
332
297
  def sdrs_io_balance_automation_level(self) -> Optional[pulumi.Input[str]]:
333
298
  """
334
- Overrides the default
335
- automation settings when correcting I/O load imbalances.
299
+ Overrides the default automation settings when correcting I/O load imbalances.
336
300
  """
337
301
  return pulumi.get(self, "sdrs_io_balance_automation_level")
338
302
 
@@ -344,9 +308,8 @@ class DatastoreClusterArgs:
344
308
  @pulumi.getter(name="sdrsIoLatencyThreshold")
345
309
  def sdrs_io_latency_threshold(self) -> Optional[pulumi.Input[int]]:
346
310
  """
347
- The I/O latency threshold, in
348
- milliseconds, that storage DRS uses to make recommendations to move disks
349
- from this datastore. Default: `15` seconds.
311
+ The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
312
+ datastore.
350
313
  """
351
314
  return pulumi.get(self, "sdrs_io_latency_threshold")
352
315
 
@@ -358,8 +321,7 @@ class DatastoreClusterArgs:
358
321
  @pulumi.getter(name="sdrsIoLoadBalanceEnabled")
359
322
  def sdrs_io_load_balance_enabled(self) -> Optional[pulumi.Input[bool]]:
360
323
  """
361
- Enable I/O load balancing for
362
- this datastore cluster. Default: `true`.
324
+ Enable I/O load balancing for this datastore cluster.
363
325
  """
364
326
  return pulumi.get(self, "sdrs_io_load_balance_enabled")
365
327
 
@@ -371,9 +333,7 @@ class DatastoreClusterArgs:
371
333
  @pulumi.getter(name="sdrsIoLoadImbalanceThreshold")
372
334
  def sdrs_io_load_imbalance_threshold(self) -> Optional[pulumi.Input[int]]:
373
335
  """
374
- The difference between load
375
- in datastores in the cluster before storage DRS makes recommendations to
376
- balance the load. Default: `5` percent.
336
+ The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
377
337
  """
378
338
  return pulumi.get(self, "sdrs_io_load_imbalance_threshold")
379
339
 
@@ -385,12 +345,8 @@ class DatastoreClusterArgs:
385
345
  @pulumi.getter(name="sdrsIoReservableIopsThreshold")
386
346
  def sdrs_io_reservable_iops_threshold(self) -> Optional[pulumi.Input[int]]:
387
347
  """
388
- The threshold of reservable
389
- IOPS of all virtual machines on the datastore before storage DRS makes
390
- recommendations to move VMs off of a datastore. Note that this setting should
391
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
392
- estimate of the capacity of the datastores in your cluster, and should be set
393
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
348
+ The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
349
+ move VMs off of a datastore.
394
350
  """
395
351
  return pulumi.get(self, "sdrs_io_reservable_iops_threshold")
396
352
 
@@ -402,10 +358,8 @@ class DatastoreClusterArgs:
402
358
  @pulumi.getter(name="sdrsIoReservablePercentThreshold")
403
359
  def sdrs_io_reservable_percent_threshold(self) -> Optional[pulumi.Input[int]]:
404
360
  """
405
- The threshold, in
406
- percent, of actual estimated performance of the datastore (in IOPS) that
407
- storage DRS uses to make recommendations to move VMs off of a datastore when
408
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
361
+ The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
362
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
409
363
  """
410
364
  return pulumi.get(self, "sdrs_io_reservable_percent_threshold")
411
365
 
@@ -417,10 +371,7 @@ class DatastoreClusterArgs:
417
371
  @pulumi.getter(name="sdrsIoReservableThresholdMode")
418
372
  def sdrs_io_reservable_threshold_mode(self) -> Optional[pulumi.Input[str]]:
419
373
  """
420
- The reservable IOPS
421
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
422
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
423
- `manual`. Default: `automatic`.
374
+ The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
424
375
  """
425
376
  return pulumi.get(self, "sdrs_io_reservable_threshold_mode")
426
377
 
@@ -432,8 +383,7 @@ class DatastoreClusterArgs:
432
383
  @pulumi.getter(name="sdrsLoadBalanceInterval")
433
384
  def sdrs_load_balance_interval(self) -> Optional[pulumi.Input[int]]:
434
385
  """
435
- The storage DRS poll interval, in
436
- minutes. Default: `480` minutes.
386
+ The storage DRS poll interval, in minutes.
437
387
  """
438
388
  return pulumi.get(self, "sdrs_load_balance_interval")
439
389
 
@@ -445,8 +395,7 @@ class DatastoreClusterArgs:
445
395
  @pulumi.getter(name="sdrsPolicyEnforcementAutomationLevel")
446
396
  def sdrs_policy_enforcement_automation_level(self) -> Optional[pulumi.Input[str]]:
447
397
  """
448
- Overrides the default
449
- automation settings when correcting storage and VM policy violations.
398
+ Overrides the default automation settings when correcting storage and VM policy violations.
450
399
  """
451
400
  return pulumi.get(self, "sdrs_policy_enforcement_automation_level")
452
401
 
@@ -458,8 +407,7 @@ class DatastoreClusterArgs:
458
407
  @pulumi.getter(name="sdrsRuleEnforcementAutomationLevel")
459
408
  def sdrs_rule_enforcement_automation_level(self) -> Optional[pulumi.Input[str]]:
460
409
  """
461
- Overrides the default
462
- automation settings when correcting affinity rule violations.
410
+ Overrides the default automation settings when correcting affinity rule violations.
463
411
  """
464
412
  return pulumi.get(self, "sdrs_rule_enforcement_automation_level")
465
413
 
@@ -471,8 +419,7 @@ class DatastoreClusterArgs:
471
419
  @pulumi.getter(name="sdrsSpaceBalanceAutomationLevel")
472
420
  def sdrs_space_balance_automation_level(self) -> Optional[pulumi.Input[str]]:
473
421
  """
474
- Overrides the default
475
- automation settings when correcting disk space imbalances.
422
+ Overrides the default automation settings when correcting disk space imbalances.
476
423
  """
477
424
  return pulumi.get(self, "sdrs_space_balance_automation_level")
478
425
 
@@ -484,9 +431,7 @@ class DatastoreClusterArgs:
484
431
  @pulumi.getter(name="sdrsSpaceUtilizationThreshold")
485
432
  def sdrs_space_utilization_threshold(self) -> Optional[pulumi.Input[int]]:
486
433
  """
487
- Runtime thresholds govern
488
- when Storage DRS performs or recommends migrations
489
- (based on the selected automation level). Default: `80` percent.
434
+ The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
490
435
  """
491
436
  return pulumi.get(self, "sdrs_space_utilization_threshold")
492
437
 
@@ -498,8 +443,7 @@ class DatastoreClusterArgs:
498
443
  @pulumi.getter(name="sdrsVmEvacuationAutomationLevel")
499
444
  def sdrs_vm_evacuation_automation_level(self) -> Optional[pulumi.Input[str]]:
500
445
  """
501
- Overrides the default
502
- automation settings when generating recommendations for datastore evacuation.
446
+ Overrides the default automation settings when generating recommendations for datastore evacuation.
503
447
  """
504
448
  return pulumi.get(self, "sdrs_vm_evacuation_automation_level")
505
449
 
@@ -572,60 +516,32 @@ class _DatastoreClusterState:
572
516
  `/dc1/datastore/foo/bar`, with the final inventory path being
573
517
  `/dc1/datastore/foo/bar/datastore-cluster-test`.
574
518
  :param pulumi.Input[str] name: The name of the datastore cluster.
575
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: A key/value map of advanced Storage DRS
576
- settings that are not exposed via the provider or the vSphere client.
577
- :param pulumi.Input[str] sdrs_automation_level: The global automation level for all
578
- virtual machines in this datastore cluster. Default: `manual`.
579
- :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When `true`, all disks in a
580
- single virtual machine will be kept on the same datastore. Default: `true`.
519
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: Advanced configuration options for storage DRS.
520
+ :param pulumi.Input[str] sdrs_automation_level: The default automation level for all virtual machines in this storage cluster.
521
+ :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
581
522
  :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster.
582
523
  Default: `false`.
583
- :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use.
584
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
585
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
586
- `utilization`.
524
+ :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
587
525
  :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
588
526
  freeSpace, drs_free_space_threshold is used.
589
- :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in
590
- percent, of difference between space utilization in datastores before storage
591
- DRS makes decisions to balance the space. Default: `5` percent.
592
- :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default
593
- automation settings when correcting I/O load imbalances.
594
- :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in
595
- milliseconds, that storage DRS uses to make recommendations to move disks
596
- from this datastore. Default: `15` seconds.
597
- :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for
598
- this datastore cluster. Default: `true`.
599
- :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load
600
- in datastores in the cluster before storage DRS makes recommendations to
601
- balance the load. Default: `5` percent.
602
- :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable
603
- IOPS of all virtual machines on the datastore before storage DRS makes
604
- recommendations to move VMs off of a datastore. Note that this setting should
605
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
606
- estimate of the capacity of the datastores in your cluster, and should be set
607
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
608
- :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in
609
- percent, of actual estimated performance of the datastore (in IOPS) that
610
- storage DRS uses to make recommendations to move VMs off of a datastore when
611
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
612
- :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS
613
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
614
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
615
- `manual`. Default: `automatic`.
616
- :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in
617
- minutes. Default: `480` minutes.
618
- :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default
619
- automation settings when correcting storage and VM policy violations.
620
- :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default
621
- automation settings when correcting affinity rule violations.
622
- :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default
623
- automation settings when correcting disk space imbalances.
624
- :param pulumi.Input[int] sdrs_space_utilization_threshold: Runtime thresholds govern
625
- when Storage DRS performs or recommends migrations
626
- (based on the selected automation level). Default: `80` percent.
627
- :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default
628
- automation settings when generating recommendations for datastore evacuation.
527
+ :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
528
+ balance the space.
529
+ :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default automation settings when correcting I/O load imbalances.
530
+ :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
531
+ datastore.
532
+ :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for this datastore cluster.
533
+ :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
534
+ :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
535
+ move VMs off of a datastore.
536
+ :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
537
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
538
+ :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
539
+ :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in minutes.
540
+ :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default automation settings when correcting storage and VM policy violations.
541
+ :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default automation settings when correcting affinity rule violations.
542
+ :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default automation settings when correcting disk space imbalances.
543
+ :param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
544
+ :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
629
545
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
630
546
 
631
547
  > **NOTE:** Tagging support requires vCenter 6.0 or higher.
@@ -749,8 +665,7 @@ class _DatastoreClusterState:
749
665
  @pulumi.getter(name="sdrsAdvancedOptions")
750
666
  def sdrs_advanced_options(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
751
667
  """
752
- A key/value map of advanced Storage DRS
753
- settings that are not exposed via the provider or the vSphere client.
668
+ Advanced configuration options for storage DRS.
754
669
  """
755
670
  return pulumi.get(self, "sdrs_advanced_options")
756
671
 
@@ -762,8 +677,7 @@ class _DatastoreClusterState:
762
677
  @pulumi.getter(name="sdrsAutomationLevel")
763
678
  def sdrs_automation_level(self) -> Optional[pulumi.Input[str]]:
764
679
  """
765
- The global automation level for all
766
- virtual machines in this datastore cluster. Default: `manual`.
680
+ The default automation level for all virtual machines in this storage cluster.
767
681
  """
768
682
  return pulumi.get(self, "sdrs_automation_level")
769
683
 
@@ -775,8 +689,7 @@ class _DatastoreClusterState:
775
689
  @pulumi.getter(name="sdrsDefaultIntraVmAffinity")
776
690
  def sdrs_default_intra_vm_affinity(self) -> Optional[pulumi.Input[bool]]:
777
691
  """
778
- When `true`, all disks in a
779
- single virtual machine will be kept on the same datastore. Default: `true`.
692
+ When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
780
693
  """
781
694
  return pulumi.get(self, "sdrs_default_intra_vm_affinity")
782
695
 
@@ -801,10 +714,7 @@ class _DatastoreClusterState:
801
714
  @pulumi.getter(name="sdrsFreeSpaceThreshold")
802
715
  def sdrs_free_space_threshold(self) -> Optional[pulumi.Input[int]]:
803
716
  """
804
- The free space threshold to use.
805
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
806
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
807
- `utilization`.
717
+ The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
808
718
  """
809
719
  return pulumi.get(self, "sdrs_free_space_threshold")
810
720
 
@@ -829,9 +739,8 @@ class _DatastoreClusterState:
829
739
  @pulumi.getter(name="sdrsFreeSpaceUtilizationDifference")
830
740
  def sdrs_free_space_utilization_difference(self) -> Optional[pulumi.Input[int]]:
831
741
  """
832
- The threshold, in
833
- percent, of difference between space utilization in datastores before storage
834
- DRS makes decisions to balance the space. Default: `5` percent.
742
+ The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
743
+ balance the space.
835
744
  """
836
745
  return pulumi.get(self, "sdrs_free_space_utilization_difference")
837
746
 
@@ -843,8 +752,7 @@ class _DatastoreClusterState:
843
752
  @pulumi.getter(name="sdrsIoBalanceAutomationLevel")
844
753
  def sdrs_io_balance_automation_level(self) -> Optional[pulumi.Input[str]]:
845
754
  """
846
- Overrides the default
847
- automation settings when correcting I/O load imbalances.
755
+ Overrides the default automation settings when correcting I/O load imbalances.
848
756
  """
849
757
  return pulumi.get(self, "sdrs_io_balance_automation_level")
850
758
 
@@ -856,9 +764,8 @@ class _DatastoreClusterState:
856
764
  @pulumi.getter(name="sdrsIoLatencyThreshold")
857
765
  def sdrs_io_latency_threshold(self) -> Optional[pulumi.Input[int]]:
858
766
  """
859
- The I/O latency threshold, in
860
- milliseconds, that storage DRS uses to make recommendations to move disks
861
- from this datastore. Default: `15` seconds.
767
+ The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
768
+ datastore.
862
769
  """
863
770
  return pulumi.get(self, "sdrs_io_latency_threshold")
864
771
 
@@ -870,8 +777,7 @@ class _DatastoreClusterState:
870
777
  @pulumi.getter(name="sdrsIoLoadBalanceEnabled")
871
778
  def sdrs_io_load_balance_enabled(self) -> Optional[pulumi.Input[bool]]:
872
779
  """
873
- Enable I/O load balancing for
874
- this datastore cluster. Default: `true`.
780
+ Enable I/O load balancing for this datastore cluster.
875
781
  """
876
782
  return pulumi.get(self, "sdrs_io_load_balance_enabled")
877
783
 
@@ -883,9 +789,7 @@ class _DatastoreClusterState:
883
789
  @pulumi.getter(name="sdrsIoLoadImbalanceThreshold")
884
790
  def sdrs_io_load_imbalance_threshold(self) -> Optional[pulumi.Input[int]]:
885
791
  """
886
- The difference between load
887
- in datastores in the cluster before storage DRS makes recommendations to
888
- balance the load. Default: `5` percent.
792
+ The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
889
793
  """
890
794
  return pulumi.get(self, "sdrs_io_load_imbalance_threshold")
891
795
 
@@ -897,12 +801,8 @@ class _DatastoreClusterState:
897
801
  @pulumi.getter(name="sdrsIoReservableIopsThreshold")
898
802
  def sdrs_io_reservable_iops_threshold(self) -> Optional[pulumi.Input[int]]:
899
803
  """
900
- The threshold of reservable
901
- IOPS of all virtual machines on the datastore before storage DRS makes
902
- recommendations to move VMs off of a datastore. Note that this setting should
903
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
904
- estimate of the capacity of the datastores in your cluster, and should be set
905
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
804
+ The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
805
+ move VMs off of a datastore.
906
806
  """
907
807
  return pulumi.get(self, "sdrs_io_reservable_iops_threshold")
908
808
 
@@ -914,10 +814,8 @@ class _DatastoreClusterState:
914
814
  @pulumi.getter(name="sdrsIoReservablePercentThreshold")
915
815
  def sdrs_io_reservable_percent_threshold(self) -> Optional[pulumi.Input[int]]:
916
816
  """
917
- The threshold, in
918
- percent, of actual estimated performance of the datastore (in IOPS) that
919
- storage DRS uses to make recommendations to move VMs off of a datastore when
920
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
817
+ The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
818
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
921
819
  """
922
820
  return pulumi.get(self, "sdrs_io_reservable_percent_threshold")
923
821
 
@@ -929,10 +827,7 @@ class _DatastoreClusterState:
929
827
  @pulumi.getter(name="sdrsIoReservableThresholdMode")
930
828
  def sdrs_io_reservable_threshold_mode(self) -> Optional[pulumi.Input[str]]:
931
829
  """
932
- The reservable IOPS
933
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
934
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
935
- `manual`. Default: `automatic`.
830
+ The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
936
831
  """
937
832
  return pulumi.get(self, "sdrs_io_reservable_threshold_mode")
938
833
 
@@ -944,8 +839,7 @@ class _DatastoreClusterState:
944
839
  @pulumi.getter(name="sdrsLoadBalanceInterval")
945
840
  def sdrs_load_balance_interval(self) -> Optional[pulumi.Input[int]]:
946
841
  """
947
- The storage DRS poll interval, in
948
- minutes. Default: `480` minutes.
842
+ The storage DRS poll interval, in minutes.
949
843
  """
950
844
  return pulumi.get(self, "sdrs_load_balance_interval")
951
845
 
@@ -957,8 +851,7 @@ class _DatastoreClusterState:
957
851
  @pulumi.getter(name="sdrsPolicyEnforcementAutomationLevel")
958
852
  def sdrs_policy_enforcement_automation_level(self) -> Optional[pulumi.Input[str]]:
959
853
  """
960
- Overrides the default
961
- automation settings when correcting storage and VM policy violations.
854
+ Overrides the default automation settings when correcting storage and VM policy violations.
962
855
  """
963
856
  return pulumi.get(self, "sdrs_policy_enforcement_automation_level")
964
857
 
@@ -970,8 +863,7 @@ class _DatastoreClusterState:
970
863
  @pulumi.getter(name="sdrsRuleEnforcementAutomationLevel")
971
864
  def sdrs_rule_enforcement_automation_level(self) -> Optional[pulumi.Input[str]]:
972
865
  """
973
- Overrides the default
974
- automation settings when correcting affinity rule violations.
866
+ Overrides the default automation settings when correcting affinity rule violations.
975
867
  """
976
868
  return pulumi.get(self, "sdrs_rule_enforcement_automation_level")
977
869
 
@@ -983,8 +875,7 @@ class _DatastoreClusterState:
983
875
  @pulumi.getter(name="sdrsSpaceBalanceAutomationLevel")
984
876
  def sdrs_space_balance_automation_level(self) -> Optional[pulumi.Input[str]]:
985
877
  """
986
- Overrides the default
987
- automation settings when correcting disk space imbalances.
878
+ Overrides the default automation settings when correcting disk space imbalances.
988
879
  """
989
880
  return pulumi.get(self, "sdrs_space_balance_automation_level")
990
881
 
@@ -996,9 +887,7 @@ class _DatastoreClusterState:
996
887
  @pulumi.getter(name="sdrsSpaceUtilizationThreshold")
997
888
  def sdrs_space_utilization_threshold(self) -> Optional[pulumi.Input[int]]:
998
889
  """
999
- Runtime thresholds govern
1000
- when Storage DRS performs or recommends migrations
1001
- (based on the selected automation level). Default: `80` percent.
890
+ The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1002
891
  """
1003
892
  return pulumi.get(self, "sdrs_space_utilization_threshold")
1004
893
 
@@ -1010,8 +899,7 @@ class _DatastoreClusterState:
1010
899
  @pulumi.getter(name="sdrsVmEvacuationAutomationLevel")
1011
900
  def sdrs_vm_evacuation_automation_level(self) -> Optional[pulumi.Input[str]]:
1012
901
  """
1013
- Overrides the default
1014
- automation settings when generating recommendations for datastore evacuation.
902
+ Overrides the default automation settings when generating recommendations for datastore evacuation.
1015
903
  """
1016
904
  return pulumi.get(self, "sdrs_vm_evacuation_automation_level")
1017
905
 
@@ -1089,60 +977,32 @@ class DatastoreCluster(pulumi.CustomResource):
1089
977
  `/dc1/datastore/foo/bar`, with the final inventory path being
1090
978
  `/dc1/datastore/foo/bar/datastore-cluster-test`.
1091
979
  :param pulumi.Input[str] name: The name of the datastore cluster.
1092
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: A key/value map of advanced Storage DRS
1093
- settings that are not exposed via the provider or the vSphere client.
1094
- :param pulumi.Input[str] sdrs_automation_level: The global automation level for all
1095
- virtual machines in this datastore cluster. Default: `manual`.
1096
- :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When `true`, all disks in a
1097
- single virtual machine will be kept on the same datastore. Default: `true`.
980
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: Advanced configuration options for storage DRS.
981
+ :param pulumi.Input[str] sdrs_automation_level: The default automation level for all virtual machines in this storage cluster.
982
+ :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
1098
983
  :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster.
1099
984
  Default: `false`.
1100
- :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use.
1101
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
1102
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
1103
- `utilization`.
985
+ :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1104
986
  :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
1105
987
  freeSpace, drs_free_space_threshold is used.
1106
- :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in
1107
- percent, of difference between space utilization in datastores before storage
1108
- DRS makes decisions to balance the space. Default: `5` percent.
1109
- :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default
1110
- automation settings when correcting I/O load imbalances.
1111
- :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in
1112
- milliseconds, that storage DRS uses to make recommendations to move disks
1113
- from this datastore. Default: `15` seconds.
1114
- :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for
1115
- this datastore cluster. Default: `true`.
1116
- :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load
1117
- in datastores in the cluster before storage DRS makes recommendations to
1118
- balance the load. Default: `5` percent.
1119
- :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable
1120
- IOPS of all virtual machines on the datastore before storage DRS makes
1121
- recommendations to move VMs off of a datastore. Note that this setting should
1122
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
1123
- estimate of the capacity of the datastores in your cluster, and should be set
1124
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
1125
- :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in
1126
- percent, of actual estimated performance of the datastore (in IOPS) that
1127
- storage DRS uses to make recommendations to move VMs off of a datastore when
1128
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
1129
- :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS
1130
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
1131
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
1132
- `manual`. Default: `automatic`.
1133
- :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in
1134
- minutes. Default: `480` minutes.
1135
- :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default
1136
- automation settings when correcting storage and VM policy violations.
1137
- :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default
1138
- automation settings when correcting affinity rule violations.
1139
- :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default
1140
- automation settings when correcting disk space imbalances.
1141
- :param pulumi.Input[int] sdrs_space_utilization_threshold: Runtime thresholds govern
1142
- when Storage DRS performs or recommends migrations
1143
- (based on the selected automation level). Default: `80` percent.
1144
- :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default
1145
- automation settings when generating recommendations for datastore evacuation.
988
+ :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
989
+ balance the space.
990
+ :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default automation settings when correcting I/O load imbalances.
991
+ :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
992
+ datastore.
993
+ :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for this datastore cluster.
994
+ :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
995
+ :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
996
+ move VMs off of a datastore.
997
+ :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
998
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
999
+ :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
1000
+ :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in minutes.
1001
+ :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default automation settings when correcting storage and VM policy violations.
1002
+ :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default automation settings when correcting affinity rule violations.
1003
+ :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default automation settings when correcting disk space imbalances.
1004
+ :param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1005
+ :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
1146
1006
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
1147
1007
 
1148
1008
  > **NOTE:** Tagging support requires vCenter 6.0 or higher.
@@ -1293,60 +1153,32 @@ class DatastoreCluster(pulumi.CustomResource):
1293
1153
  `/dc1/datastore/foo/bar`, with the final inventory path being
1294
1154
  `/dc1/datastore/foo/bar/datastore-cluster-test`.
1295
1155
  :param pulumi.Input[str] name: The name of the datastore cluster.
1296
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: A key/value map of advanced Storage DRS
1297
- settings that are not exposed via the provider or the vSphere client.
1298
- :param pulumi.Input[str] sdrs_automation_level: The global automation level for all
1299
- virtual machines in this datastore cluster. Default: `manual`.
1300
- :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When `true`, all disks in a
1301
- single virtual machine will be kept on the same datastore. Default: `true`.
1156
+ :param pulumi.Input[Mapping[str, pulumi.Input[str]]] sdrs_advanced_options: Advanced configuration options for storage DRS.
1157
+ :param pulumi.Input[str] sdrs_automation_level: The default automation level for all virtual machines in this storage cluster.
1158
+ :param pulumi.Input[bool] sdrs_default_intra_vm_affinity: When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
1302
1159
  :param pulumi.Input[bool] sdrs_enabled: Enable Storage DRS for this datastore cluster.
1303
1160
  Default: `false`.
1304
- :param pulumi.Input[int] sdrs_free_space_threshold: The free space threshold to use.
1305
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
1306
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
1307
- `utilization`.
1161
+ :param pulumi.Input[int] sdrs_free_space_threshold: The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1308
1162
  :param pulumi.Input[str] sdrs_free_space_threshold_mode: The free space threshold to use. When set to utilization, drs_space_utilization_threshold is used, and when set to
1309
1163
  freeSpace, drs_free_space_threshold is used.
1310
- :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in
1311
- percent, of difference between space utilization in datastores before storage
1312
- DRS makes decisions to balance the space. Default: `5` percent.
1313
- :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default
1314
- automation settings when correcting I/O load imbalances.
1315
- :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in
1316
- milliseconds, that storage DRS uses to make recommendations to move disks
1317
- from this datastore. Default: `15` seconds.
1318
- :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for
1319
- this datastore cluster. Default: `true`.
1320
- :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load
1321
- in datastores in the cluster before storage DRS makes recommendations to
1322
- balance the load. Default: `5` percent.
1323
- :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable
1324
- IOPS of all virtual machines on the datastore before storage DRS makes
1325
- recommendations to move VMs off of a datastore. Note that this setting should
1326
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
1327
- estimate of the capacity of the datastores in your cluster, and should be set
1328
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
1329
- :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in
1330
- percent, of actual estimated performance of the datastore (in IOPS) that
1331
- storage DRS uses to make recommendations to move VMs off of a datastore when
1332
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
1333
- :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS
1334
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
1335
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
1336
- `manual`. Default: `automatic`.
1337
- :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in
1338
- minutes. Default: `480` minutes.
1339
- :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default
1340
- automation settings when correcting storage and VM policy violations.
1341
- :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default
1342
- automation settings when correcting affinity rule violations.
1343
- :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default
1344
- automation settings when correcting disk space imbalances.
1345
- :param pulumi.Input[int] sdrs_space_utilization_threshold: Runtime thresholds govern
1346
- when Storage DRS performs or recommends migrations
1347
- (based on the selected automation level). Default: `80` percent.
1348
- :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default
1349
- automation settings when generating recommendations for datastore evacuation.
1164
+ :param pulumi.Input[int] sdrs_free_space_utilization_difference: The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
1165
+ balance the space.
1166
+ :param pulumi.Input[str] sdrs_io_balance_automation_level: Overrides the default automation settings when correcting I/O load imbalances.
1167
+ :param pulumi.Input[int] sdrs_io_latency_threshold: The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
1168
+ datastore.
1169
+ :param pulumi.Input[bool] sdrs_io_load_balance_enabled: Enable I/O load balancing for this datastore cluster.
1170
+ :param pulumi.Input[int] sdrs_io_load_imbalance_threshold: The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
1171
+ :param pulumi.Input[int] sdrs_io_reservable_iops_threshold: The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
1172
+ move VMs off of a datastore.
1173
+ :param pulumi.Input[int] sdrs_io_reservable_percent_threshold: The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
1174
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
1175
+ :param pulumi.Input[str] sdrs_io_reservable_threshold_mode: The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
1176
+ :param pulumi.Input[int] sdrs_load_balance_interval: The storage DRS poll interval, in minutes.
1177
+ :param pulumi.Input[str] sdrs_policy_enforcement_automation_level: Overrides the default automation settings when correcting storage and VM policy violations.
1178
+ :param pulumi.Input[str] sdrs_rule_enforcement_automation_level: Overrides the default automation settings when correcting affinity rule violations.
1179
+ :param pulumi.Input[str] sdrs_space_balance_automation_level: Overrides the default automation settings when correcting disk space imbalances.
1180
+ :param pulumi.Input[int] sdrs_space_utilization_threshold: The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1181
+ :param pulumi.Input[str] sdrs_vm_evacuation_automation_level: Overrides the default automation settings when generating recommendations for datastore evacuation.
1350
1182
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
1351
1183
 
1352
1184
  > **NOTE:** Tagging support requires vCenter 6.0 or higher.
@@ -1434,8 +1266,7 @@ class DatastoreCluster(pulumi.CustomResource):
1434
1266
  @pulumi.getter(name="sdrsAdvancedOptions")
1435
1267
  def sdrs_advanced_options(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
1436
1268
  """
1437
- A key/value map of advanced Storage DRS
1438
- settings that are not exposed via the provider or the vSphere client.
1269
+ Advanced configuration options for storage DRS.
1439
1270
  """
1440
1271
  return pulumi.get(self, "sdrs_advanced_options")
1441
1272
 
@@ -1443,8 +1274,7 @@ class DatastoreCluster(pulumi.CustomResource):
1443
1274
  @pulumi.getter(name="sdrsAutomationLevel")
1444
1275
  def sdrs_automation_level(self) -> pulumi.Output[Optional[str]]:
1445
1276
  """
1446
- The global automation level for all
1447
- virtual machines in this datastore cluster. Default: `manual`.
1277
+ The default automation level for all virtual machines in this storage cluster.
1448
1278
  """
1449
1279
  return pulumi.get(self, "sdrs_automation_level")
1450
1280
 
@@ -1452,8 +1282,7 @@ class DatastoreCluster(pulumi.CustomResource):
1452
1282
  @pulumi.getter(name="sdrsDefaultIntraVmAffinity")
1453
1283
  def sdrs_default_intra_vm_affinity(self) -> pulumi.Output[Optional[bool]]:
1454
1284
  """
1455
- When `true`, all disks in a
1456
- single virtual machine will be kept on the same datastore. Default: `true`.
1285
+ When true, storage DRS keeps VMDKs for individual VMs on the same datastore by default.
1457
1286
  """
1458
1287
  return pulumi.get(self, "sdrs_default_intra_vm_affinity")
1459
1288
 
@@ -1470,10 +1299,7 @@ class DatastoreCluster(pulumi.CustomResource):
1470
1299
  @pulumi.getter(name="sdrsFreeSpaceThreshold")
1471
1300
  def sdrs_free_space_threshold(self) -> pulumi.Output[Optional[int]]:
1472
1301
  """
1473
- The free space threshold to use.
1474
- When set to `utilization`, `drs_space_utilization_threshold` is used, and
1475
- when set to `freeSpace`, `drs_free_space_threshold` is used. Default:
1476
- `utilization`.
1302
+ The threshold, in GB, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1477
1303
  """
1478
1304
  return pulumi.get(self, "sdrs_free_space_threshold")
1479
1305
 
@@ -1490,9 +1316,8 @@ class DatastoreCluster(pulumi.CustomResource):
1490
1316
  @pulumi.getter(name="sdrsFreeSpaceUtilizationDifference")
1491
1317
  def sdrs_free_space_utilization_difference(self) -> pulumi.Output[Optional[int]]:
1492
1318
  """
1493
- The threshold, in
1494
- percent, of difference between space utilization in datastores before storage
1495
- DRS makes decisions to balance the space. Default: `5` percent.
1319
+ The threshold, in percent, of difference between space utilization in datastores before storage DRS makes decisions to
1320
+ balance the space.
1496
1321
  """
1497
1322
  return pulumi.get(self, "sdrs_free_space_utilization_difference")
1498
1323
 
@@ -1500,8 +1325,7 @@ class DatastoreCluster(pulumi.CustomResource):
1500
1325
  @pulumi.getter(name="sdrsIoBalanceAutomationLevel")
1501
1326
  def sdrs_io_balance_automation_level(self) -> pulumi.Output[Optional[str]]:
1502
1327
  """
1503
- Overrides the default
1504
- automation settings when correcting I/O load imbalances.
1328
+ Overrides the default automation settings when correcting I/O load imbalances.
1505
1329
  """
1506
1330
  return pulumi.get(self, "sdrs_io_balance_automation_level")
1507
1331
 
@@ -1509,9 +1333,8 @@ class DatastoreCluster(pulumi.CustomResource):
1509
1333
  @pulumi.getter(name="sdrsIoLatencyThreshold")
1510
1334
  def sdrs_io_latency_threshold(self) -> pulumi.Output[Optional[int]]:
1511
1335
  """
1512
- The I/O latency threshold, in
1513
- milliseconds, that storage DRS uses to make recommendations to move disks
1514
- from this datastore. Default: `15` seconds.
1336
+ The I/O latency threshold, in milliseconds, that storage DRS uses to make recommendations to move disks from this
1337
+ datastore.
1515
1338
  """
1516
1339
  return pulumi.get(self, "sdrs_io_latency_threshold")
1517
1340
 
@@ -1519,8 +1342,7 @@ class DatastoreCluster(pulumi.CustomResource):
1519
1342
  @pulumi.getter(name="sdrsIoLoadBalanceEnabled")
1520
1343
  def sdrs_io_load_balance_enabled(self) -> pulumi.Output[Optional[bool]]:
1521
1344
  """
1522
- Enable I/O load balancing for
1523
- this datastore cluster. Default: `true`.
1345
+ Enable I/O load balancing for this datastore cluster.
1524
1346
  """
1525
1347
  return pulumi.get(self, "sdrs_io_load_balance_enabled")
1526
1348
 
@@ -1528,9 +1350,7 @@ class DatastoreCluster(pulumi.CustomResource):
1528
1350
  @pulumi.getter(name="sdrsIoLoadImbalanceThreshold")
1529
1351
  def sdrs_io_load_imbalance_threshold(self) -> pulumi.Output[Optional[int]]:
1530
1352
  """
1531
- The difference between load
1532
- in datastores in the cluster before storage DRS makes recommendations to
1533
- balance the load. Default: `5` percent.
1353
+ The difference between load in datastores in the cluster before storage DRS makes recommendations to balance the load.
1534
1354
  """
1535
1355
  return pulumi.get(self, "sdrs_io_load_imbalance_threshold")
1536
1356
 
@@ -1538,12 +1358,8 @@ class DatastoreCluster(pulumi.CustomResource):
1538
1358
  @pulumi.getter(name="sdrsIoReservableIopsThreshold")
1539
1359
  def sdrs_io_reservable_iops_threshold(self) -> pulumi.Output[Optional[int]]:
1540
1360
  """
1541
- The threshold of reservable
1542
- IOPS of all virtual machines on the datastore before storage DRS makes
1543
- recommendations to move VMs off of a datastore. Note that this setting should
1544
- only be set if `sdrs_io_reservable_percent_threshold` cannot make an accurate
1545
- estimate of the capacity of the datastores in your cluster, and should be set
1546
- to roughly 50-60%!o(MISSING)f the worst case peak performance of the backing LUNs.
1361
+ The threshold of reservable IOPS of all virtual machines on the datastore before storage DRS makes recommendations to
1362
+ move VMs off of a datastore.
1547
1363
  """
1548
1364
  return pulumi.get(self, "sdrs_io_reservable_iops_threshold")
1549
1365
 
@@ -1551,10 +1367,8 @@ class DatastoreCluster(pulumi.CustomResource):
1551
1367
  @pulumi.getter(name="sdrsIoReservablePercentThreshold")
1552
1368
  def sdrs_io_reservable_percent_threshold(self) -> pulumi.Output[Optional[int]]:
1553
1369
  """
1554
- The threshold, in
1555
- percent, of actual estimated performance of the datastore (in IOPS) that
1556
- storage DRS uses to make recommendations to move VMs off of a datastore when
1557
- the total reservable IOPS exceeds the threshold. Default: `60` percent.
1370
+ The threshold, in percent, of actual estimated performance of the datastore (in IOPS) that storage DRS uses to make
1371
+ recommendations to move VMs off of a datastore when the total reservable IOPS exceeds the threshold.
1558
1372
  """
1559
1373
  return pulumi.get(self, "sdrs_io_reservable_percent_threshold")
1560
1374
 
@@ -1562,10 +1376,7 @@ class DatastoreCluster(pulumi.CustomResource):
1562
1376
  @pulumi.getter(name="sdrsIoReservableThresholdMode")
1563
1377
  def sdrs_io_reservable_threshold_mode(self) -> pulumi.Output[Optional[str]]:
1564
1378
  """
1565
- The reservable IOPS
1566
- threshold setting to use, `sdrs_io_reservable_percent_threshold` in the event
1567
- of `automatic`, or `sdrs_io_reservable_iops_threshold` in the event of
1568
- `manual`. Default: `automatic`.
1379
+ The reservable IOPS threshold to use, percent in the event of automatic, or manual threshold in the event of manual.
1569
1380
  """
1570
1381
  return pulumi.get(self, "sdrs_io_reservable_threshold_mode")
1571
1382
 
@@ -1573,8 +1384,7 @@ class DatastoreCluster(pulumi.CustomResource):
1573
1384
  @pulumi.getter(name="sdrsLoadBalanceInterval")
1574
1385
  def sdrs_load_balance_interval(self) -> pulumi.Output[Optional[int]]:
1575
1386
  """
1576
- The storage DRS poll interval, in
1577
- minutes. Default: `480` minutes.
1387
+ The storage DRS poll interval, in minutes.
1578
1388
  """
1579
1389
  return pulumi.get(self, "sdrs_load_balance_interval")
1580
1390
 
@@ -1582,8 +1392,7 @@ class DatastoreCluster(pulumi.CustomResource):
1582
1392
  @pulumi.getter(name="sdrsPolicyEnforcementAutomationLevel")
1583
1393
  def sdrs_policy_enforcement_automation_level(self) -> pulumi.Output[Optional[str]]:
1584
1394
  """
1585
- Overrides the default
1586
- automation settings when correcting storage and VM policy violations.
1395
+ Overrides the default automation settings when correcting storage and VM policy violations.
1587
1396
  """
1588
1397
  return pulumi.get(self, "sdrs_policy_enforcement_automation_level")
1589
1398
 
@@ -1591,8 +1400,7 @@ class DatastoreCluster(pulumi.CustomResource):
1591
1400
  @pulumi.getter(name="sdrsRuleEnforcementAutomationLevel")
1592
1401
  def sdrs_rule_enforcement_automation_level(self) -> pulumi.Output[Optional[str]]:
1593
1402
  """
1594
- Overrides the default
1595
- automation settings when correcting affinity rule violations.
1403
+ Overrides the default automation settings when correcting affinity rule violations.
1596
1404
  """
1597
1405
  return pulumi.get(self, "sdrs_rule_enforcement_automation_level")
1598
1406
 
@@ -1600,8 +1408,7 @@ class DatastoreCluster(pulumi.CustomResource):
1600
1408
  @pulumi.getter(name="sdrsSpaceBalanceAutomationLevel")
1601
1409
  def sdrs_space_balance_automation_level(self) -> pulumi.Output[Optional[str]]:
1602
1410
  """
1603
- Overrides the default
1604
- automation settings when correcting disk space imbalances.
1411
+ Overrides the default automation settings when correcting disk space imbalances.
1605
1412
  """
1606
1413
  return pulumi.get(self, "sdrs_space_balance_automation_level")
1607
1414
 
@@ -1609,9 +1416,7 @@ class DatastoreCluster(pulumi.CustomResource):
1609
1416
  @pulumi.getter(name="sdrsSpaceUtilizationThreshold")
1610
1417
  def sdrs_space_utilization_threshold(self) -> pulumi.Output[Optional[int]]:
1611
1418
  """
1612
- Runtime thresholds govern
1613
- when Storage DRS performs or recommends migrations
1614
- (based on the selected automation level). Default: `80` percent.
1419
+ The threshold, in percent of used space, that storage DRS uses to make decisions to migrate VMs out of a datastore.
1615
1420
  """
1616
1421
  return pulumi.get(self, "sdrs_space_utilization_threshold")
1617
1422
 
@@ -1619,8 +1424,7 @@ class DatastoreCluster(pulumi.CustomResource):
1619
1424
  @pulumi.getter(name="sdrsVmEvacuationAutomationLevel")
1620
1425
  def sdrs_vm_evacuation_automation_level(self) -> pulumi.Output[Optional[str]]:
1621
1426
  """
1622
- Overrides the default
1623
- automation settings when generating recommendations for datastore evacuation.
1427
+ Overrides the default automation settings when generating recommendations for datastore evacuation.
1624
1428
  """
1625
1429
  return pulumi.get(self, "sdrs_vm_evacuation_automation_level")
1626
1430