@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.
- package/README.md +1 -1
- package/computeCluster.d.ts +111 -111
- package/computeCluster.js +1 -0
- package/computeCluster.js.map +1 -1
- package/computeClusterHostGroup.d.ts +6 -6
- package/computeClusterHostGroup.js +1 -0
- package/computeClusterHostGroup.js.map +1 -1
- package/computeClusterVmAffinityRule.d.ts +10 -10
- package/computeClusterVmAffinityRule.js +1 -0
- package/computeClusterVmAffinityRule.js.map +1 -1
- package/computeClusterVmAntiAffinityRule.d.ts +10 -10
- package/computeClusterVmAntiAffinityRule.js +1 -0
- package/computeClusterVmAntiAffinityRule.js.map +1 -1
- package/computeClusterVmDependencyRule.d.ts +12 -12
- package/computeClusterVmDependencyRule.js +1 -0
- package/computeClusterVmDependencyRule.js.map +1 -1
- package/computeClusterVmGroup.d.ts +6 -6
- package/computeClusterVmGroup.js +1 -0
- package/computeClusterVmGroup.js.map +1 -1
- package/computeClusterVmHostRule.d.ts +14 -14
- package/computeClusterVmHostRule.js +1 -0
- package/computeClusterVmHostRule.js.map +1 -1
- package/config/index.js +11 -4
- package/config/index.js.map +1 -1
- package/config/vars.d.ts +13 -13
- package/config/vars.js +87 -50
- package/config/vars.js.map +1 -1
- package/contentLibrary.d.ts +10 -10
- package/contentLibrary.js +1 -0
- package/contentLibrary.js.map +1 -1
- package/contentLibraryItem.d.ts +12 -12
- package/contentLibraryItem.js +1 -0
- package/contentLibraryItem.js.map +1 -1
- package/customAttribute.d.ts +4 -4
- package/customAttribute.js +1 -0
- package/customAttribute.js.map +1 -1
- package/datacenter.d.ts +9 -9
- package/datacenter.js +1 -0
- package/datacenter.js.map +1 -1
- package/datastoreCluster.d.ts +50 -50
- package/datastoreCluster.js +1 -0
- package/datastoreCluster.js.map +1 -1
- package/datastoreClusterVmAntiAffinityRule.d.ts +10 -10
- package/datastoreClusterVmAntiAffinityRule.js +1 -0
- package/datastoreClusterVmAntiAffinityRule.js.map +1 -1
- package/distributedPortGroup.d.ts +94 -94
- package/distributedPortGroup.js +1 -0
- package/distributedPortGroup.js.map +1 -1
- package/distributedVirtualSwitch.d.ts +189 -189
- package/distributedVirtualSwitch.js +1 -0
- package/distributedVirtualSwitch.js.map +1 -1
- package/dpmHostOverride.d.ts +8 -8
- package/dpmHostOverride.js +1 -0
- package/dpmHostOverride.js.map +1 -1
- package/drsVmOverride.d.ts +8 -8
- package/drsVmOverride.js +1 -0
- package/drsVmOverride.js.map +1 -1
- package/entityPermissions.d.ts +6 -6
- package/entityPermissions.js +1 -0
- package/entityPermissions.js.map +1 -1
- package/file.d.ts +14 -14
- package/file.js +1 -0
- package/file.js.map +1 -1
- package/folder.d.ts +10 -10
- package/folder.js +1 -0
- package/folder.js.map +1 -1
- package/getComputeCluster.d.ts +22 -4
- package/getComputeCluster.js +7 -2
- package/getComputeCluster.js.map +1 -1
- package/getContentLibrary.d.ts +12 -2
- package/getContentLibrary.js +6 -1
- package/getContentLibrary.js.map +1 -1
- package/getContentLibraryItem.d.ts +36 -3
- package/getContentLibraryItem.js +20 -0
- package/getContentLibraryItem.js.map +1 -1
- package/getCustomAttribute.d.ts +12 -2
- package/getCustomAttribute.js +6 -1
- package/getCustomAttribute.js.map +1 -1
- package/getDatacenter.d.ts +13 -2
- package/getDatacenter.js +6 -1
- package/getDatacenter.js.map +1 -1
- package/getDatastore.d.ts +22 -4
- package/getDatastore.js +7 -2
- package/getDatastore.js.map +1 -1
- package/getDatastoreCluster.d.ts +22 -4
- package/getDatastoreCluster.js +7 -2
- package/getDatastoreCluster.js.map +1 -1
- package/getDistributedVirtualSwitch.d.ts +23 -4
- package/getDistributedVirtualSwitch.js +7 -2
- package/getDistributedVirtualSwitch.js.map +1 -1
- package/getDynamic.d.ts +24 -3
- package/getDynamic.js +5 -0
- package/getDynamic.js.map +1 -1
- package/getFolder.d.ts +16 -2
- package/getFolder.js +6 -1
- package/getFolder.js.map +1 -1
- package/getHost.d.ts +20 -4
- package/getHost.js +7 -2
- package/getHost.js.map +1 -1
- package/getHostPciDevice.d.ts +28 -4
- package/getHostPciDevice.js +5 -0
- package/getHostPciDevice.js.map +1 -1
- package/getHostThumbprint.d.ts +24 -4
- package/getHostThumbprint.js +6 -1
- package/getHostThumbprint.js.map +1 -1
- package/getNetwork.d.ts +30 -5
- package/getNetwork.js +7 -2
- package/getNetwork.js.map +1 -1
- package/getOvfVmTemplate.d.ts +78 -14
- package/getOvfVmTemplate.js +5 -0
- package/getOvfVmTemplate.js.map +1 -1
- package/getPolicy.d.ts +12 -2
- package/getPolicy.js +6 -1
- package/getPolicy.js.map +1 -1
- package/getResourcePool.d.ts +24 -5
- package/getResourcePool.js +8 -3
- package/getResourcePool.js.map +1 -1
- package/getRole.d.ts +24 -5
- package/getRole.js +6 -1
- package/getRole.js.map +1 -1
- package/getTag.d.ts +18 -4
- package/getTag.js +7 -2
- package/getTag.js.map +1 -1
- package/getTagCategory.d.ts +12 -2
- package/getTagCategory.js +6 -1
- package/getTagCategory.js.map +1 -1
- package/getVappContainer.d.ts +20 -4
- package/getVappContainer.js +7 -2
- package/getVappContainer.js.map +1 -1
- package/getVirtualMachine.d.ts +150 -50
- package/getVirtualMachine.js +8 -2
- package/getVirtualMachine.js.map +1 -1
- package/getVmfsDisks.d.ts +28 -6
- package/getVmfsDisks.js +8 -3
- package/getVmfsDisks.js.map +1 -1
- package/haVmOverride.d.ts +30 -30
- package/haVmOverride.js +1 -0
- package/haVmOverride.js.map +1 -1
- package/host.d.ts +24 -24
- package/host.js +1 -0
- package/host.js.map +1 -1
- package/hostPortGroup.d.ts +41 -41
- package/hostPortGroup.js +5 -4
- package/hostPortGroup.js.map +1 -1
- package/hostVirtualSwitch.d.ts +42 -42
- package/hostVirtualSwitch.js +1 -0
- package/hostVirtualSwitch.js.map +1 -1
- package/index.js +74 -66
- package/index.js.map +1 -1
- package/license.d.ts +8 -8
- package/license.js +1 -0
- package/license.js.map +1 -1
- package/nasDatastore.d.ts +30 -30
- package/nasDatastore.js +1 -0
- package/nasDatastore.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +3 -2
- package/package.json.dev +4 -3
- package/provider.d.ts +45 -13
- package/provider.js +9 -8
- package/provider.js.map +1 -1
- package/resourcePool.d.ts +28 -28
- package/resourcePool.js +1 -0
- package/resourcePool.js.map +1 -1
- package/role.d.ts +5 -5
- package/role.js +1 -0
- package/role.js.map +1 -1
- package/storageDrsVmOverride.d.ts +10 -10
- package/storageDrsVmOverride.js +1 -0
- package/storageDrsVmOverride.js.map +1 -1
- package/tag.d.ts +6 -6
- package/tag.js +1 -0
- package/tag.js.map +1 -1
- package/tagCategory.d.ts +8 -8
- package/tagCategory.js +1 -0
- package/tagCategory.js.map +1 -1
- package/types/index.js +1 -0
- package/types/index.js.map +1 -1
- package/types/input.d.ts +5 -0
- package/utilities.js +1 -0
- package/utilities.js.map +1 -1
- package/vappContainer.d.ts +30 -30
- package/vappContainer.js +1 -0
- package/vappContainer.js.map +1 -1
- package/vappEntity.d.ts +20 -20
- package/vappEntity.js +1 -0
- package/vappEntity.js.map +1 -1
- package/virtualDisk.d.ts +14 -14
- package/virtualDisk.js +1 -0
- package/virtualDisk.js.map +1 -1
- package/virtualMachine.d.ts +185 -158
- package/virtualMachine.js +3 -0
- package/virtualMachine.js.map +1 -1
- package/virtualMachineSnapshot.d.ts +14 -14
- package/virtualMachineSnapshot.js +1 -0
- package/virtualMachineSnapshot.js.map +1 -1
- package/vmStoragePolicy.d.ts +6 -6
- package/vmStoragePolicy.js +1 -0
- package/vmStoragePolicy.js.map +1 -1
- package/vmfsDatastore.d.ts +21 -21
- package/vmfsDatastore.js +1 -0
- package/vmfsDatastore.js.map +1 -1
- package/vnic.d.ts +18 -18
- package/vnic.js +1 -0
- package/vnic.js.map +1 -1
package/computeCluster.d.ts
CHANGED
|
@@ -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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
447
|
+
drsEnableVmOverrides?: pulumi.Input<boolean>;
|
|
448
448
|
/**
|
|
449
449
|
* Enable DRS for this cluster. Default: `false`.
|
|
450
450
|
*/
|
|
451
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
579
|
+
haDatastorePdlResponse?: pulumi.Input<string>;
|
|
580
580
|
/**
|
|
581
581
|
* Enable vSphere HA for this cluster. Default:
|
|
582
582
|
* `false`.
|
|
583
583
|
*/
|
|
584
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
697
|
+
hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
698
698
|
/**
|
|
699
699
|
* The name of the cluster.
|
|
700
700
|
*/
|
|
701
|
-
|
|
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
|
-
|
|
708
|
+
proactiveHaAutomationLevel?: pulumi.Input<string>;
|
|
709
709
|
/**
|
|
710
710
|
* Enables Proactive HA. Default: `false`.
|
|
711
711
|
* <sup>\*</sup>
|
|
712
712
|
*/
|
|
713
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
737
|
+
proactiveHaSevereRemediation?: pulumi.Input<string>;
|
|
738
738
|
/**
|
|
739
739
|
* The managed object ID of the cluster's root resource pool.
|
|
740
740
|
*/
|
|
741
|
-
|
|
741
|
+
resourcePoolId?: pulumi.Input<string>;
|
|
742
742
|
/**
|
|
743
743
|
* The IDs of any tags to attach to this resource.
|
|
744
744
|
*/
|
|
745
|
-
|
|
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
|
-
|
|
749
|
+
vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
|
|
750
750
|
/**
|
|
751
751
|
* Whether the VSAN service is enabled for the cluster.
|
|
752
752
|
*/
|
|
753
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
813
|
+
drsEnableVmOverrides?: pulumi.Input<boolean>;
|
|
814
814
|
/**
|
|
815
815
|
* Enable DRS for this cluster. Default: `false`.
|
|
816
816
|
*/
|
|
817
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
945
|
+
haDatastorePdlResponse?: pulumi.Input<string>;
|
|
946
946
|
/**
|
|
947
947
|
* Enable vSphere HA for this cluster. Default:
|
|
948
948
|
* `false`.
|
|
949
949
|
*/
|
|
950
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1063
|
+
hostSystemIds?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1064
1064
|
/**
|
|
1065
1065
|
* The name of the cluster.
|
|
1066
1066
|
*/
|
|
1067
|
-
|
|
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
|
-
|
|
1074
|
+
proactiveHaAutomationLevel?: pulumi.Input<string>;
|
|
1075
1075
|
/**
|
|
1076
1076
|
* Enables Proactive HA. Default: `false`.
|
|
1077
1077
|
* <sup>\*</sup>
|
|
1078
1078
|
*/
|
|
1079
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1103
|
+
proactiveHaSevereRemediation?: pulumi.Input<string>;
|
|
1104
1104
|
/**
|
|
1105
1105
|
* The IDs of any tags to attach to this resource.
|
|
1106
1106
|
*/
|
|
1107
|
-
|
|
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
|
-
|
|
1111
|
+
vsanDiskGroups?: pulumi.Input<pulumi.Input<inputs.ComputeClusterVsanDiskGroup>[]>;
|
|
1112
1112
|
/**
|
|
1113
1113
|
* Whether the VSAN service is enabled for the cluster.
|
|
1114
1114
|
*/
|
|
1115
|
-
|
|
1115
|
+
vsanEnabled?: pulumi.Input<boolean>;
|
|
1116
1116
|
}
|