@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
|
@@ -488,363 +488,363 @@ export interface DistributedVirtualSwitchState {
|
|
|
488
488
|
* `uplinks` DVS argument. See
|
|
489
489
|
* here for more details.
|
|
490
490
|
*/
|
|
491
|
-
|
|
491
|
+
activeUplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
492
492
|
/**
|
|
493
493
|
* Controls whether or not a virtual
|
|
494
494
|
* network adapter is allowed to send network traffic with a different MAC
|
|
495
495
|
* address than that of its own.
|
|
496
496
|
*/
|
|
497
|
-
|
|
497
|
+
allowForgedTransmits?: pulumi.Input<boolean>;
|
|
498
498
|
/**
|
|
499
499
|
* Controls whether or not the Media Access
|
|
500
500
|
* Control (MAC) address can be changed.
|
|
501
501
|
*/
|
|
502
|
-
|
|
502
|
+
allowMacChanges?: pulumi.Input<boolean>;
|
|
503
503
|
/**
|
|
504
504
|
* Enable promiscuous mode on the network. This
|
|
505
505
|
* flag indicates whether or not all traffic is seen on a given port.
|
|
506
506
|
*/
|
|
507
|
-
|
|
507
|
+
allowPromiscuous?: pulumi.Input<boolean>;
|
|
508
508
|
/**
|
|
509
509
|
* The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
510
510
|
*/
|
|
511
|
-
|
|
511
|
+
backupnfcMaximumMbit?: pulumi.Input<number>;
|
|
512
512
|
/**
|
|
513
513
|
* The amount of guaranteed bandwidth for the backupNfc traffic class, in Mbits/sec.
|
|
514
514
|
*/
|
|
515
|
-
|
|
515
|
+
backupnfcReservationMbit?: pulumi.Input<number>;
|
|
516
516
|
/**
|
|
517
517
|
* The amount of shares to allocate to the backupNfc traffic class for a custom share level.
|
|
518
518
|
*/
|
|
519
|
-
|
|
519
|
+
backupnfcShareCount?: pulumi.Input<number>;
|
|
520
520
|
/**
|
|
521
521
|
* The allocation level for the backupNfc traffic class. Can be one of high, low, normal, or custom.
|
|
522
522
|
*/
|
|
523
|
-
|
|
523
|
+
backupnfcShareLevel?: pulumi.Input<string>;
|
|
524
524
|
/**
|
|
525
525
|
* Shuts down all ports in the port groups that
|
|
526
526
|
* this policy applies to, effectively blocking all network access to connected
|
|
527
527
|
* virtual devices.
|
|
528
528
|
*/
|
|
529
|
-
|
|
529
|
+
blockAllPorts?: pulumi.Input<boolean>;
|
|
530
530
|
/**
|
|
531
531
|
* Enables beacon probing as an additional measure
|
|
532
532
|
* to detect NIC failure.
|
|
533
533
|
*/
|
|
534
|
-
|
|
534
|
+
checkBeacon?: pulumi.Input<boolean>;
|
|
535
535
|
/**
|
|
536
536
|
* The version string of the configuration that this spec is trying to change.
|
|
537
537
|
*/
|
|
538
|
-
|
|
538
|
+
configVersion?: pulumi.Input<string>;
|
|
539
539
|
/**
|
|
540
540
|
* The detailed contact information for the person
|
|
541
541
|
* who is responsible for the DVS.
|
|
542
542
|
*/
|
|
543
|
-
|
|
543
|
+
contactDetail?: pulumi.Input<string>;
|
|
544
544
|
/**
|
|
545
545
|
* The name of the person who is responsible for the
|
|
546
546
|
* DVS.
|
|
547
547
|
*/
|
|
548
|
-
|
|
548
|
+
contactName?: pulumi.Input<string>;
|
|
549
549
|
/**
|
|
550
550
|
* Map of custom attribute ids to attribute
|
|
551
551
|
* value strings to set for virtual switch.
|
|
552
552
|
*/
|
|
553
|
-
|
|
553
|
+
customAttributes?: pulumi.Input<{
|
|
554
554
|
[key: string]: pulumi.Input<string>;
|
|
555
555
|
}>;
|
|
556
556
|
/**
|
|
557
557
|
* The ID of the datacenter where the distributed
|
|
558
558
|
* virtual switch will be created. Forces a new resource if changed.
|
|
559
559
|
*/
|
|
560
|
-
|
|
560
|
+
datacenterId?: pulumi.Input<string>;
|
|
561
561
|
/**
|
|
562
562
|
* A detailed description for the DVS.
|
|
563
563
|
*/
|
|
564
|
-
|
|
564
|
+
description?: pulumi.Input<string>;
|
|
565
565
|
/**
|
|
566
566
|
* Allow VMDirectPath Gen2 for the ports
|
|
567
567
|
* for which this policy applies to.
|
|
568
568
|
*/
|
|
569
|
-
|
|
569
|
+
directpathGen2Allowed?: pulumi.Input<boolean>;
|
|
570
570
|
/**
|
|
571
571
|
* The average bandwidth in bits
|
|
572
572
|
* per second if egress traffic shaping is enabled on the port.
|
|
573
573
|
*/
|
|
574
|
-
|
|
574
|
+
egressShapingAverageBandwidth?: pulumi.Input<number>;
|
|
575
575
|
/**
|
|
576
576
|
* The maximum burst size allowed in
|
|
577
577
|
* bytes if egress traffic shaping is enabled on the port.
|
|
578
578
|
*/
|
|
579
|
-
|
|
579
|
+
egressShapingBurstSize?: pulumi.Input<number>;
|
|
580
580
|
/**
|
|
581
581
|
* `true` if the traffic shaper is enabled
|
|
582
582
|
* on the port for egress traffic.
|
|
583
583
|
*/
|
|
584
|
-
|
|
584
|
+
egressShapingEnabled?: pulumi.Input<boolean>;
|
|
585
585
|
/**
|
|
586
586
|
* The peak bandwidth during bursts
|
|
587
587
|
* in bits per second if egress traffic shaping is enabled on the port.
|
|
588
588
|
*/
|
|
589
|
-
|
|
589
|
+
egressShapingPeakBandwidth?: pulumi.Input<number>;
|
|
590
590
|
/**
|
|
591
591
|
* If `true`, the teaming policy will re-activate failed
|
|
592
592
|
* uplinks higher in precedence when they come back up.
|
|
593
593
|
*/
|
|
594
|
-
|
|
594
|
+
failback?: pulumi.Input<boolean>;
|
|
595
595
|
/**
|
|
596
596
|
* The maximum allowed usage for the faultTolerance traffic class, in Mbits/sec.
|
|
597
597
|
*/
|
|
598
|
-
|
|
598
|
+
faulttoleranceMaximumMbit?: pulumi.Input<number>;
|
|
599
599
|
/**
|
|
600
600
|
* The amount of guaranteed bandwidth for the faultTolerance traffic class, in Mbits/sec.
|
|
601
601
|
*/
|
|
602
|
-
|
|
602
|
+
faulttoleranceReservationMbit?: pulumi.Input<number>;
|
|
603
603
|
/**
|
|
604
604
|
* The amount of shares to allocate to the faultTolerance traffic class for a custom share level.
|
|
605
605
|
*/
|
|
606
|
-
|
|
606
|
+
faulttoleranceShareCount?: pulumi.Input<number>;
|
|
607
607
|
/**
|
|
608
608
|
* The allocation level for the faultTolerance traffic class. Can be one of high, low, normal, or custom.
|
|
609
609
|
*/
|
|
610
|
-
|
|
610
|
+
faulttoleranceShareLevel?: pulumi.Input<string>;
|
|
611
611
|
/**
|
|
612
612
|
* The folder to create the DVS in. Forces a new resource
|
|
613
613
|
* if changed.
|
|
614
614
|
*/
|
|
615
|
-
|
|
615
|
+
folder?: pulumi.Input<string>;
|
|
616
616
|
/**
|
|
617
617
|
* The maximum allowed usage for the hbr traffic class, in Mbits/sec.
|
|
618
618
|
*/
|
|
619
|
-
|
|
619
|
+
hbrMaximumMbit?: pulumi.Input<number>;
|
|
620
620
|
/**
|
|
621
621
|
* The amount of guaranteed bandwidth for the hbr traffic class, in Mbits/sec.
|
|
622
622
|
*/
|
|
623
|
-
|
|
623
|
+
hbrReservationMbit?: pulumi.Input<number>;
|
|
624
624
|
/**
|
|
625
625
|
* The amount of shares to allocate to the hbr traffic class for a custom share level.
|
|
626
626
|
*/
|
|
627
|
-
|
|
627
|
+
hbrShareCount?: pulumi.Input<number>;
|
|
628
628
|
/**
|
|
629
629
|
* The allocation level for the hbr traffic class. Can be one of high, low, normal, or custom.
|
|
630
630
|
*/
|
|
631
|
-
|
|
631
|
+
hbrShareLevel?: pulumi.Input<string>;
|
|
632
632
|
/**
|
|
633
633
|
* Use the `host` block to declare a host specification. The
|
|
634
634
|
* options are:
|
|
635
635
|
*/
|
|
636
|
-
|
|
636
|
+
hosts?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchHost>[]>;
|
|
637
637
|
/**
|
|
638
638
|
* Whether to ignore existing PVLAN
|
|
639
639
|
* mappings not managed by this resource. Defaults to false.
|
|
640
640
|
*/
|
|
641
|
-
|
|
641
|
+
ignoreOtherPvlanMappings?: pulumi.Input<boolean>;
|
|
642
642
|
/**
|
|
643
643
|
* The average bandwidth in
|
|
644
644
|
* bits per second if ingress traffic shaping is enabled on the port.
|
|
645
645
|
*/
|
|
646
|
-
|
|
646
|
+
ingressShapingAverageBandwidth?: pulumi.Input<number>;
|
|
647
647
|
/**
|
|
648
648
|
* The maximum burst size allowed in
|
|
649
649
|
* bytes if ingress traffic shaping is enabled on the port.
|
|
650
650
|
*/
|
|
651
|
-
|
|
651
|
+
ingressShapingBurstSize?: pulumi.Input<number>;
|
|
652
652
|
/**
|
|
653
653
|
* `true` if the traffic shaper is
|
|
654
654
|
* enabled on the port for ingress traffic.
|
|
655
655
|
*/
|
|
656
|
-
|
|
656
|
+
ingressShapingEnabled?: pulumi.Input<boolean>;
|
|
657
657
|
/**
|
|
658
658
|
* The peak bandwidth during
|
|
659
659
|
* bursts in bits per second if ingress traffic shaping is enabled on the port.
|
|
660
660
|
*/
|
|
661
|
-
|
|
661
|
+
ingressShapingPeakBandwidth?: pulumi.Input<number>;
|
|
662
662
|
/**
|
|
663
663
|
* An IPv4 address to identify the switch. This is
|
|
664
664
|
* mostly useful when used with the Netflow arguments found
|
|
665
665
|
* below.
|
|
666
666
|
*/
|
|
667
|
-
|
|
667
|
+
ipv4Address?: pulumi.Input<string>;
|
|
668
668
|
/**
|
|
669
669
|
* The maximum allowed usage for the iSCSI traffic class, in Mbits/sec.
|
|
670
670
|
*/
|
|
671
|
-
|
|
671
|
+
iscsiMaximumMbit?: pulumi.Input<number>;
|
|
672
672
|
/**
|
|
673
673
|
* The amount of guaranteed bandwidth for the iSCSI traffic class, in Mbits/sec.
|
|
674
674
|
*/
|
|
675
|
-
|
|
675
|
+
iscsiReservationMbit?: pulumi.Input<number>;
|
|
676
676
|
/**
|
|
677
677
|
* The amount of shares to allocate to the iSCSI traffic class for a custom share level.
|
|
678
678
|
*/
|
|
679
|
-
|
|
679
|
+
iscsiShareCount?: pulumi.Input<number>;
|
|
680
680
|
/**
|
|
681
681
|
* The allocation level for the iSCSI traffic class. Can be one of high, low, normal, or custom.
|
|
682
682
|
*/
|
|
683
|
-
|
|
683
|
+
iscsiShareLevel?: pulumi.Input<string>;
|
|
684
684
|
/**
|
|
685
685
|
* The Link Aggregation Control Protocol group
|
|
686
686
|
* version to use with the switch. Possible values are `singleLag` and
|
|
687
687
|
* `multipleLag`.
|
|
688
688
|
*/
|
|
689
|
-
|
|
689
|
+
lacpApiVersion?: pulumi.Input<string>;
|
|
690
690
|
/**
|
|
691
691
|
* Enables LACP for the ports that this policy
|
|
692
692
|
* applies to.
|
|
693
693
|
*/
|
|
694
|
-
|
|
694
|
+
lacpEnabled?: pulumi.Input<boolean>;
|
|
695
695
|
/**
|
|
696
696
|
* The LACP mode. Can be one of `active` or `passive`.
|
|
697
697
|
*/
|
|
698
|
-
|
|
698
|
+
lacpMode?: pulumi.Input<string>;
|
|
699
699
|
/**
|
|
700
700
|
* Whether to `advertise` or `listen`
|
|
701
701
|
* for link discovery traffic.
|
|
702
702
|
*/
|
|
703
|
-
|
|
703
|
+
linkDiscoveryOperation?: pulumi.Input<string>;
|
|
704
704
|
/**
|
|
705
705
|
* The discovery protocol type. Valid
|
|
706
706
|
* types are `cdp` and `lldp`.
|
|
707
707
|
*/
|
|
708
|
-
|
|
708
|
+
linkDiscoveryProtocol?: pulumi.Input<string>;
|
|
709
709
|
/**
|
|
710
710
|
* The maximum allowed usage for the management traffic class, in Mbits/sec.
|
|
711
711
|
*/
|
|
712
|
-
|
|
712
|
+
managementMaximumMbit?: pulumi.Input<number>;
|
|
713
713
|
/**
|
|
714
714
|
* The amount of guaranteed bandwidth for the management traffic class, in Mbits/sec.
|
|
715
715
|
*/
|
|
716
|
-
|
|
716
|
+
managementReservationMbit?: pulumi.Input<number>;
|
|
717
717
|
/**
|
|
718
718
|
* The amount of shares to allocate to the management traffic class for a custom share level.
|
|
719
719
|
*/
|
|
720
|
-
|
|
720
|
+
managementShareCount?: pulumi.Input<number>;
|
|
721
721
|
/**
|
|
722
722
|
* The allocation level for the management traffic class. Can be one of high, low, normal, or custom.
|
|
723
723
|
*/
|
|
724
|
-
|
|
724
|
+
managementShareLevel?: pulumi.Input<string>;
|
|
725
725
|
/**
|
|
726
726
|
* The maximum transmission unit (MTU) for the virtual
|
|
727
727
|
* switch.
|
|
728
728
|
*/
|
|
729
|
-
|
|
729
|
+
maxMtu?: pulumi.Input<number>;
|
|
730
730
|
/**
|
|
731
731
|
* The multicast filtering mode to use
|
|
732
732
|
* with the switch. Can be one of `legacyFiltering` or `snooping`.
|
|
733
733
|
*/
|
|
734
|
-
|
|
734
|
+
multicastFilteringMode?: pulumi.Input<string>;
|
|
735
735
|
/**
|
|
736
736
|
* The name of the distributed virtual switch.
|
|
737
737
|
*/
|
|
738
|
-
|
|
738
|
+
name?: pulumi.Input<string>;
|
|
739
739
|
/**
|
|
740
740
|
* The number of seconds after which
|
|
741
741
|
* active flows are forced to be exported to the collector. Allowed range is
|
|
742
742
|
* `60` to `3600`. Default: `60`.
|
|
743
743
|
*/
|
|
744
|
-
|
|
744
|
+
netflowActiveFlowTimeout?: pulumi.Input<number>;
|
|
745
745
|
/**
|
|
746
746
|
* IP address for the Netflow
|
|
747
747
|
* collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed
|
|
748
748
|
* Switch Version 6.0 or later. Must be set before Netflow can be enabled.
|
|
749
749
|
*/
|
|
750
|
-
|
|
750
|
+
netflowCollectorIpAddress?: pulumi.Input<string>;
|
|
751
751
|
/**
|
|
752
752
|
* Port for the Netflow collector. This
|
|
753
753
|
* must be set before Netflow can be enabled.
|
|
754
754
|
*/
|
|
755
|
-
|
|
755
|
+
netflowCollectorPort?: pulumi.Input<number>;
|
|
756
756
|
/**
|
|
757
757
|
* Enables Netflow on all ports that this policy
|
|
758
758
|
* applies to.
|
|
759
759
|
*/
|
|
760
|
-
|
|
760
|
+
netflowEnabled?: pulumi.Input<boolean>;
|
|
761
761
|
/**
|
|
762
762
|
* The number of seconds after which
|
|
763
763
|
* idle flows are forced to be exported to the collector. Allowed range is `10`
|
|
764
764
|
* to `600`. Default: `15`.
|
|
765
765
|
*/
|
|
766
|
-
|
|
766
|
+
netflowIdleFlowTimeout?: pulumi.Input<number>;
|
|
767
767
|
/**
|
|
768
768
|
* Whether to limit analysis to
|
|
769
769
|
* traffic that has both source and destination served by the same host.
|
|
770
770
|
* Default: `false`.
|
|
771
771
|
*/
|
|
772
|
-
|
|
772
|
+
netflowInternalFlowsOnly?: pulumi.Input<boolean>;
|
|
773
773
|
/**
|
|
774
774
|
* The observation domain ID for
|
|
775
775
|
* the Netflow collector.
|
|
776
776
|
*/
|
|
777
|
-
|
|
777
|
+
netflowObservationDomainId?: pulumi.Input<number>;
|
|
778
778
|
/**
|
|
779
779
|
* The ratio of total number of packets to
|
|
780
780
|
* the number of packets analyzed. The default is `0`, which indicates that the
|
|
781
781
|
* switch should analyze all packets. The maximum value is `1000`, which
|
|
782
782
|
* indicates an analysis rate of 0.001%.
|
|
783
783
|
*/
|
|
784
|
-
|
|
784
|
+
netflowSamplingRate?: pulumi.Input<number>;
|
|
785
785
|
/**
|
|
786
786
|
* Set to `true` to enable
|
|
787
787
|
* network I/O control. Default: `false`.
|
|
788
788
|
*/
|
|
789
|
-
|
|
789
|
+
networkResourceControlEnabled?: pulumi.Input<boolean>;
|
|
790
790
|
/**
|
|
791
791
|
* The version of network I/O
|
|
792
792
|
* control to use. Can be one of `version2` or `version3`. Default: `version2`.
|
|
793
793
|
*/
|
|
794
|
-
|
|
794
|
+
networkResourceControlVersion?: pulumi.Input<string>;
|
|
795
795
|
/**
|
|
796
796
|
* The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
797
797
|
*/
|
|
798
|
-
|
|
798
|
+
nfsMaximumMbit?: pulumi.Input<number>;
|
|
799
799
|
/**
|
|
800
800
|
* The amount of guaranteed bandwidth for the nfs traffic class, in Mbits/sec.
|
|
801
801
|
*/
|
|
802
|
-
|
|
802
|
+
nfsReservationMbit?: pulumi.Input<number>;
|
|
803
803
|
/**
|
|
804
804
|
* The amount of shares to allocate to the nfs traffic class for a custom share level.
|
|
805
805
|
*/
|
|
806
|
-
|
|
806
|
+
nfsShareCount?: pulumi.Input<number>;
|
|
807
807
|
/**
|
|
808
808
|
* The allocation level for the nfs traffic class. Can be one of high, low, normal, or custom.
|
|
809
809
|
*/
|
|
810
|
-
|
|
810
|
+
nfsShareLevel?: pulumi.Input<string>;
|
|
811
811
|
/**
|
|
812
812
|
* If `true`, the teaming policy will notify the
|
|
813
813
|
* broadcast network of an uplink failover, triggering cache updates.
|
|
814
814
|
*/
|
|
815
|
-
|
|
815
|
+
notifySwitches?: pulumi.Input<boolean>;
|
|
816
816
|
/**
|
|
817
817
|
* Used to define a secondary VLAN
|
|
818
818
|
* ID when using private VLANs.
|
|
819
819
|
*/
|
|
820
|
-
|
|
820
|
+
portPrivateSecondaryVlanId?: pulumi.Input<number>;
|
|
821
821
|
/**
|
|
822
822
|
* Use the `pvlanMapping` block to declare a
|
|
823
823
|
* private VLAN mapping. The options are:
|
|
824
824
|
*/
|
|
825
|
-
|
|
825
|
+
pvlanMappings?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchPvlanMapping>[]>;
|
|
826
826
|
/**
|
|
827
827
|
* A list of standby uplinks to be used in
|
|
828
828
|
* failover. These uplinks need to match the definitions in the
|
|
829
829
|
* `uplinks` DVS argument. See
|
|
830
830
|
* here for more details.
|
|
831
831
|
*/
|
|
832
|
-
|
|
832
|
+
standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
833
833
|
/**
|
|
834
834
|
* The IDs of any tags to attach to this resource.
|
|
835
835
|
*/
|
|
836
|
-
|
|
836
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
837
837
|
/**
|
|
838
838
|
* The uplink teaming policy. Can be one of
|
|
839
839
|
* `loadbalanceIp`, `loadbalanceSrcmac`, `loadbalanceSrcid`, or
|
|
840
840
|
* `failoverExplicit`.
|
|
841
841
|
*/
|
|
842
|
-
|
|
842
|
+
teamingPolicy?: pulumi.Input<string>;
|
|
843
843
|
/**
|
|
844
844
|
* Forward all traffic transmitted by ports for which
|
|
845
845
|
* this policy applies to its DVS uplinks.
|
|
846
846
|
*/
|
|
847
|
-
|
|
847
|
+
txUplink?: pulumi.Input<boolean>;
|
|
848
848
|
/**
|
|
849
849
|
* A list of strings that uniquely identifies the names
|
|
850
850
|
* of the uplinks on the DVS across hosts. The number of items in this list
|
|
@@ -852,89 +852,89 @@ export interface DistributedVirtualSwitchState {
|
|
|
852
852
|
* names. See here for an example on how to
|
|
853
853
|
* use this option.
|
|
854
854
|
*/
|
|
855
|
-
|
|
855
|
+
uplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
856
856
|
/**
|
|
857
857
|
* The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
858
858
|
*/
|
|
859
|
-
|
|
859
|
+
vdpMaximumMbit?: pulumi.Input<number>;
|
|
860
860
|
/**
|
|
861
861
|
* The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
862
862
|
*/
|
|
863
|
-
|
|
863
|
+
vdpReservationMbit?: pulumi.Input<number>;
|
|
864
864
|
/**
|
|
865
865
|
* The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
866
866
|
*/
|
|
867
|
-
|
|
867
|
+
vdpShareCount?: pulumi.Input<number>;
|
|
868
868
|
/**
|
|
869
869
|
* The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
870
870
|
*/
|
|
871
|
-
|
|
871
|
+
vdpShareLevel?: pulumi.Input<string>;
|
|
872
872
|
/**
|
|
873
873
|
* - The version of the DVS to create. The default is to
|
|
874
874
|
* create the DVS at the latest version supported by the version of vSphere
|
|
875
875
|
* being used. A DVS can be upgraded to another version, but cannot be
|
|
876
876
|
* downgraded.
|
|
877
877
|
*/
|
|
878
|
-
|
|
878
|
+
version?: pulumi.Input<string>;
|
|
879
879
|
/**
|
|
880
880
|
* The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
881
881
|
*/
|
|
882
|
-
|
|
882
|
+
virtualmachineMaximumMbit?: pulumi.Input<number>;
|
|
883
883
|
/**
|
|
884
884
|
* The amount of guaranteed bandwidth for the virtualMachine traffic class, in Mbits/sec.
|
|
885
885
|
*/
|
|
886
|
-
|
|
886
|
+
virtualmachineReservationMbit?: pulumi.Input<number>;
|
|
887
887
|
/**
|
|
888
888
|
* The amount of shares to allocate to the virtualMachine traffic class for a custom share level.
|
|
889
889
|
*/
|
|
890
|
-
|
|
890
|
+
virtualmachineShareCount?: pulumi.Input<number>;
|
|
891
891
|
/**
|
|
892
892
|
* The allocation level for the virtualMachine traffic class. Can be one of high, low, normal, or custom.
|
|
893
893
|
*/
|
|
894
|
-
|
|
894
|
+
virtualmachineShareLevel?: pulumi.Input<string>;
|
|
895
895
|
/**
|
|
896
896
|
* The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
897
897
|
*/
|
|
898
|
-
|
|
898
|
+
vlanId?: pulumi.Input<number>;
|
|
899
899
|
/**
|
|
900
900
|
* Used to denote VLAN trunking. Use the `minVlan`
|
|
901
901
|
* and `maxVlan` sub-arguments to define the tagged VLAN range. Multiple
|
|
902
902
|
* `vlanRange` definitions are allowed, but they must not overlap. Example
|
|
903
903
|
* below:
|
|
904
904
|
*/
|
|
905
|
-
|
|
905
|
+
vlanRanges?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchVlanRange>[]>;
|
|
906
906
|
/**
|
|
907
907
|
* The maximum allowed usage for the vmotion traffic class, in Mbits/sec.
|
|
908
908
|
*/
|
|
909
|
-
|
|
909
|
+
vmotionMaximumMbit?: pulumi.Input<number>;
|
|
910
910
|
/**
|
|
911
911
|
* The amount of guaranteed bandwidth for the vmotion traffic class, in Mbits/sec.
|
|
912
912
|
*/
|
|
913
|
-
|
|
913
|
+
vmotionReservationMbit?: pulumi.Input<number>;
|
|
914
914
|
/**
|
|
915
915
|
* The amount of shares to allocate to the vmotion traffic class for a custom share level.
|
|
916
916
|
*/
|
|
917
|
-
|
|
917
|
+
vmotionShareCount?: pulumi.Input<number>;
|
|
918
918
|
/**
|
|
919
919
|
* The allocation level for the vmotion traffic class. Can be one of high, low, normal, or custom.
|
|
920
920
|
*/
|
|
921
|
-
|
|
921
|
+
vmotionShareLevel?: pulumi.Input<string>;
|
|
922
922
|
/**
|
|
923
923
|
* The maximum allowed usage for the vsan traffic class, in Mbits/sec.
|
|
924
924
|
*/
|
|
925
|
-
|
|
925
|
+
vsanMaximumMbit?: pulumi.Input<number>;
|
|
926
926
|
/**
|
|
927
927
|
* The amount of guaranteed bandwidth for the vsan traffic class, in Mbits/sec.
|
|
928
928
|
*/
|
|
929
|
-
|
|
929
|
+
vsanReservationMbit?: pulumi.Input<number>;
|
|
930
930
|
/**
|
|
931
931
|
* The amount of shares to allocate to the vsan traffic class for a custom share level.
|
|
932
932
|
*/
|
|
933
|
-
|
|
933
|
+
vsanShareCount?: pulumi.Input<number>;
|
|
934
934
|
/**
|
|
935
935
|
* The allocation level for the vsan traffic class. Can be one of high, low, normal, or custom.
|
|
936
936
|
*/
|
|
937
|
-
|
|
937
|
+
vsanShareLevel?: pulumi.Input<string>;
|
|
938
938
|
}
|
|
939
939
|
/**
|
|
940
940
|
* The set of arguments for constructing a DistributedVirtualSwitch resource.
|
|
@@ -946,359 +946,359 @@ export interface DistributedVirtualSwitchArgs {
|
|
|
946
946
|
* `uplinks` DVS argument. See
|
|
947
947
|
* here for more details.
|
|
948
948
|
*/
|
|
949
|
-
|
|
949
|
+
activeUplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
950
950
|
/**
|
|
951
951
|
* Controls whether or not a virtual
|
|
952
952
|
* network adapter is allowed to send network traffic with a different MAC
|
|
953
953
|
* address than that of its own.
|
|
954
954
|
*/
|
|
955
|
-
|
|
955
|
+
allowForgedTransmits?: pulumi.Input<boolean>;
|
|
956
956
|
/**
|
|
957
957
|
* Controls whether or not the Media Access
|
|
958
958
|
* Control (MAC) address can be changed.
|
|
959
959
|
*/
|
|
960
|
-
|
|
960
|
+
allowMacChanges?: pulumi.Input<boolean>;
|
|
961
961
|
/**
|
|
962
962
|
* Enable promiscuous mode on the network. This
|
|
963
963
|
* flag indicates whether or not all traffic is seen on a given port.
|
|
964
964
|
*/
|
|
965
|
-
|
|
965
|
+
allowPromiscuous?: pulumi.Input<boolean>;
|
|
966
966
|
/**
|
|
967
967
|
* The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
968
968
|
*/
|
|
969
|
-
|
|
969
|
+
backupnfcMaximumMbit?: pulumi.Input<number>;
|
|
970
970
|
/**
|
|
971
971
|
* The amount of guaranteed bandwidth for the backupNfc traffic class, in Mbits/sec.
|
|
972
972
|
*/
|
|
973
|
-
|
|
973
|
+
backupnfcReservationMbit?: pulumi.Input<number>;
|
|
974
974
|
/**
|
|
975
975
|
* The amount of shares to allocate to the backupNfc traffic class for a custom share level.
|
|
976
976
|
*/
|
|
977
|
-
|
|
977
|
+
backupnfcShareCount?: pulumi.Input<number>;
|
|
978
978
|
/**
|
|
979
979
|
* The allocation level for the backupNfc traffic class. Can be one of high, low, normal, or custom.
|
|
980
980
|
*/
|
|
981
|
-
|
|
981
|
+
backupnfcShareLevel?: pulumi.Input<string>;
|
|
982
982
|
/**
|
|
983
983
|
* Shuts down all ports in the port groups that
|
|
984
984
|
* this policy applies to, effectively blocking all network access to connected
|
|
985
985
|
* virtual devices.
|
|
986
986
|
*/
|
|
987
|
-
|
|
987
|
+
blockAllPorts?: pulumi.Input<boolean>;
|
|
988
988
|
/**
|
|
989
989
|
* Enables beacon probing as an additional measure
|
|
990
990
|
* to detect NIC failure.
|
|
991
991
|
*/
|
|
992
|
-
|
|
992
|
+
checkBeacon?: pulumi.Input<boolean>;
|
|
993
993
|
/**
|
|
994
994
|
* The detailed contact information for the person
|
|
995
995
|
* who is responsible for the DVS.
|
|
996
996
|
*/
|
|
997
|
-
|
|
997
|
+
contactDetail?: pulumi.Input<string>;
|
|
998
998
|
/**
|
|
999
999
|
* The name of the person who is responsible for the
|
|
1000
1000
|
* DVS.
|
|
1001
1001
|
*/
|
|
1002
|
-
|
|
1002
|
+
contactName?: pulumi.Input<string>;
|
|
1003
1003
|
/**
|
|
1004
1004
|
* Map of custom attribute ids to attribute
|
|
1005
1005
|
* value strings to set for virtual switch.
|
|
1006
1006
|
*/
|
|
1007
|
-
|
|
1007
|
+
customAttributes?: pulumi.Input<{
|
|
1008
1008
|
[key: string]: pulumi.Input<string>;
|
|
1009
1009
|
}>;
|
|
1010
1010
|
/**
|
|
1011
1011
|
* The ID of the datacenter where the distributed
|
|
1012
1012
|
* virtual switch will be created. Forces a new resource if changed.
|
|
1013
1013
|
*/
|
|
1014
|
-
|
|
1014
|
+
datacenterId: pulumi.Input<string>;
|
|
1015
1015
|
/**
|
|
1016
1016
|
* A detailed description for the DVS.
|
|
1017
1017
|
*/
|
|
1018
|
-
|
|
1018
|
+
description?: pulumi.Input<string>;
|
|
1019
1019
|
/**
|
|
1020
1020
|
* Allow VMDirectPath Gen2 for the ports
|
|
1021
1021
|
* for which this policy applies to.
|
|
1022
1022
|
*/
|
|
1023
|
-
|
|
1023
|
+
directpathGen2Allowed?: pulumi.Input<boolean>;
|
|
1024
1024
|
/**
|
|
1025
1025
|
* The average bandwidth in bits
|
|
1026
1026
|
* per second if egress traffic shaping is enabled on the port.
|
|
1027
1027
|
*/
|
|
1028
|
-
|
|
1028
|
+
egressShapingAverageBandwidth?: pulumi.Input<number>;
|
|
1029
1029
|
/**
|
|
1030
1030
|
* The maximum burst size allowed in
|
|
1031
1031
|
* bytes if egress traffic shaping is enabled on the port.
|
|
1032
1032
|
*/
|
|
1033
|
-
|
|
1033
|
+
egressShapingBurstSize?: pulumi.Input<number>;
|
|
1034
1034
|
/**
|
|
1035
1035
|
* `true` if the traffic shaper is enabled
|
|
1036
1036
|
* on the port for egress traffic.
|
|
1037
1037
|
*/
|
|
1038
|
-
|
|
1038
|
+
egressShapingEnabled?: pulumi.Input<boolean>;
|
|
1039
1039
|
/**
|
|
1040
1040
|
* The peak bandwidth during bursts
|
|
1041
1041
|
* in bits per second if egress traffic shaping is enabled on the port.
|
|
1042
1042
|
*/
|
|
1043
|
-
|
|
1043
|
+
egressShapingPeakBandwidth?: pulumi.Input<number>;
|
|
1044
1044
|
/**
|
|
1045
1045
|
* If `true`, the teaming policy will re-activate failed
|
|
1046
1046
|
* uplinks higher in precedence when they come back up.
|
|
1047
1047
|
*/
|
|
1048
|
-
|
|
1048
|
+
failback?: pulumi.Input<boolean>;
|
|
1049
1049
|
/**
|
|
1050
1050
|
* The maximum allowed usage for the faultTolerance traffic class, in Mbits/sec.
|
|
1051
1051
|
*/
|
|
1052
|
-
|
|
1052
|
+
faulttoleranceMaximumMbit?: pulumi.Input<number>;
|
|
1053
1053
|
/**
|
|
1054
1054
|
* The amount of guaranteed bandwidth for the faultTolerance traffic class, in Mbits/sec.
|
|
1055
1055
|
*/
|
|
1056
|
-
|
|
1056
|
+
faulttoleranceReservationMbit?: pulumi.Input<number>;
|
|
1057
1057
|
/**
|
|
1058
1058
|
* The amount of shares to allocate to the faultTolerance traffic class for a custom share level.
|
|
1059
1059
|
*/
|
|
1060
|
-
|
|
1060
|
+
faulttoleranceShareCount?: pulumi.Input<number>;
|
|
1061
1061
|
/**
|
|
1062
1062
|
* The allocation level for the faultTolerance traffic class. Can be one of high, low, normal, or custom.
|
|
1063
1063
|
*/
|
|
1064
|
-
|
|
1064
|
+
faulttoleranceShareLevel?: pulumi.Input<string>;
|
|
1065
1065
|
/**
|
|
1066
1066
|
* The folder to create the DVS in. Forces a new resource
|
|
1067
1067
|
* if changed.
|
|
1068
1068
|
*/
|
|
1069
|
-
|
|
1069
|
+
folder?: pulumi.Input<string>;
|
|
1070
1070
|
/**
|
|
1071
1071
|
* The maximum allowed usage for the hbr traffic class, in Mbits/sec.
|
|
1072
1072
|
*/
|
|
1073
|
-
|
|
1073
|
+
hbrMaximumMbit?: pulumi.Input<number>;
|
|
1074
1074
|
/**
|
|
1075
1075
|
* The amount of guaranteed bandwidth for the hbr traffic class, in Mbits/sec.
|
|
1076
1076
|
*/
|
|
1077
|
-
|
|
1077
|
+
hbrReservationMbit?: pulumi.Input<number>;
|
|
1078
1078
|
/**
|
|
1079
1079
|
* The amount of shares to allocate to the hbr traffic class for a custom share level.
|
|
1080
1080
|
*/
|
|
1081
|
-
|
|
1081
|
+
hbrShareCount?: pulumi.Input<number>;
|
|
1082
1082
|
/**
|
|
1083
1083
|
* The allocation level for the hbr traffic class. Can be one of high, low, normal, or custom.
|
|
1084
1084
|
*/
|
|
1085
|
-
|
|
1085
|
+
hbrShareLevel?: pulumi.Input<string>;
|
|
1086
1086
|
/**
|
|
1087
1087
|
* Use the `host` block to declare a host specification. The
|
|
1088
1088
|
* options are:
|
|
1089
1089
|
*/
|
|
1090
|
-
|
|
1090
|
+
hosts?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchHost>[]>;
|
|
1091
1091
|
/**
|
|
1092
1092
|
* Whether to ignore existing PVLAN
|
|
1093
1093
|
* mappings not managed by this resource. Defaults to false.
|
|
1094
1094
|
*/
|
|
1095
|
-
|
|
1095
|
+
ignoreOtherPvlanMappings?: pulumi.Input<boolean>;
|
|
1096
1096
|
/**
|
|
1097
1097
|
* The average bandwidth in
|
|
1098
1098
|
* bits per second if ingress traffic shaping is enabled on the port.
|
|
1099
1099
|
*/
|
|
1100
|
-
|
|
1100
|
+
ingressShapingAverageBandwidth?: pulumi.Input<number>;
|
|
1101
1101
|
/**
|
|
1102
1102
|
* The maximum burst size allowed in
|
|
1103
1103
|
* bytes if ingress traffic shaping is enabled on the port.
|
|
1104
1104
|
*/
|
|
1105
|
-
|
|
1105
|
+
ingressShapingBurstSize?: pulumi.Input<number>;
|
|
1106
1106
|
/**
|
|
1107
1107
|
* `true` if the traffic shaper is
|
|
1108
1108
|
* enabled on the port for ingress traffic.
|
|
1109
1109
|
*/
|
|
1110
|
-
|
|
1110
|
+
ingressShapingEnabled?: pulumi.Input<boolean>;
|
|
1111
1111
|
/**
|
|
1112
1112
|
* The peak bandwidth during
|
|
1113
1113
|
* bursts in bits per second if ingress traffic shaping is enabled on the port.
|
|
1114
1114
|
*/
|
|
1115
|
-
|
|
1115
|
+
ingressShapingPeakBandwidth?: pulumi.Input<number>;
|
|
1116
1116
|
/**
|
|
1117
1117
|
* An IPv4 address to identify the switch. This is
|
|
1118
1118
|
* mostly useful when used with the Netflow arguments found
|
|
1119
1119
|
* below.
|
|
1120
1120
|
*/
|
|
1121
|
-
|
|
1121
|
+
ipv4Address?: pulumi.Input<string>;
|
|
1122
1122
|
/**
|
|
1123
1123
|
* The maximum allowed usage for the iSCSI traffic class, in Mbits/sec.
|
|
1124
1124
|
*/
|
|
1125
|
-
|
|
1125
|
+
iscsiMaximumMbit?: pulumi.Input<number>;
|
|
1126
1126
|
/**
|
|
1127
1127
|
* The amount of guaranteed bandwidth for the iSCSI traffic class, in Mbits/sec.
|
|
1128
1128
|
*/
|
|
1129
|
-
|
|
1129
|
+
iscsiReservationMbit?: pulumi.Input<number>;
|
|
1130
1130
|
/**
|
|
1131
1131
|
* The amount of shares to allocate to the iSCSI traffic class for a custom share level.
|
|
1132
1132
|
*/
|
|
1133
|
-
|
|
1133
|
+
iscsiShareCount?: pulumi.Input<number>;
|
|
1134
1134
|
/**
|
|
1135
1135
|
* The allocation level for the iSCSI traffic class. Can be one of high, low, normal, or custom.
|
|
1136
1136
|
*/
|
|
1137
|
-
|
|
1137
|
+
iscsiShareLevel?: pulumi.Input<string>;
|
|
1138
1138
|
/**
|
|
1139
1139
|
* The Link Aggregation Control Protocol group
|
|
1140
1140
|
* version to use with the switch. Possible values are `singleLag` and
|
|
1141
1141
|
* `multipleLag`.
|
|
1142
1142
|
*/
|
|
1143
|
-
|
|
1143
|
+
lacpApiVersion?: pulumi.Input<string>;
|
|
1144
1144
|
/**
|
|
1145
1145
|
* Enables LACP for the ports that this policy
|
|
1146
1146
|
* applies to.
|
|
1147
1147
|
*/
|
|
1148
|
-
|
|
1148
|
+
lacpEnabled?: pulumi.Input<boolean>;
|
|
1149
1149
|
/**
|
|
1150
1150
|
* The LACP mode. Can be one of `active` or `passive`.
|
|
1151
1151
|
*/
|
|
1152
|
-
|
|
1152
|
+
lacpMode?: pulumi.Input<string>;
|
|
1153
1153
|
/**
|
|
1154
1154
|
* Whether to `advertise` or `listen`
|
|
1155
1155
|
* for link discovery traffic.
|
|
1156
1156
|
*/
|
|
1157
|
-
|
|
1157
|
+
linkDiscoveryOperation?: pulumi.Input<string>;
|
|
1158
1158
|
/**
|
|
1159
1159
|
* The discovery protocol type. Valid
|
|
1160
1160
|
* types are `cdp` and `lldp`.
|
|
1161
1161
|
*/
|
|
1162
|
-
|
|
1162
|
+
linkDiscoveryProtocol?: pulumi.Input<string>;
|
|
1163
1163
|
/**
|
|
1164
1164
|
* The maximum allowed usage for the management traffic class, in Mbits/sec.
|
|
1165
1165
|
*/
|
|
1166
|
-
|
|
1166
|
+
managementMaximumMbit?: pulumi.Input<number>;
|
|
1167
1167
|
/**
|
|
1168
1168
|
* The amount of guaranteed bandwidth for the management traffic class, in Mbits/sec.
|
|
1169
1169
|
*/
|
|
1170
|
-
|
|
1170
|
+
managementReservationMbit?: pulumi.Input<number>;
|
|
1171
1171
|
/**
|
|
1172
1172
|
* The amount of shares to allocate to the management traffic class for a custom share level.
|
|
1173
1173
|
*/
|
|
1174
|
-
|
|
1174
|
+
managementShareCount?: pulumi.Input<number>;
|
|
1175
1175
|
/**
|
|
1176
1176
|
* The allocation level for the management traffic class. Can be one of high, low, normal, or custom.
|
|
1177
1177
|
*/
|
|
1178
|
-
|
|
1178
|
+
managementShareLevel?: pulumi.Input<string>;
|
|
1179
1179
|
/**
|
|
1180
1180
|
* The maximum transmission unit (MTU) for the virtual
|
|
1181
1181
|
* switch.
|
|
1182
1182
|
*/
|
|
1183
|
-
|
|
1183
|
+
maxMtu?: pulumi.Input<number>;
|
|
1184
1184
|
/**
|
|
1185
1185
|
* The multicast filtering mode to use
|
|
1186
1186
|
* with the switch. Can be one of `legacyFiltering` or `snooping`.
|
|
1187
1187
|
*/
|
|
1188
|
-
|
|
1188
|
+
multicastFilteringMode?: pulumi.Input<string>;
|
|
1189
1189
|
/**
|
|
1190
1190
|
* The name of the distributed virtual switch.
|
|
1191
1191
|
*/
|
|
1192
|
-
|
|
1192
|
+
name?: pulumi.Input<string>;
|
|
1193
1193
|
/**
|
|
1194
1194
|
* The number of seconds after which
|
|
1195
1195
|
* active flows are forced to be exported to the collector. Allowed range is
|
|
1196
1196
|
* `60` to `3600`. Default: `60`.
|
|
1197
1197
|
*/
|
|
1198
|
-
|
|
1198
|
+
netflowActiveFlowTimeout?: pulumi.Input<number>;
|
|
1199
1199
|
/**
|
|
1200
1200
|
* IP address for the Netflow
|
|
1201
1201
|
* collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed
|
|
1202
1202
|
* Switch Version 6.0 or later. Must be set before Netflow can be enabled.
|
|
1203
1203
|
*/
|
|
1204
|
-
|
|
1204
|
+
netflowCollectorIpAddress?: pulumi.Input<string>;
|
|
1205
1205
|
/**
|
|
1206
1206
|
* Port for the Netflow collector. This
|
|
1207
1207
|
* must be set before Netflow can be enabled.
|
|
1208
1208
|
*/
|
|
1209
|
-
|
|
1209
|
+
netflowCollectorPort?: pulumi.Input<number>;
|
|
1210
1210
|
/**
|
|
1211
1211
|
* Enables Netflow on all ports that this policy
|
|
1212
1212
|
* applies to.
|
|
1213
1213
|
*/
|
|
1214
|
-
|
|
1214
|
+
netflowEnabled?: pulumi.Input<boolean>;
|
|
1215
1215
|
/**
|
|
1216
1216
|
* The number of seconds after which
|
|
1217
1217
|
* idle flows are forced to be exported to the collector. Allowed range is `10`
|
|
1218
1218
|
* to `600`. Default: `15`.
|
|
1219
1219
|
*/
|
|
1220
|
-
|
|
1220
|
+
netflowIdleFlowTimeout?: pulumi.Input<number>;
|
|
1221
1221
|
/**
|
|
1222
1222
|
* Whether to limit analysis to
|
|
1223
1223
|
* traffic that has both source and destination served by the same host.
|
|
1224
1224
|
* Default: `false`.
|
|
1225
1225
|
*/
|
|
1226
|
-
|
|
1226
|
+
netflowInternalFlowsOnly?: pulumi.Input<boolean>;
|
|
1227
1227
|
/**
|
|
1228
1228
|
* The observation domain ID for
|
|
1229
1229
|
* the Netflow collector.
|
|
1230
1230
|
*/
|
|
1231
|
-
|
|
1231
|
+
netflowObservationDomainId?: pulumi.Input<number>;
|
|
1232
1232
|
/**
|
|
1233
1233
|
* The ratio of total number of packets to
|
|
1234
1234
|
* the number of packets analyzed. The default is `0`, which indicates that the
|
|
1235
1235
|
* switch should analyze all packets. The maximum value is `1000`, which
|
|
1236
1236
|
* indicates an analysis rate of 0.001%.
|
|
1237
1237
|
*/
|
|
1238
|
-
|
|
1238
|
+
netflowSamplingRate?: pulumi.Input<number>;
|
|
1239
1239
|
/**
|
|
1240
1240
|
* Set to `true` to enable
|
|
1241
1241
|
* network I/O control. Default: `false`.
|
|
1242
1242
|
*/
|
|
1243
|
-
|
|
1243
|
+
networkResourceControlEnabled?: pulumi.Input<boolean>;
|
|
1244
1244
|
/**
|
|
1245
1245
|
* The version of network I/O
|
|
1246
1246
|
* control to use. Can be one of `version2` or `version3`. Default: `version2`.
|
|
1247
1247
|
*/
|
|
1248
|
-
|
|
1248
|
+
networkResourceControlVersion?: pulumi.Input<string>;
|
|
1249
1249
|
/**
|
|
1250
1250
|
* The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
1251
1251
|
*/
|
|
1252
|
-
|
|
1252
|
+
nfsMaximumMbit?: pulumi.Input<number>;
|
|
1253
1253
|
/**
|
|
1254
1254
|
* The amount of guaranteed bandwidth for the nfs traffic class, in Mbits/sec.
|
|
1255
1255
|
*/
|
|
1256
|
-
|
|
1256
|
+
nfsReservationMbit?: pulumi.Input<number>;
|
|
1257
1257
|
/**
|
|
1258
1258
|
* The amount of shares to allocate to the nfs traffic class for a custom share level.
|
|
1259
1259
|
*/
|
|
1260
|
-
|
|
1260
|
+
nfsShareCount?: pulumi.Input<number>;
|
|
1261
1261
|
/**
|
|
1262
1262
|
* The allocation level for the nfs traffic class. Can be one of high, low, normal, or custom.
|
|
1263
1263
|
*/
|
|
1264
|
-
|
|
1264
|
+
nfsShareLevel?: pulumi.Input<string>;
|
|
1265
1265
|
/**
|
|
1266
1266
|
* If `true`, the teaming policy will notify the
|
|
1267
1267
|
* broadcast network of an uplink failover, triggering cache updates.
|
|
1268
1268
|
*/
|
|
1269
|
-
|
|
1269
|
+
notifySwitches?: pulumi.Input<boolean>;
|
|
1270
1270
|
/**
|
|
1271
1271
|
* Used to define a secondary VLAN
|
|
1272
1272
|
* ID when using private VLANs.
|
|
1273
1273
|
*/
|
|
1274
|
-
|
|
1274
|
+
portPrivateSecondaryVlanId?: pulumi.Input<number>;
|
|
1275
1275
|
/**
|
|
1276
1276
|
* Use the `pvlanMapping` block to declare a
|
|
1277
1277
|
* private VLAN mapping. The options are:
|
|
1278
1278
|
*/
|
|
1279
|
-
|
|
1279
|
+
pvlanMappings?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchPvlanMapping>[]>;
|
|
1280
1280
|
/**
|
|
1281
1281
|
* A list of standby uplinks to be used in
|
|
1282
1282
|
* failover. These uplinks need to match the definitions in the
|
|
1283
1283
|
* `uplinks` DVS argument. See
|
|
1284
1284
|
* here for more details.
|
|
1285
1285
|
*/
|
|
1286
|
-
|
|
1286
|
+
standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1287
1287
|
/**
|
|
1288
1288
|
* The IDs of any tags to attach to this resource.
|
|
1289
1289
|
*/
|
|
1290
|
-
|
|
1290
|
+
tags?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1291
1291
|
/**
|
|
1292
1292
|
* The uplink teaming policy. Can be one of
|
|
1293
1293
|
* `loadbalanceIp`, `loadbalanceSrcmac`, `loadbalanceSrcid`, or
|
|
1294
1294
|
* `failoverExplicit`.
|
|
1295
1295
|
*/
|
|
1296
|
-
|
|
1296
|
+
teamingPolicy?: pulumi.Input<string>;
|
|
1297
1297
|
/**
|
|
1298
1298
|
* Forward all traffic transmitted by ports for which
|
|
1299
1299
|
* this policy applies to its DVS uplinks.
|
|
1300
1300
|
*/
|
|
1301
|
-
|
|
1301
|
+
txUplink?: pulumi.Input<boolean>;
|
|
1302
1302
|
/**
|
|
1303
1303
|
* A list of strings that uniquely identifies the names
|
|
1304
1304
|
* of the uplinks on the DVS across hosts. The number of items in this list
|
|
@@ -1306,87 +1306,87 @@ export interface DistributedVirtualSwitchArgs {
|
|
|
1306
1306
|
* names. See here for an example on how to
|
|
1307
1307
|
* use this option.
|
|
1308
1308
|
*/
|
|
1309
|
-
|
|
1309
|
+
uplinks?: pulumi.Input<pulumi.Input<string>[]>;
|
|
1310
1310
|
/**
|
|
1311
1311
|
* The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
1312
1312
|
*/
|
|
1313
|
-
|
|
1313
|
+
vdpMaximumMbit?: pulumi.Input<number>;
|
|
1314
1314
|
/**
|
|
1315
1315
|
* The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
1316
1316
|
*/
|
|
1317
|
-
|
|
1317
|
+
vdpReservationMbit?: pulumi.Input<number>;
|
|
1318
1318
|
/**
|
|
1319
1319
|
* The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
1320
1320
|
*/
|
|
1321
|
-
|
|
1321
|
+
vdpShareCount?: pulumi.Input<number>;
|
|
1322
1322
|
/**
|
|
1323
1323
|
* The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
1324
1324
|
*/
|
|
1325
|
-
|
|
1325
|
+
vdpShareLevel?: pulumi.Input<string>;
|
|
1326
1326
|
/**
|
|
1327
1327
|
* - The version of the DVS to create. The default is to
|
|
1328
1328
|
* create the DVS at the latest version supported by the version of vSphere
|
|
1329
1329
|
* being used. A DVS can be upgraded to another version, but cannot be
|
|
1330
1330
|
* downgraded.
|
|
1331
1331
|
*/
|
|
1332
|
-
|
|
1332
|
+
version?: pulumi.Input<string>;
|
|
1333
1333
|
/**
|
|
1334
1334
|
* The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
1335
1335
|
*/
|
|
1336
|
-
|
|
1336
|
+
virtualmachineMaximumMbit?: pulumi.Input<number>;
|
|
1337
1337
|
/**
|
|
1338
1338
|
* The amount of guaranteed bandwidth for the virtualMachine traffic class, in Mbits/sec.
|
|
1339
1339
|
*/
|
|
1340
|
-
|
|
1340
|
+
virtualmachineReservationMbit?: pulumi.Input<number>;
|
|
1341
1341
|
/**
|
|
1342
1342
|
* The amount of shares to allocate to the virtualMachine traffic class for a custom share level.
|
|
1343
1343
|
*/
|
|
1344
|
-
|
|
1344
|
+
virtualmachineShareCount?: pulumi.Input<number>;
|
|
1345
1345
|
/**
|
|
1346
1346
|
* The allocation level for the virtualMachine traffic class. Can be one of high, low, normal, or custom.
|
|
1347
1347
|
*/
|
|
1348
|
-
|
|
1348
|
+
virtualmachineShareLevel?: pulumi.Input<string>;
|
|
1349
1349
|
/**
|
|
1350
1350
|
* The VLAN ID for single VLAN mode. 0 denotes no VLAN.
|
|
1351
1351
|
*/
|
|
1352
|
-
|
|
1352
|
+
vlanId?: pulumi.Input<number>;
|
|
1353
1353
|
/**
|
|
1354
1354
|
* Used to denote VLAN trunking. Use the `minVlan`
|
|
1355
1355
|
* and `maxVlan` sub-arguments to define the tagged VLAN range. Multiple
|
|
1356
1356
|
* `vlanRange` definitions are allowed, but they must not overlap. Example
|
|
1357
1357
|
* below:
|
|
1358
1358
|
*/
|
|
1359
|
-
|
|
1359
|
+
vlanRanges?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchVlanRange>[]>;
|
|
1360
1360
|
/**
|
|
1361
1361
|
* The maximum allowed usage for the vmotion traffic class, in Mbits/sec.
|
|
1362
1362
|
*/
|
|
1363
|
-
|
|
1363
|
+
vmotionMaximumMbit?: pulumi.Input<number>;
|
|
1364
1364
|
/**
|
|
1365
1365
|
* The amount of guaranteed bandwidth for the vmotion traffic class, in Mbits/sec.
|
|
1366
1366
|
*/
|
|
1367
|
-
|
|
1367
|
+
vmotionReservationMbit?: pulumi.Input<number>;
|
|
1368
1368
|
/**
|
|
1369
1369
|
* The amount of shares to allocate to the vmotion traffic class for a custom share level.
|
|
1370
1370
|
*/
|
|
1371
|
-
|
|
1371
|
+
vmotionShareCount?: pulumi.Input<number>;
|
|
1372
1372
|
/**
|
|
1373
1373
|
* The allocation level for the vmotion traffic class. Can be one of high, low, normal, or custom.
|
|
1374
1374
|
*/
|
|
1375
|
-
|
|
1375
|
+
vmotionShareLevel?: pulumi.Input<string>;
|
|
1376
1376
|
/**
|
|
1377
1377
|
* The maximum allowed usage for the vsan traffic class, in Mbits/sec.
|
|
1378
1378
|
*/
|
|
1379
|
-
|
|
1379
|
+
vsanMaximumMbit?: pulumi.Input<number>;
|
|
1380
1380
|
/**
|
|
1381
1381
|
* The amount of guaranteed bandwidth for the vsan traffic class, in Mbits/sec.
|
|
1382
1382
|
*/
|
|
1383
|
-
|
|
1383
|
+
vsanReservationMbit?: pulumi.Input<number>;
|
|
1384
1384
|
/**
|
|
1385
1385
|
* The amount of shares to allocate to the vsan traffic class for a custom share level.
|
|
1386
1386
|
*/
|
|
1387
|
-
|
|
1387
|
+
vsanShareCount?: pulumi.Input<number>;
|
|
1388
1388
|
/**
|
|
1389
1389
|
* The allocation level for the vsan traffic class. Can be one of high, low, normal, or custom.
|
|
1390
1390
|
*/
|
|
1391
|
-
|
|
1391
|
+
vsanShareLevel?: pulumi.Input<string>;
|
|
1392
1392
|
}
|