@pulumi/vsphere 4.0.0 → 4.2.0-alpha.1641576184

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.
Files changed (205) hide show
  1. package/README.md +1 -1
  2. package/computeCluster.d.ts +111 -111
  3. package/computeCluster.js +1 -0
  4. package/computeCluster.js.map +1 -1
  5. package/computeClusterHostGroup.d.ts +6 -6
  6. package/computeClusterHostGroup.js +1 -0
  7. package/computeClusterHostGroup.js.map +1 -1
  8. package/computeClusterVmAffinityRule.d.ts +10 -10
  9. package/computeClusterVmAffinityRule.js +1 -0
  10. package/computeClusterVmAffinityRule.js.map +1 -1
  11. package/computeClusterVmAntiAffinityRule.d.ts +10 -10
  12. package/computeClusterVmAntiAffinityRule.js +1 -0
  13. package/computeClusterVmAntiAffinityRule.js.map +1 -1
  14. package/computeClusterVmDependencyRule.d.ts +12 -12
  15. package/computeClusterVmDependencyRule.js +1 -0
  16. package/computeClusterVmDependencyRule.js.map +1 -1
  17. package/computeClusterVmGroup.d.ts +6 -6
  18. package/computeClusterVmGroup.js +1 -0
  19. package/computeClusterVmGroup.js.map +1 -1
  20. package/computeClusterVmHostRule.d.ts +14 -14
  21. package/computeClusterVmHostRule.js +1 -0
  22. package/computeClusterVmHostRule.js.map +1 -1
  23. package/config/index.js +11 -4
  24. package/config/index.js.map +1 -1
  25. package/config/vars.d.ts +13 -13
  26. package/config/vars.js +87 -50
  27. package/config/vars.js.map +1 -1
  28. package/contentLibrary.d.ts +10 -10
  29. package/contentLibrary.js +1 -0
  30. package/contentLibrary.js.map +1 -1
  31. package/contentLibraryItem.d.ts +12 -12
  32. package/contentLibraryItem.js +1 -0
  33. package/contentLibraryItem.js.map +1 -1
  34. package/customAttribute.d.ts +4 -4
  35. package/customAttribute.js +1 -0
  36. package/customAttribute.js.map +1 -1
  37. package/datacenter.d.ts +9 -9
  38. package/datacenter.js +1 -0
  39. package/datacenter.js.map +1 -1
  40. package/datastoreCluster.d.ts +50 -50
  41. package/datastoreCluster.js +1 -0
  42. package/datastoreCluster.js.map +1 -1
  43. package/datastoreClusterVmAntiAffinityRule.d.ts +10 -10
  44. package/datastoreClusterVmAntiAffinityRule.js +1 -0
  45. package/datastoreClusterVmAntiAffinityRule.js.map +1 -1
  46. package/distributedPortGroup.d.ts +94 -94
  47. package/distributedPortGroup.js +1 -0
  48. package/distributedPortGroup.js.map +1 -1
  49. package/distributedVirtualSwitch.d.ts +189 -189
  50. package/distributedVirtualSwitch.js +1 -0
  51. package/distributedVirtualSwitch.js.map +1 -1
  52. package/dpmHostOverride.d.ts +8 -8
  53. package/dpmHostOverride.js +1 -0
  54. package/dpmHostOverride.js.map +1 -1
  55. package/drsVmOverride.d.ts +8 -8
  56. package/drsVmOverride.js +1 -0
  57. package/drsVmOverride.js.map +1 -1
  58. package/entityPermissions.d.ts +6 -6
  59. package/entityPermissions.js +1 -0
  60. package/entityPermissions.js.map +1 -1
  61. package/file.d.ts +14 -14
  62. package/file.js +1 -0
  63. package/file.js.map +1 -1
  64. package/folder.d.ts +10 -10
  65. package/folder.js +1 -0
  66. package/folder.js.map +1 -1
  67. package/getComputeCluster.d.ts +22 -4
  68. package/getComputeCluster.js +7 -2
  69. package/getComputeCluster.js.map +1 -1
  70. package/getContentLibrary.d.ts +12 -2
  71. package/getContentLibrary.js +6 -1
  72. package/getContentLibrary.js.map +1 -1
  73. package/getContentLibraryItem.d.ts +36 -3
  74. package/getContentLibraryItem.js +20 -0
  75. package/getContentLibraryItem.js.map +1 -1
  76. package/getCustomAttribute.d.ts +12 -2
  77. package/getCustomAttribute.js +6 -1
  78. package/getCustomAttribute.js.map +1 -1
  79. package/getDatacenter.d.ts +13 -2
  80. package/getDatacenter.js +6 -1
  81. package/getDatacenter.js.map +1 -1
  82. package/getDatastore.d.ts +22 -4
  83. package/getDatastore.js +7 -2
  84. package/getDatastore.js.map +1 -1
  85. package/getDatastoreCluster.d.ts +22 -4
  86. package/getDatastoreCluster.js +7 -2
  87. package/getDatastoreCluster.js.map +1 -1
  88. package/getDistributedVirtualSwitch.d.ts +23 -4
  89. package/getDistributedVirtualSwitch.js +7 -2
  90. package/getDistributedVirtualSwitch.js.map +1 -1
  91. package/getDynamic.d.ts +24 -3
  92. package/getDynamic.js +5 -0
  93. package/getDynamic.js.map +1 -1
  94. package/getFolder.d.ts +16 -2
  95. package/getFolder.js +6 -1
  96. package/getFolder.js.map +1 -1
  97. package/getHost.d.ts +20 -4
  98. package/getHost.js +7 -2
  99. package/getHost.js.map +1 -1
  100. package/getHostPciDevice.d.ts +28 -4
  101. package/getHostPciDevice.js +5 -0
  102. package/getHostPciDevice.js.map +1 -1
  103. package/getHostThumbprint.d.ts +24 -4
  104. package/getHostThumbprint.js +6 -1
  105. package/getHostThumbprint.js.map +1 -1
  106. package/getNetwork.d.ts +30 -5
  107. package/getNetwork.js +7 -2
  108. package/getNetwork.js.map +1 -1
  109. package/getOvfVmTemplate.d.ts +78 -14
  110. package/getOvfVmTemplate.js +5 -0
  111. package/getOvfVmTemplate.js.map +1 -1
  112. package/getPolicy.d.ts +12 -2
  113. package/getPolicy.js +6 -1
  114. package/getPolicy.js.map +1 -1
  115. package/getResourcePool.d.ts +24 -5
  116. package/getResourcePool.js +8 -3
  117. package/getResourcePool.js.map +1 -1
  118. package/getRole.d.ts +24 -5
  119. package/getRole.js +6 -1
  120. package/getRole.js.map +1 -1
  121. package/getTag.d.ts +18 -4
  122. package/getTag.js +7 -2
  123. package/getTag.js.map +1 -1
  124. package/getTagCategory.d.ts +12 -2
  125. package/getTagCategory.js +6 -1
  126. package/getTagCategory.js.map +1 -1
  127. package/getVappContainer.d.ts +20 -4
  128. package/getVappContainer.js +7 -2
  129. package/getVappContainer.js.map +1 -1
  130. package/getVirtualMachine.d.ts +150 -50
  131. package/getVirtualMachine.js +8 -2
  132. package/getVirtualMachine.js.map +1 -1
  133. package/getVmfsDisks.d.ts +28 -6
  134. package/getVmfsDisks.js +8 -3
  135. package/getVmfsDisks.js.map +1 -1
  136. package/haVmOverride.d.ts +30 -30
  137. package/haVmOverride.js +1 -0
  138. package/haVmOverride.js.map +1 -1
  139. package/host.d.ts +24 -24
  140. package/host.js +1 -0
  141. package/host.js.map +1 -1
  142. package/hostPortGroup.d.ts +41 -41
  143. package/hostPortGroup.js +5 -4
  144. package/hostPortGroup.js.map +1 -1
  145. package/hostVirtualSwitch.d.ts +42 -42
  146. package/hostVirtualSwitch.js +1 -0
  147. package/hostVirtualSwitch.js.map +1 -1
  148. package/index.js +74 -66
  149. package/index.js.map +1 -1
  150. package/license.d.ts +8 -8
  151. package/license.js +1 -0
  152. package/license.js.map +1 -1
  153. package/nasDatastore.d.ts +30 -30
  154. package/nasDatastore.js +1 -0
  155. package/nasDatastore.js.map +1 -1
  156. package/package.json +4 -3
  157. package/package.json.bak +3 -2
  158. package/package.json.dev +4 -3
  159. package/provider.d.ts +45 -13
  160. package/provider.js +9 -8
  161. package/provider.js.map +1 -1
  162. package/resourcePool.d.ts +28 -28
  163. package/resourcePool.js +1 -0
  164. package/resourcePool.js.map +1 -1
  165. package/role.d.ts +5 -5
  166. package/role.js +1 -0
  167. package/role.js.map +1 -1
  168. package/storageDrsVmOverride.d.ts +10 -10
  169. package/storageDrsVmOverride.js +1 -0
  170. package/storageDrsVmOverride.js.map +1 -1
  171. package/tag.d.ts +6 -6
  172. package/tag.js +1 -0
  173. package/tag.js.map +1 -1
  174. package/tagCategory.d.ts +8 -8
  175. package/tagCategory.js +1 -0
  176. package/tagCategory.js.map +1 -1
  177. package/types/index.js +1 -0
  178. package/types/index.js.map +1 -1
  179. package/types/input.d.ts +5 -0
  180. package/utilities.js +1 -0
  181. package/utilities.js.map +1 -1
  182. package/vappContainer.d.ts +30 -30
  183. package/vappContainer.js +1 -0
  184. package/vappContainer.js.map +1 -1
  185. package/vappEntity.d.ts +20 -20
  186. package/vappEntity.js +1 -0
  187. package/vappEntity.js.map +1 -1
  188. package/virtualDisk.d.ts +14 -14
  189. package/virtualDisk.js +1 -0
  190. package/virtualDisk.js.map +1 -1
  191. package/virtualMachine.d.ts +185 -158
  192. package/virtualMachine.js +3 -0
  193. package/virtualMachine.js.map +1 -1
  194. package/virtualMachineSnapshot.d.ts +14 -14
  195. package/virtualMachineSnapshot.js +1 -0
  196. package/virtualMachineSnapshot.js.map +1 -1
  197. package/vmStoragePolicy.d.ts +6 -6
  198. package/vmStoragePolicy.js +1 -0
  199. package/vmStoragePolicy.js.map +1 -1
  200. package/vmfsDatastore.d.ts +21 -21
  201. package/vmfsDatastore.js +1 -0
  202. package/vmfsDatastore.js.map +1 -1
  203. package/vnic.d.ts +18 -18
  204. package/vnic.js +1 -0
  205. package/vnic.js.map +1 -1
@@ -394,38 +394,38 @@ export interface ComputeClusterState {
394
394
  * A map of custom attribute ids to attribute
395
395
  * value strings to set for the datastore cluster.
396
396
  */
397
- readonly customAttributes?: pulumi.Input<{
397
+ customAttributes?: pulumi.Input<{
398
398
  [key: string]: pulumi.Input<string>;
399
399
  }>;
400
400
  /**
401
401
  * The managed object ID of
402
402
  * the datacenter to create the cluster in. Forces a new resource if changed.
403
403
  */
404
- readonly datacenterId?: pulumi.Input<string>;
404
+ datacenterId?: pulumi.Input<string>;
405
405
  /**
406
406
  * The automation level for host power
407
407
  * operations in this cluster. Can be one of `manual` or `automated`. Default:
408
408
  * `manual`.
409
409
  */
410
- readonly dpmAutomationLevel?: pulumi.Input<string>;
410
+ dpmAutomationLevel?: pulumi.Input<string>;
411
411
  /**
412
412
  * Enable DPM support for DRS in this cluster.
413
413
  * Requires `drsEnabled` to be `true` in order to be effective.
414
414
  * Default: `false`.
415
415
  */
416
- readonly dpmEnabled?: pulumi.Input<boolean>;
416
+ dpmEnabled?: pulumi.Input<boolean>;
417
417
  /**
418
418
  * A value between `1` and `5` indicating the
419
419
  * threshold of load within the cluster that influences host power operations.
420
420
  * This affects both power on and power off operations - a lower setting will
421
421
  * tolerate more of a surplus/deficit than a higher setting. Default: `3`.
422
422
  */
423
- readonly dpmThreshold?: pulumi.Input<number>;
423
+ dpmThreshold?: pulumi.Input<number>;
424
424
  /**
425
425
  * A key/value map that specifies advanced
426
426
  * options for DRS and DPM.
427
427
  */
428
- readonly drsAdvancedOptions?: pulumi.Input<{
428
+ drsAdvancedOptions?: pulumi.Input<{
429
429
  [key: string]: pulumi.Input<string>;
430
430
  }>;
431
431
  /**
@@ -433,29 +433,29 @@ export interface ComputeClusterState {
433
433
  * virtual machines in this cluster. Can be one of `manual`,
434
434
  * `partiallyAutomated`, or `fullyAutomated`. Default: `manual`.
435
435
  */
436
- readonly drsAutomationLevel?: pulumi.Input<string>;
436
+ drsAutomationLevel?: pulumi.Input<string>;
437
437
  /**
438
438
  * When `true`, enables DRS to use data
439
439
  * from [vRealize Operations Manager][ref-vsphere-vro] to make proactive DRS
440
440
  * recommendations. <sup>\*</sup>
441
441
  */
442
- readonly drsEnablePredictiveDrs?: pulumi.Input<boolean>;
442
+ drsEnablePredictiveDrs?: pulumi.Input<boolean>;
443
443
  /**
444
444
  * Allow individual DRS overrides to be
445
445
  * set for virtual machines in the cluster. Default: `true`.
446
446
  */
447
- readonly drsEnableVmOverrides?: pulumi.Input<boolean>;
447
+ drsEnableVmOverrides?: pulumi.Input<boolean>;
448
448
  /**
449
449
  * Enable DRS for this cluster. Default: `false`.
450
450
  */
451
- readonly drsEnabled?: pulumi.Input<boolean>;
451
+ drsEnabled?: pulumi.Input<boolean>;
452
452
  /**
453
453
  * A value between `1` and `5` indicating
454
454
  * the threshold of imbalance tolerated between hosts. A lower setting will
455
455
  * tolerate more imbalance while a higher setting will tolerate less. Default:
456
456
  * `3`.
457
457
  */
458
- readonly drsMigrationThreshold?: pulumi.Input<number>;
458
+ drsMigrationThreshold?: pulumi.Input<number>;
459
459
  /**
460
460
  * The relative path to a folder to put this cluster in.
461
461
  * This is a path relative to the datacenter you are deploying the cluster to.
@@ -464,7 +464,7 @@ export interface ComputeClusterState {
464
464
  * host folder located at `/dc1/host/foo/bar`, with the final inventory path
465
465
  * being `/dc1/host/foo/bar/datastore-cluster-test`.
466
466
  */
467
- readonly folder?: pulumi.Input<string>;
467
+ folder?: pulumi.Input<string>;
468
468
  /**
469
469
  * When destroying the resource, setting this to
470
470
  * `true` will auto-remove any hosts that are currently a member of the cluster,
@@ -472,7 +472,7 @@ export interface ComputeClusterState {
472
472
  * below). This is an advanced
473
473
  * option and should only be used for testing. Default: `false`.
474
474
  */
475
- readonly forceEvacuateOnDestroy?: pulumi.Input<boolean>;
475
+ forceEvacuateOnDestroy?: pulumi.Input<boolean>;
476
476
  /**
477
477
  * Defines the
478
478
  * managed object IDs of hosts to use as dedicated failover
@@ -480,7 +480,7 @@ export interface ComputeClusterState {
480
480
  * block access to the host, and DRS will ignore the host when making
481
481
  * recommendations.
482
482
  */
483
- readonly haAdmissionControlFailoverHostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
483
+ haAdmissionControlFailoverHostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
484
484
  /**
485
485
  * The maximum number
486
486
  * of failed hosts that admission control tolerates when making decisions on
@@ -488,20 +488,20 @@ export interface ComputeClusterState {
488
488
  * the number of hosts in the cluster. Default: `1`.
489
489
  * <sup>\*</sup>
490
490
  */
491
- readonly haAdmissionControlHostFailureTolerance?: pulumi.Input<number>;
491
+ haAdmissionControlHostFailureTolerance?: pulumi.Input<number>;
492
492
  /**
493
493
  * The percentage of
494
494
  * resource reduction that a cluster of virtual machines can tolerate in case of
495
495
  * a failover. A value of 0 produces warnings only, whereas a value of 100
496
496
  * disables the setting. Default: `100` (disabled).
497
497
  */
498
- readonly haAdmissionControlPerformanceTolerance?: pulumi.Input<number>;
498
+ haAdmissionControlPerformanceTolerance?: pulumi.Input<number>;
499
499
  /**
500
500
  * The type of admission control
501
501
  * policy to use with vSphere HA. Can be one of `resourcePercentage`,
502
502
  * `slotPolicy`, `failoverHosts`, or `disabled`. Default: `resourcePercentage`.
503
503
  */
504
- readonly haAdmissionControlPolicy?: pulumi.Input<string>;
504
+ haAdmissionControlPolicy?: pulumi.Input<string>;
505
505
  /**
506
506
  * Automatically determine available resource percentages by subtracting the
507
507
  * average number of host resources represented by the
@@ -510,41 +510,41 @@ export interface ComputeClusterState {
510
510
  * user-defined values. Default: `true`.
511
511
  * <sup>\*</sup>
512
512
  */
513
- readonly haAdmissionControlResourcePercentageAutoCompute?: pulumi.Input<boolean>;
513
+ haAdmissionControlResourcePercentageAutoCompute?: pulumi.Input<boolean>;
514
514
  /**
515
515
  * Controls the
516
516
  * user-defined percentage of CPU resources in the cluster to reserve for
517
517
  * failover. Default: `100`.
518
518
  */
519
- readonly haAdmissionControlResourcePercentageCpu?: pulumi.Input<number>;
519
+ haAdmissionControlResourcePercentageCpu?: pulumi.Input<number>;
520
520
  /**
521
521
  * Controls the
522
522
  * user-defined percentage of memory resources in the cluster to reserve for
523
523
  * failover. Default: `100`.
524
524
  */
525
- readonly haAdmissionControlResourcePercentageMemory?: pulumi.Input<number>;
525
+ haAdmissionControlResourcePercentageMemory?: pulumi.Input<number>;
526
526
  /**
527
527
  * Controls the
528
528
  * user-defined CPU slot size, in MHz. Default: `32`.
529
529
  */
530
- readonly haAdmissionControlSlotPolicyExplicitCpu?: pulumi.Input<number>;
530
+ haAdmissionControlSlotPolicyExplicitCpu?: pulumi.Input<number>;
531
531
  /**
532
532
  * Controls the
533
533
  * user-defined memory slot size, in MB. Default: `100`.
534
534
  */
535
- readonly haAdmissionControlSlotPolicyExplicitMemory?: pulumi.Input<number>;
535
+ haAdmissionControlSlotPolicyExplicitMemory?: pulumi.Input<number>;
536
536
  /**
537
537
  * Controls
538
538
  * whether or not you wish to supply explicit values to CPU and memory slot
539
539
  * sizes. The default is `false`, which tells vSphere to gather a automatic
540
540
  * average based on all powered-on virtual machines currently in the cluster.
541
541
  */
542
- readonly haAdmissionControlSlotPolicyUseExplicitSize?: pulumi.Input<boolean>;
542
+ haAdmissionControlSlotPolicyUseExplicitSize?: pulumi.Input<boolean>;
543
543
  /**
544
544
  * A key/value map that specifies advanced
545
545
  * options for vSphere HA.
546
546
  */
547
- readonly haAdvancedOptions?: pulumi.Input<{
547
+ haAdvancedOptions?: pulumi.Input<{
548
548
  [key: string]: pulumi.Input<string>;
549
549
  }>;
550
550
  /**
@@ -553,7 +553,7 @@ export interface ComputeClusterState {
553
553
  * middle of an APD event. Can be one of `none` or `reset`. Default: `none`.
554
554
  * <sup>\*</sup>
555
555
  */
556
- readonly haDatastoreApdRecoveryAction?: pulumi.Input<string>;
556
+ haDatastoreApdRecoveryAction?: pulumi.Input<string>;
557
557
  /**
558
558
  * Controls the action to take on
559
559
  * virtual machines when the cluster has detected loss to all paths to a
@@ -561,14 +561,14 @@ export interface ComputeClusterState {
561
561
  * `restartConservative`, or `restartAggressive`. Default: `disabled`.
562
562
  * <sup>\*</sup>
563
563
  */
564
- readonly haDatastoreApdResponse?: pulumi.Input<string>;
564
+ haDatastoreApdResponse?: pulumi.Input<string>;
565
565
  /**
566
566
  * Controls the delay in minutes
567
567
  * to wait after an APD timeout event to execute the response action defined in
568
568
  * `haDatastoreApdResponse`. Default: `3`
569
569
  * minutes. <sup>\*</sup>
570
570
  */
571
- readonly haDatastoreApdResponseDelay?: pulumi.Input<number>;
571
+ haDatastoreApdResponseDelay?: pulumi.Input<number>;
572
572
  /**
573
573
  * Controls the action to take on
574
574
  * virtual machines when the cluster has detected a permanent device loss to a
@@ -576,46 +576,46 @@ export interface ComputeClusterState {
576
576
  * `restartAggressive`. Default: `disabled`.
577
577
  * <sup>\*</sup>
578
578
  */
579
- readonly haDatastorePdlResponse?: pulumi.Input<string>;
579
+ haDatastorePdlResponse?: pulumi.Input<string>;
580
580
  /**
581
581
  * Enable vSphere HA for this cluster. Default:
582
582
  * `false`.
583
583
  */
584
- readonly haEnabled?: pulumi.Input<boolean>;
584
+ haEnabled?: pulumi.Input<boolean>;
585
585
  /**
586
586
  * The list of managed object IDs for
587
587
  * preferred datastores to use for HA heartbeating. This setting is only useful
588
588
  * when `haHeartbeatDatastorePolicy` is set
589
589
  * to either `userSelectedDs` or `allFeasibleDsWithUserPreference`.
590
590
  */
591
- readonly haHeartbeatDatastoreIds?: pulumi.Input<pulumi.Input<string>[]>;
591
+ haHeartbeatDatastoreIds?: pulumi.Input<pulumi.Input<string>[]>;
592
592
  /**
593
593
  * The selection policy for HA
594
594
  * heartbeat datastores. Can be one of `allFeasibleDs`, `userSelectedDs`, or
595
595
  * `allFeasibleDsWithUserPreference`. Default:
596
596
  * `allFeasibleDsWithUserPreference`.
597
597
  */
598
- readonly haHeartbeatDatastorePolicy?: pulumi.Input<string>;
598
+ haHeartbeatDatastorePolicy?: pulumi.Input<string>;
599
599
  /**
600
600
  * The action to take on virtual
601
601
  * machines when a host has detected that it has been isolated from the rest of
602
602
  * the cluster. Can be one of `none`, `powerOff`, or `shutdown`. Default:
603
603
  * `none`.
604
604
  */
605
- readonly haHostIsolationResponse?: pulumi.Input<string>;
605
+ haHostIsolationResponse?: pulumi.Input<string>;
606
606
  /**
607
607
  * Global setting that controls whether
608
608
  * vSphere HA remediates virtual machines on host failure. Can be one of `enabled`
609
609
  * or `disabled`. Default: `enabled`.
610
610
  */
611
- readonly haHostMonitoring?: pulumi.Input<string>;
611
+ haHostMonitoring?: pulumi.Input<string>;
612
612
  /**
613
613
  * Controls vSphere VM component
614
614
  * protection for virtual machines in this cluster. Can be one of `enabled` or
615
615
  * `disabled`. Default: `enabled`.
616
616
  * <sup>\*</sup>
617
617
  */
618
- readonly haVmComponentProtection?: pulumi.Input<string>;
618
+ haVmComponentProtection?: pulumi.Input<string>;
619
619
  /**
620
620
  * The condition used to
621
621
  * determine whether or not virtual machines in a certain restart priority class
@@ -625,13 +625,13 @@ export interface ComputeClusterState {
625
625
  * is considered ready immediately after a host is found to start it on.
626
626
  * <sup>\*</sup>
627
627
  */
628
- readonly haVmDependencyRestartCondition?: pulumi.Input<string>;
628
+ haVmDependencyRestartCondition?: pulumi.Input<string>;
629
629
  /**
630
630
  * If a heartbeat from a virtual machine
631
631
  * is not received within this configured interval, the virtual machine is
632
632
  * marked as failed. The value is in seconds. Default: `30`.
633
633
  */
634
- readonly haVmFailureInterval?: pulumi.Input<number>;
634
+ haVmFailureInterval?: pulumi.Input<number>;
635
635
  /**
636
636
  * The length of the reset window in
637
637
  * which `haVmMaximumResets` can operate. When this
@@ -640,77 +640,77 @@ export interface ComputeClusterState {
640
640
  * unlimited reset time is allotted. The value is specified in seconds. Default:
641
641
  * `-1` (no window).
642
642
  */
643
- readonly haVmMaximumFailureWindow?: pulumi.Input<number>;
643
+ haVmMaximumFailureWindow?: pulumi.Input<number>;
644
644
  /**
645
645
  * The maximum number of resets that HA will
646
646
  * perform to a virtual machine when responding to a failure event. Default: `3`
647
647
  */
648
- readonly haVmMaximumResets?: pulumi.Input<number>;
648
+ haVmMaximumResets?: pulumi.Input<number>;
649
649
  /**
650
650
  * The time, in seconds, that HA waits after
651
651
  * powering on a virtual machine before monitoring for heartbeats. Default:
652
652
  * `120` (2 minutes).
653
653
  */
654
- readonly haVmMinimumUptime?: pulumi.Input<number>;
654
+ haVmMinimumUptime?: pulumi.Input<number>;
655
655
  /**
656
656
  * The type of virtual machine monitoring to use
657
657
  * when HA is enabled in the cluster. Can be one of `vmMonitoringDisabled`,
658
658
  * `vmMonitoringOnly`, or `vmAndAppMonitoring`. Default: `vmMonitoringDisabled`.
659
659
  */
660
- readonly haVmMonitoring?: pulumi.Input<string>;
660
+ haVmMonitoring?: pulumi.Input<string>;
661
661
  /**
662
662
  * Additional delay in seconds
663
663
  * after ready condition is met. A VM is considered ready at this point.
664
664
  * Default: `0` (no delay). <sup>\*</sup>
665
665
  */
666
- readonly haVmRestartAdditionalDelay?: pulumi.Input<number>;
666
+ haVmRestartAdditionalDelay?: pulumi.Input<number>;
667
667
  /**
668
668
  * The default restart priority
669
669
  * for affected virtual machines when vSphere detects a host failure. Can be one
670
670
  * of `lowest`, `low`, `medium`, `high`, or `highest`. Default: `medium`.
671
671
  */
672
- readonly haVmRestartPriority?: pulumi.Input<string>;
672
+ haVmRestartPriority?: pulumi.Input<string>;
673
673
  /**
674
674
  * The maximum time, in seconds,
675
675
  * that vSphere HA will wait for virtual machines in one priority to be ready
676
676
  * before proceeding with the next priority. Default: `600` (10 minutes).
677
677
  * <sup>\*</sup>
678
678
  */
679
- readonly haVmRestartTimeout?: pulumi.Input<number>;
679
+ haVmRestartTimeout?: pulumi.Input<number>;
680
680
  /**
681
681
  * The timeout for each host maintenance mode
682
682
  * operation when removing hosts from a cluster. The value is specified in
683
683
  * seconds. Default: `3600` (1 hour).
684
684
  */
685
- readonly hostClusterExitTimeout?: pulumi.Input<number>;
685
+ hostClusterExitTimeout?: pulumi.Input<number>;
686
686
  /**
687
687
  * Can be set to `true` if compute cluster
688
688
  * membership will be managed through the `host` resource rather than the
689
689
  * `computeCluster` resource. Conflicts with: `hostSystemIds`.
690
690
  * >>>>>>> v1.18.3
691
691
  */
692
- readonly hostManaged?: pulumi.Input<boolean>;
692
+ hostManaged?: pulumi.Input<boolean>;
693
693
  /**
694
694
  * The [managed object IDs][docs-about-morefs] of
695
695
  * the hosts to put in the cluster. Conflicts with: `hostManaged`.
696
696
  */
697
- readonly hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
697
+ hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
698
698
  /**
699
699
  * The name of the cluster.
700
700
  */
701
- readonly name?: pulumi.Input<string>;
701
+ name?: pulumi.Input<string>;
702
702
  /**
703
703
  * Determines how the host
704
704
  * quarantine, maintenance mode, or virtual machine migration recommendations
705
705
  * made by proactive HA are to be handled. Can be one of `Automated` or
706
706
  * `Manual`. Default: `Manual`. <sup>\*</sup>
707
707
  */
708
- readonly proactiveHaAutomationLevel?: pulumi.Input<string>;
708
+ proactiveHaAutomationLevel?: pulumi.Input<string>;
709
709
  /**
710
710
  * Enables Proactive HA. Default: `false`.
711
711
  * <sup>\*</sup>
712
712
  */
713
- readonly proactiveHaEnabled?: pulumi.Input<boolean>;
713
+ proactiveHaEnabled?: pulumi.Input<boolean>;
714
714
  /**
715
715
  * The configured remediation
716
716
  * for moderately degraded hosts. Can be one of `MaintenanceMode` or
@@ -719,13 +719,13 @@ export interface ComputeClusterState {
719
719
  * to `QuarantineMode`. Default: `QuarantineMode`.
720
720
  * <sup>\*</sup>
721
721
  */
722
- readonly proactiveHaModerateRemediation?: pulumi.Input<string>;
722
+ proactiveHaModerateRemediation?: pulumi.Input<string>;
723
723
  /**
724
724
  * The list of IDs for health update
725
725
  * providers configured for this cluster.
726
726
  * <sup>\*</sup>
727
727
  */
728
- readonly proactiveHaProviderIds?: pulumi.Input<pulumi.Input<string>[]>;
728
+ proactiveHaProviderIds?: pulumi.Input<pulumi.Input<string>[]>;
729
729
  /**
730
730
  * The configured remediation for
731
731
  * severely degraded hosts. Can be one of `MaintenanceMode` or `QuarantineMode`.
@@ -734,23 +734,23 @@ export interface ComputeClusterState {
734
734
  * set to `MaintenanceMode`. Default: `QuarantineMode`.
735
735
  * <sup>\*</sup>
736
736
  */
737
- readonly proactiveHaSevereRemediation?: pulumi.Input<string>;
737
+ proactiveHaSevereRemediation?: pulumi.Input<string>;
738
738
  /**
739
739
  * The managed object ID of the cluster's root resource pool.
740
740
  */
741
- readonly resourcePoolId?: pulumi.Input<string>;
741
+ resourcePoolId?: pulumi.Input<string>;
742
742
  /**
743
743
  * The IDs of any tags to attach to this resource.
744
744
  */
745
- readonly tags?: pulumi.Input<pulumi.Input<string>[]>;
745
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
746
746
  /**
747
747
  * A list of disk UUIDs to add to the vSAN cluster.
748
748
  */
749
- readonly vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
749
+ vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
750
750
  /**
751
751
  * Whether the VSAN service is enabled for the cluster.
752
752
  */
753
- readonly vsanEnabled?: pulumi.Input<boolean>;
753
+ vsanEnabled?: pulumi.Input<boolean>;
754
754
  }
755
755
  /**
756
756
  * The set of arguments for constructing a ComputeCluster resource.
@@ -760,38 +760,38 @@ export interface ComputeClusterArgs {
760
760
  * A map of custom attribute ids to attribute
761
761
  * value strings to set for the datastore cluster.
762
762
  */
763
- readonly customAttributes?: pulumi.Input<{
763
+ customAttributes?: pulumi.Input<{
764
764
  [key: string]: pulumi.Input<string>;
765
765
  }>;
766
766
  /**
767
767
  * The managed object ID of
768
768
  * the datacenter to create the cluster in. Forces a new resource if changed.
769
769
  */
770
- readonly datacenterId: pulumi.Input<string>;
770
+ datacenterId: pulumi.Input<string>;
771
771
  /**
772
772
  * The automation level for host power
773
773
  * operations in this cluster. Can be one of `manual` or `automated`. Default:
774
774
  * `manual`.
775
775
  */
776
- readonly dpmAutomationLevel?: pulumi.Input<string>;
776
+ dpmAutomationLevel?: pulumi.Input<string>;
777
777
  /**
778
778
  * Enable DPM support for DRS in this cluster.
779
779
  * Requires `drsEnabled` to be `true` in order to be effective.
780
780
  * Default: `false`.
781
781
  */
782
- readonly dpmEnabled?: pulumi.Input<boolean>;
782
+ dpmEnabled?: pulumi.Input<boolean>;
783
783
  /**
784
784
  * A value between `1` and `5` indicating the
785
785
  * threshold of load within the cluster that influences host power operations.
786
786
  * This affects both power on and power off operations - a lower setting will
787
787
  * tolerate more of a surplus/deficit than a higher setting. Default: `3`.
788
788
  */
789
- readonly dpmThreshold?: pulumi.Input<number>;
789
+ dpmThreshold?: pulumi.Input<number>;
790
790
  /**
791
791
  * A key/value map that specifies advanced
792
792
  * options for DRS and DPM.
793
793
  */
794
- readonly drsAdvancedOptions?: pulumi.Input<{
794
+ drsAdvancedOptions?: pulumi.Input<{
795
795
  [key: string]: pulumi.Input<string>;
796
796
  }>;
797
797
  /**
@@ -799,29 +799,29 @@ export interface ComputeClusterArgs {
799
799
  * virtual machines in this cluster. Can be one of `manual`,
800
800
  * `partiallyAutomated`, or `fullyAutomated`. Default: `manual`.
801
801
  */
802
- readonly drsAutomationLevel?: pulumi.Input<string>;
802
+ drsAutomationLevel?: pulumi.Input<string>;
803
803
  /**
804
804
  * When `true`, enables DRS to use data
805
805
  * from [vRealize Operations Manager][ref-vsphere-vro] to make proactive DRS
806
806
  * recommendations. <sup>\*</sup>
807
807
  */
808
- readonly drsEnablePredictiveDrs?: pulumi.Input<boolean>;
808
+ drsEnablePredictiveDrs?: pulumi.Input<boolean>;
809
809
  /**
810
810
  * Allow individual DRS overrides to be
811
811
  * set for virtual machines in the cluster. Default: `true`.
812
812
  */
813
- readonly drsEnableVmOverrides?: pulumi.Input<boolean>;
813
+ drsEnableVmOverrides?: pulumi.Input<boolean>;
814
814
  /**
815
815
  * Enable DRS for this cluster. Default: `false`.
816
816
  */
817
- readonly drsEnabled?: pulumi.Input<boolean>;
817
+ drsEnabled?: pulumi.Input<boolean>;
818
818
  /**
819
819
  * A value between `1` and `5` indicating
820
820
  * the threshold of imbalance tolerated between hosts. A lower setting will
821
821
  * tolerate more imbalance while a higher setting will tolerate less. Default:
822
822
  * `3`.
823
823
  */
824
- readonly drsMigrationThreshold?: pulumi.Input<number>;
824
+ drsMigrationThreshold?: pulumi.Input<number>;
825
825
  /**
826
826
  * The relative path to a folder to put this cluster in.
827
827
  * This is a path relative to the datacenter you are deploying the cluster to.
@@ -830,7 +830,7 @@ export interface ComputeClusterArgs {
830
830
  * host folder located at `/dc1/host/foo/bar`, with the final inventory path
831
831
  * being `/dc1/host/foo/bar/datastore-cluster-test`.
832
832
  */
833
- readonly folder?: pulumi.Input<string>;
833
+ folder?: pulumi.Input<string>;
834
834
  /**
835
835
  * When destroying the resource, setting this to
836
836
  * `true` will auto-remove any hosts that are currently a member of the cluster,
@@ -838,7 +838,7 @@ export interface ComputeClusterArgs {
838
838
  * below). This is an advanced
839
839
  * option and should only be used for testing. Default: `false`.
840
840
  */
841
- readonly forceEvacuateOnDestroy?: pulumi.Input<boolean>;
841
+ forceEvacuateOnDestroy?: pulumi.Input<boolean>;
842
842
  /**
843
843
  * Defines the
844
844
  * managed object IDs of hosts to use as dedicated failover
@@ -846,7 +846,7 @@ export interface ComputeClusterArgs {
846
846
  * block access to the host, and DRS will ignore the host when making
847
847
  * recommendations.
848
848
  */
849
- readonly haAdmissionControlFailoverHostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
849
+ haAdmissionControlFailoverHostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
850
850
  /**
851
851
  * The maximum number
852
852
  * of failed hosts that admission control tolerates when making decisions on
@@ -854,20 +854,20 @@ export interface ComputeClusterArgs {
854
854
  * the number of hosts in the cluster. Default: `1`.
855
855
  * <sup>\*</sup>
856
856
  */
857
- readonly haAdmissionControlHostFailureTolerance?: pulumi.Input<number>;
857
+ haAdmissionControlHostFailureTolerance?: pulumi.Input<number>;
858
858
  /**
859
859
  * The percentage of
860
860
  * resource reduction that a cluster of virtual machines can tolerate in case of
861
861
  * a failover. A value of 0 produces warnings only, whereas a value of 100
862
862
  * disables the setting. Default: `100` (disabled).
863
863
  */
864
- readonly haAdmissionControlPerformanceTolerance?: pulumi.Input<number>;
864
+ haAdmissionControlPerformanceTolerance?: pulumi.Input<number>;
865
865
  /**
866
866
  * The type of admission control
867
867
  * policy to use with vSphere HA. Can be one of `resourcePercentage`,
868
868
  * `slotPolicy`, `failoverHosts`, or `disabled`. Default: `resourcePercentage`.
869
869
  */
870
- readonly haAdmissionControlPolicy?: pulumi.Input<string>;
870
+ haAdmissionControlPolicy?: pulumi.Input<string>;
871
871
  /**
872
872
  * Automatically determine available resource percentages by subtracting the
873
873
  * average number of host resources represented by the
@@ -876,41 +876,41 @@ export interface ComputeClusterArgs {
876
876
  * user-defined values. Default: `true`.
877
877
  * <sup>\*</sup>
878
878
  */
879
- readonly haAdmissionControlResourcePercentageAutoCompute?: pulumi.Input<boolean>;
879
+ haAdmissionControlResourcePercentageAutoCompute?: pulumi.Input<boolean>;
880
880
  /**
881
881
  * Controls the
882
882
  * user-defined percentage of CPU resources in the cluster to reserve for
883
883
  * failover. Default: `100`.
884
884
  */
885
- readonly haAdmissionControlResourcePercentageCpu?: pulumi.Input<number>;
885
+ haAdmissionControlResourcePercentageCpu?: pulumi.Input<number>;
886
886
  /**
887
887
  * Controls the
888
888
  * user-defined percentage of memory resources in the cluster to reserve for
889
889
  * failover. Default: `100`.
890
890
  */
891
- readonly haAdmissionControlResourcePercentageMemory?: pulumi.Input<number>;
891
+ haAdmissionControlResourcePercentageMemory?: pulumi.Input<number>;
892
892
  /**
893
893
  * Controls the
894
894
  * user-defined CPU slot size, in MHz. Default: `32`.
895
895
  */
896
- readonly haAdmissionControlSlotPolicyExplicitCpu?: pulumi.Input<number>;
896
+ haAdmissionControlSlotPolicyExplicitCpu?: pulumi.Input<number>;
897
897
  /**
898
898
  * Controls the
899
899
  * user-defined memory slot size, in MB. Default: `100`.
900
900
  */
901
- readonly haAdmissionControlSlotPolicyExplicitMemory?: pulumi.Input<number>;
901
+ haAdmissionControlSlotPolicyExplicitMemory?: pulumi.Input<number>;
902
902
  /**
903
903
  * Controls
904
904
  * whether or not you wish to supply explicit values to CPU and memory slot
905
905
  * sizes. The default is `false`, which tells vSphere to gather a automatic
906
906
  * average based on all powered-on virtual machines currently in the cluster.
907
907
  */
908
- readonly haAdmissionControlSlotPolicyUseExplicitSize?: pulumi.Input<boolean>;
908
+ haAdmissionControlSlotPolicyUseExplicitSize?: pulumi.Input<boolean>;
909
909
  /**
910
910
  * A key/value map that specifies advanced
911
911
  * options for vSphere HA.
912
912
  */
913
- readonly haAdvancedOptions?: pulumi.Input<{
913
+ haAdvancedOptions?: pulumi.Input<{
914
914
  [key: string]: pulumi.Input<string>;
915
915
  }>;
916
916
  /**
@@ -919,7 +919,7 @@ export interface ComputeClusterArgs {
919
919
  * middle of an APD event. Can be one of `none` or `reset`. Default: `none`.
920
920
  * <sup>\*</sup>
921
921
  */
922
- readonly haDatastoreApdRecoveryAction?: pulumi.Input<string>;
922
+ haDatastoreApdRecoveryAction?: pulumi.Input<string>;
923
923
  /**
924
924
  * Controls the action to take on
925
925
  * virtual machines when the cluster has detected loss to all paths to a
@@ -927,14 +927,14 @@ export interface ComputeClusterArgs {
927
927
  * `restartConservative`, or `restartAggressive`. Default: `disabled`.
928
928
  * <sup>\*</sup>
929
929
  */
930
- readonly haDatastoreApdResponse?: pulumi.Input<string>;
930
+ haDatastoreApdResponse?: pulumi.Input<string>;
931
931
  /**
932
932
  * Controls the delay in minutes
933
933
  * to wait after an APD timeout event to execute the response action defined in
934
934
  * `haDatastoreApdResponse`. Default: `3`
935
935
  * minutes. <sup>\*</sup>
936
936
  */
937
- readonly haDatastoreApdResponseDelay?: pulumi.Input<number>;
937
+ haDatastoreApdResponseDelay?: pulumi.Input<number>;
938
938
  /**
939
939
  * Controls the action to take on
940
940
  * virtual machines when the cluster has detected a permanent device loss to a
@@ -942,46 +942,46 @@ export interface ComputeClusterArgs {
942
942
  * `restartAggressive`. Default: `disabled`.
943
943
  * <sup>\*</sup>
944
944
  */
945
- readonly haDatastorePdlResponse?: pulumi.Input<string>;
945
+ haDatastorePdlResponse?: pulumi.Input<string>;
946
946
  /**
947
947
  * Enable vSphere HA for this cluster. Default:
948
948
  * `false`.
949
949
  */
950
- readonly haEnabled?: pulumi.Input<boolean>;
950
+ haEnabled?: pulumi.Input<boolean>;
951
951
  /**
952
952
  * The list of managed object IDs for
953
953
  * preferred datastores to use for HA heartbeating. This setting is only useful
954
954
  * when `haHeartbeatDatastorePolicy` is set
955
955
  * to either `userSelectedDs` or `allFeasibleDsWithUserPreference`.
956
956
  */
957
- readonly haHeartbeatDatastoreIds?: pulumi.Input<pulumi.Input<string>[]>;
957
+ haHeartbeatDatastoreIds?: pulumi.Input<pulumi.Input<string>[]>;
958
958
  /**
959
959
  * The selection policy for HA
960
960
  * heartbeat datastores. Can be one of `allFeasibleDs`, `userSelectedDs`, or
961
961
  * `allFeasibleDsWithUserPreference`. Default:
962
962
  * `allFeasibleDsWithUserPreference`.
963
963
  */
964
- readonly haHeartbeatDatastorePolicy?: pulumi.Input<string>;
964
+ haHeartbeatDatastorePolicy?: pulumi.Input<string>;
965
965
  /**
966
966
  * The action to take on virtual
967
967
  * machines when a host has detected that it has been isolated from the rest of
968
968
  * the cluster. Can be one of `none`, `powerOff`, or `shutdown`. Default:
969
969
  * `none`.
970
970
  */
971
- readonly haHostIsolationResponse?: pulumi.Input<string>;
971
+ haHostIsolationResponse?: pulumi.Input<string>;
972
972
  /**
973
973
  * Global setting that controls whether
974
974
  * vSphere HA remediates virtual machines on host failure. Can be one of `enabled`
975
975
  * or `disabled`. Default: `enabled`.
976
976
  */
977
- readonly haHostMonitoring?: pulumi.Input<string>;
977
+ haHostMonitoring?: pulumi.Input<string>;
978
978
  /**
979
979
  * Controls vSphere VM component
980
980
  * protection for virtual machines in this cluster. Can be one of `enabled` or
981
981
  * `disabled`. Default: `enabled`.
982
982
  * <sup>\*</sup>
983
983
  */
984
- readonly haVmComponentProtection?: pulumi.Input<string>;
984
+ haVmComponentProtection?: pulumi.Input<string>;
985
985
  /**
986
986
  * The condition used to
987
987
  * determine whether or not virtual machines in a certain restart priority class
@@ -991,13 +991,13 @@ export interface ComputeClusterArgs {
991
991
  * is considered ready immediately after a host is found to start it on.
992
992
  * <sup>\*</sup>
993
993
  */
994
- readonly haVmDependencyRestartCondition?: pulumi.Input<string>;
994
+ haVmDependencyRestartCondition?: pulumi.Input<string>;
995
995
  /**
996
996
  * If a heartbeat from a virtual machine
997
997
  * is not received within this configured interval, the virtual machine is
998
998
  * marked as failed. The value is in seconds. Default: `30`.
999
999
  */
1000
- readonly haVmFailureInterval?: pulumi.Input<number>;
1000
+ haVmFailureInterval?: pulumi.Input<number>;
1001
1001
  /**
1002
1002
  * The length of the reset window in
1003
1003
  * which `haVmMaximumResets` can operate. When this
@@ -1006,77 +1006,77 @@ export interface ComputeClusterArgs {
1006
1006
  * unlimited reset time is allotted. The value is specified in seconds. Default:
1007
1007
  * `-1` (no window).
1008
1008
  */
1009
- readonly haVmMaximumFailureWindow?: pulumi.Input<number>;
1009
+ haVmMaximumFailureWindow?: pulumi.Input<number>;
1010
1010
  /**
1011
1011
  * The maximum number of resets that HA will
1012
1012
  * perform to a virtual machine when responding to a failure event. Default: `3`
1013
1013
  */
1014
- readonly haVmMaximumResets?: pulumi.Input<number>;
1014
+ haVmMaximumResets?: pulumi.Input<number>;
1015
1015
  /**
1016
1016
  * The time, in seconds, that HA waits after
1017
1017
  * powering on a virtual machine before monitoring for heartbeats. Default:
1018
1018
  * `120` (2 minutes).
1019
1019
  */
1020
- readonly haVmMinimumUptime?: pulumi.Input<number>;
1020
+ haVmMinimumUptime?: pulumi.Input<number>;
1021
1021
  /**
1022
1022
  * The type of virtual machine monitoring to use
1023
1023
  * when HA is enabled in the cluster. Can be one of `vmMonitoringDisabled`,
1024
1024
  * `vmMonitoringOnly`, or `vmAndAppMonitoring`. Default: `vmMonitoringDisabled`.
1025
1025
  */
1026
- readonly haVmMonitoring?: pulumi.Input<string>;
1026
+ haVmMonitoring?: pulumi.Input<string>;
1027
1027
  /**
1028
1028
  * Additional delay in seconds
1029
1029
  * after ready condition is met. A VM is considered ready at this point.
1030
1030
  * Default: `0` (no delay). <sup>\*</sup>
1031
1031
  */
1032
- readonly haVmRestartAdditionalDelay?: pulumi.Input<number>;
1032
+ haVmRestartAdditionalDelay?: pulumi.Input<number>;
1033
1033
  /**
1034
1034
  * The default restart priority
1035
1035
  * for affected virtual machines when vSphere detects a host failure. Can be one
1036
1036
  * of `lowest`, `low`, `medium`, `high`, or `highest`. Default: `medium`.
1037
1037
  */
1038
- readonly haVmRestartPriority?: pulumi.Input<string>;
1038
+ haVmRestartPriority?: pulumi.Input<string>;
1039
1039
  /**
1040
1040
  * The maximum time, in seconds,
1041
1041
  * that vSphere HA will wait for virtual machines in one priority to be ready
1042
1042
  * before proceeding with the next priority. Default: `600` (10 minutes).
1043
1043
  * <sup>\*</sup>
1044
1044
  */
1045
- readonly haVmRestartTimeout?: pulumi.Input<number>;
1045
+ haVmRestartTimeout?: pulumi.Input<number>;
1046
1046
  /**
1047
1047
  * The timeout for each host maintenance mode
1048
1048
  * operation when removing hosts from a cluster. The value is specified in
1049
1049
  * seconds. Default: `3600` (1 hour).
1050
1050
  */
1051
- readonly hostClusterExitTimeout?: pulumi.Input<number>;
1051
+ hostClusterExitTimeout?: pulumi.Input<number>;
1052
1052
  /**
1053
1053
  * Can be set to `true` if compute cluster
1054
1054
  * membership will be managed through the `host` resource rather than the
1055
1055
  * `computeCluster` resource. Conflicts with: `hostSystemIds`.
1056
1056
  * >>>>>>> v1.18.3
1057
1057
  */
1058
- readonly hostManaged?: pulumi.Input<boolean>;
1058
+ hostManaged?: pulumi.Input<boolean>;
1059
1059
  /**
1060
1060
  * The [managed object IDs][docs-about-morefs] of
1061
1061
  * the hosts to put in the cluster. Conflicts with: `hostManaged`.
1062
1062
  */
1063
- readonly hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
1063
+ hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
1064
1064
  /**
1065
1065
  * The name of the cluster.
1066
1066
  */
1067
- readonly name?: pulumi.Input<string>;
1067
+ name?: pulumi.Input<string>;
1068
1068
  /**
1069
1069
  * Determines how the host
1070
1070
  * quarantine, maintenance mode, or virtual machine migration recommendations
1071
1071
  * made by proactive HA are to be handled. Can be one of `Automated` or
1072
1072
  * `Manual`. Default: `Manual`. <sup>\*</sup>
1073
1073
  */
1074
- readonly proactiveHaAutomationLevel?: pulumi.Input<string>;
1074
+ proactiveHaAutomationLevel?: pulumi.Input<string>;
1075
1075
  /**
1076
1076
  * Enables Proactive HA. Default: `false`.
1077
1077
  * <sup>\*</sup>
1078
1078
  */
1079
- readonly proactiveHaEnabled?: pulumi.Input<boolean>;
1079
+ proactiveHaEnabled?: pulumi.Input<boolean>;
1080
1080
  /**
1081
1081
  * The configured remediation
1082
1082
  * for moderately degraded hosts. Can be one of `MaintenanceMode` or
@@ -1085,13 +1085,13 @@ export interface ComputeClusterArgs {
1085
1085
  * to `QuarantineMode`. Default: `QuarantineMode`.
1086
1086
  * <sup>\*</sup>
1087
1087
  */
1088
- readonly proactiveHaModerateRemediation?: pulumi.Input<string>;
1088
+ proactiveHaModerateRemediation?: pulumi.Input<string>;
1089
1089
  /**
1090
1090
  * The list of IDs for health update
1091
1091
  * providers configured for this cluster.
1092
1092
  * <sup>\*</sup>
1093
1093
  */
1094
- readonly proactiveHaProviderIds?: pulumi.Input<pulumi.Input<string>[]>;
1094
+ proactiveHaProviderIds?: pulumi.Input<pulumi.Input<string>[]>;
1095
1095
  /**
1096
1096
  * The configured remediation for
1097
1097
  * severely degraded hosts. Can be one of `MaintenanceMode` or `QuarantineMode`.
@@ -1100,17 +1100,17 @@ export interface ComputeClusterArgs {
1100
1100
  * set to `MaintenanceMode`. Default: `QuarantineMode`.
1101
1101
  * <sup>\*</sup>
1102
1102
  */
1103
- readonly proactiveHaSevereRemediation?: pulumi.Input<string>;
1103
+ proactiveHaSevereRemediation?: pulumi.Input<string>;
1104
1104
  /**
1105
1105
  * The IDs of any tags to attach to this resource.
1106
1106
  */
1107
- readonly tags?: pulumi.Input<pulumi.Input<string>[]>;
1107
+ tags?: pulumi.Input<pulumi.Input<string>[]>;
1108
1108
  /**
1109
1109
  * A list of disk UUIDs to add to the vSAN cluster.
1110
1110
  */
1111
- readonly vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
1111
+ vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
1112
1112
  /**
1113
1113
  * Whether the VSAN service is enabled for the cluster.
1114
1114
  */
1115
- readonly vsanEnabled?: pulumi.Input<boolean>;
1115
+ vsanEnabled?: pulumi.Input<boolean>;
1116
1116
  }