@pulumi/vsphere 4.0.0 → 4.2.0-alpha.1641576184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (205) hide show
  1. package/README.md +1 -1
  2. package/computeCluster.d.ts +111 -111
  3. package/computeCluster.js +1 -0
  4. package/computeCluster.js.map +1 -1
  5. package/computeClusterHostGroup.d.ts +6 -6
  6. package/computeClusterHostGroup.js +1 -0
  7. package/computeClusterHostGroup.js.map +1 -1
  8. package/computeClusterVmAffinityRule.d.ts +10 -10
  9. package/computeClusterVmAffinityRule.js +1 -0
  10. package/computeClusterVmAffinityRule.js.map +1 -1
  11. package/computeClusterVmAntiAffinityRule.d.ts +10 -10
  12. package/computeClusterVmAntiAffinityRule.js +1 -0
  13. package/computeClusterVmAntiAffinityRule.js.map +1 -1
  14. package/computeClusterVmDependencyRule.d.ts +12 -12
  15. package/computeClusterVmDependencyRule.js +1 -0
  16. package/computeClusterVmDependencyRule.js.map +1 -1
  17. package/computeClusterVmGroup.d.ts +6 -6
  18. package/computeClusterVmGroup.js +1 -0
  19. package/computeClusterVmGroup.js.map +1 -1
  20. package/computeClusterVmHostRule.d.ts +14 -14
  21. package/computeClusterVmHostRule.js +1 -0
  22. package/computeClusterVmHostRule.js.map +1 -1
  23. package/config/index.js +11 -4
  24. package/config/index.js.map +1 -1
  25. package/config/vars.d.ts +13 -13
  26. package/config/vars.js +87 -50
  27. package/config/vars.js.map +1 -1
  28. package/contentLibrary.d.ts +10 -10
  29. package/contentLibrary.js +1 -0
  30. package/contentLibrary.js.map +1 -1
  31. package/contentLibraryItem.d.ts +12 -12
  32. package/contentLibraryItem.js +1 -0
  33. package/contentLibraryItem.js.map +1 -1
  34. package/customAttribute.d.ts +4 -4
  35. package/customAttribute.js +1 -0
  36. package/customAttribute.js.map +1 -1
  37. package/datacenter.d.ts +9 -9
  38. package/datacenter.js +1 -0
  39. package/datacenter.js.map +1 -1
  40. package/datastoreCluster.d.ts +50 -50
  41. package/datastoreCluster.js +1 -0
  42. package/datastoreCluster.js.map +1 -1
  43. package/datastoreClusterVmAntiAffinityRule.d.ts +10 -10
  44. package/datastoreClusterVmAntiAffinityRule.js +1 -0
  45. package/datastoreClusterVmAntiAffinityRule.js.map +1 -1
  46. package/distributedPortGroup.d.ts +94 -94
  47. package/distributedPortGroup.js +1 -0
  48. package/distributedPortGroup.js.map +1 -1
  49. package/distributedVirtualSwitch.d.ts +189 -189
  50. package/distributedVirtualSwitch.js +1 -0
  51. package/distributedVirtualSwitch.js.map +1 -1
  52. package/dpmHostOverride.d.ts +8 -8
  53. package/dpmHostOverride.js +1 -0
  54. package/dpmHostOverride.js.map +1 -1
  55. package/drsVmOverride.d.ts +8 -8
  56. package/drsVmOverride.js +1 -0
  57. package/drsVmOverride.js.map +1 -1
  58. package/entityPermissions.d.ts +6 -6
  59. package/entityPermissions.js +1 -0
  60. package/entityPermissions.js.map +1 -1
  61. package/file.d.ts +14 -14
  62. package/file.js +1 -0
  63. package/file.js.map +1 -1
  64. package/folder.d.ts +10 -10
  65. package/folder.js +1 -0
  66. package/folder.js.map +1 -1
  67. package/getComputeCluster.d.ts +22 -4
  68. package/getComputeCluster.js +7 -2
  69. package/getComputeCluster.js.map +1 -1
  70. package/getContentLibrary.d.ts +12 -2
  71. package/getContentLibrary.js +6 -1
  72. package/getContentLibrary.js.map +1 -1
  73. package/getContentLibraryItem.d.ts +36 -3
  74. package/getContentLibraryItem.js +20 -0
  75. package/getContentLibraryItem.js.map +1 -1
  76. package/getCustomAttribute.d.ts +12 -2
  77. package/getCustomAttribute.js +6 -1
  78. package/getCustomAttribute.js.map +1 -1
  79. package/getDatacenter.d.ts +13 -2
  80. package/getDatacenter.js +6 -1
  81. package/getDatacenter.js.map +1 -1
  82. package/getDatastore.d.ts +22 -4
  83. package/getDatastore.js +7 -2
  84. package/getDatastore.js.map +1 -1
  85. package/getDatastoreCluster.d.ts +22 -4
  86. package/getDatastoreCluster.js +7 -2
  87. package/getDatastoreCluster.js.map +1 -1
  88. package/getDistributedVirtualSwitch.d.ts +23 -4
  89. package/getDistributedVirtualSwitch.js +7 -2
  90. package/getDistributedVirtualSwitch.js.map +1 -1
  91. package/getDynamic.d.ts +24 -3
  92. package/getDynamic.js +5 -0
  93. package/getDynamic.js.map +1 -1
  94. package/getFolder.d.ts +16 -2
  95. package/getFolder.js +6 -1
  96. package/getFolder.js.map +1 -1
  97. package/getHost.d.ts +20 -4
  98. package/getHost.js +7 -2
  99. package/getHost.js.map +1 -1
  100. package/getHostPciDevice.d.ts +28 -4
  101. package/getHostPciDevice.js +5 -0
  102. package/getHostPciDevice.js.map +1 -1
  103. package/getHostThumbprint.d.ts +24 -4
  104. package/getHostThumbprint.js +6 -1
  105. package/getHostThumbprint.js.map +1 -1
  106. package/getNetwork.d.ts +30 -5
  107. package/getNetwork.js +7 -2
  108. package/getNetwork.js.map +1 -1
  109. package/getOvfVmTemplate.d.ts +78 -14
  110. package/getOvfVmTemplate.js +5 -0
  111. package/getOvfVmTemplate.js.map +1 -1
  112. package/getPolicy.d.ts +12 -2
  113. package/getPolicy.js +6 -1
  114. package/getPolicy.js.map +1 -1
  115. package/getResourcePool.d.ts +24 -5
  116. package/getResourcePool.js +8 -3
  117. package/getResourcePool.js.map +1 -1
  118. package/getRole.d.ts +24 -5
  119. package/getRole.js +6 -1
  120. package/getRole.js.map +1 -1
  121. package/getTag.d.ts +18 -4
  122. package/getTag.js +7 -2
  123. package/getTag.js.map +1 -1
  124. package/getTagCategory.d.ts +12 -2
  125. package/getTagCategory.js +6 -1
  126. package/getTagCategory.js.map +1 -1
  127. package/getVappContainer.d.ts +20 -4
  128. package/getVappContainer.js +7 -2
  129. package/getVappContainer.js.map +1 -1
  130. package/getVirtualMachine.d.ts +150 -50
  131. package/getVirtualMachine.js +8 -2
  132. package/getVirtualMachine.js.map +1 -1
  133. package/getVmfsDisks.d.ts +28 -6
  134. package/getVmfsDisks.js +8 -3
  135. package/getVmfsDisks.js.map +1 -1
  136. package/haVmOverride.d.ts +30 -30
  137. package/haVmOverride.js +1 -0
  138. package/haVmOverride.js.map +1 -1
  139. package/host.d.ts +24 -24
  140. package/host.js +1 -0
  141. package/host.js.map +1 -1
  142. package/hostPortGroup.d.ts +41 -41
  143. package/hostPortGroup.js +5 -4
  144. package/hostPortGroup.js.map +1 -1
  145. package/hostVirtualSwitch.d.ts +42 -42
  146. package/hostVirtualSwitch.js +1 -0
  147. package/hostVirtualSwitch.js.map +1 -1
  148. package/index.js +74 -66
  149. package/index.js.map +1 -1
  150. package/license.d.ts +8 -8
  151. package/license.js +1 -0
  152. package/license.js.map +1 -1
  153. package/nasDatastore.d.ts +30 -30
  154. package/nasDatastore.js +1 -0
  155. package/nasDatastore.js.map +1 -1
  156. package/package.json +4 -3
  157. package/package.json.bak +3 -2
  158. package/package.json.dev +4 -3
  159. package/provider.d.ts +45 -13
  160. package/provider.js +9 -8
  161. package/provider.js.map +1 -1
  162. package/resourcePool.d.ts +28 -28
  163. package/resourcePool.js +1 -0
  164. package/resourcePool.js.map +1 -1
  165. package/role.d.ts +5 -5
  166. package/role.js +1 -0
  167. package/role.js.map +1 -1
  168. package/storageDrsVmOverride.d.ts +10 -10
  169. package/storageDrsVmOverride.js +1 -0
  170. package/storageDrsVmOverride.js.map +1 -1
  171. package/tag.d.ts +6 -6
  172. package/tag.js +1 -0
  173. package/tag.js.map +1 -1
  174. package/tagCategory.d.ts +8 -8
  175. package/tagCategory.js +1 -0
  176. package/tagCategory.js.map +1 -1
  177. package/types/index.js +1 -0
  178. package/types/index.js.map +1 -1
  179. package/types/input.d.ts +5 -0
  180. package/utilities.js +1 -0
  181. package/utilities.js.map +1 -1
  182. package/vappContainer.d.ts +30 -30
  183. package/vappContainer.js +1 -0
  184. package/vappContainer.js.map +1 -1
  185. package/vappEntity.d.ts +20 -20
  186. package/vappEntity.js +1 -0
  187. package/vappEntity.js.map +1 -1
  188. package/virtualDisk.d.ts +14 -14
  189. package/virtualDisk.js +1 -0
  190. package/virtualDisk.js.map +1 -1
  191. package/virtualMachine.d.ts +185 -158
  192. package/virtualMachine.js +3 -0
  193. package/virtualMachine.js.map +1 -1
  194. package/virtualMachineSnapshot.d.ts +14 -14
  195. package/virtualMachineSnapshot.js +1 -0
  196. package/virtualMachineSnapshot.js.map +1 -1
  197. package/vmStoragePolicy.d.ts +6 -6
  198. package/vmStoragePolicy.js +1 -0
  199. package/vmStoragePolicy.js.map +1 -1
  200. package/vmfsDatastore.d.ts +21 -21
  201. package/vmfsDatastore.js +1 -0
  202. package/vmfsDatastore.js.map +1 -1
  203. package/vnic.d.ts +18 -18
  204. package/vnic.js +1 -0
  205. package/vnic.js.map +1 -1
@@ -488,363 +488,363 @@ export interface DistributedVirtualSwitchState {
488
488
  * `uplinks` DVS argument. See
489
489
  * here for more details.
490
490
  */
491
- readonly activeUplinks?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly allowForgedTransmits?: pulumi.Input<boolean>;
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
- readonly allowMacChanges?: pulumi.Input<boolean>;
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
- readonly allowPromiscuous?: pulumi.Input<boolean>;
507
+ allowPromiscuous?: pulumi.Input<boolean>;
508
508
  /**
509
509
  * The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
510
510
  */
511
- readonly backupnfcMaximumMbit?: pulumi.Input<number>;
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
- readonly backupnfcReservationMbit?: pulumi.Input<number>;
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
- readonly backupnfcShareCount?: pulumi.Input<number>;
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
- readonly backupnfcShareLevel?: pulumi.Input<string>;
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
- readonly blockAllPorts?: pulumi.Input<boolean>;
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
- readonly checkBeacon?: pulumi.Input<boolean>;
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
- readonly configVersion?: pulumi.Input<string>;
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
- readonly contactDetail?: pulumi.Input<string>;
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
- readonly contactName?: pulumi.Input<string>;
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
- readonly customAttributes?: pulumi.Input<{
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
- readonly datacenterId?: pulumi.Input<string>;
560
+ datacenterId?: pulumi.Input<string>;
561
561
  /**
562
562
  * A detailed description for the DVS.
563
563
  */
564
- readonly description?: pulumi.Input<string>;
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
- readonly directpathGen2Allowed?: pulumi.Input<boolean>;
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
- readonly egressShapingAverageBandwidth?: pulumi.Input<number>;
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
- readonly egressShapingBurstSize?: pulumi.Input<number>;
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
- readonly egressShapingEnabled?: pulumi.Input<boolean>;
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
- readonly egressShapingPeakBandwidth?: pulumi.Input<number>;
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
- readonly failback?: pulumi.Input<boolean>;
594
+ failback?: pulumi.Input<boolean>;
595
595
  /**
596
596
  * The maximum allowed usage for the faultTolerance traffic class, in Mbits/sec.
597
597
  */
598
- readonly faulttoleranceMaximumMbit?: pulumi.Input<number>;
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
- readonly faulttoleranceReservationMbit?: pulumi.Input<number>;
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
- readonly faulttoleranceShareCount?: pulumi.Input<number>;
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
- readonly faulttoleranceShareLevel?: pulumi.Input<string>;
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
- readonly folder?: pulumi.Input<string>;
615
+ folder?: pulumi.Input<string>;
616
616
  /**
617
617
  * The maximum allowed usage for the hbr traffic class, in Mbits/sec.
618
618
  */
619
- readonly hbrMaximumMbit?: pulumi.Input<number>;
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
- readonly hbrReservationMbit?: pulumi.Input<number>;
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
- readonly hbrShareCount?: pulumi.Input<number>;
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
- readonly hbrShareLevel?: pulumi.Input<string>;
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
- readonly hosts?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchHost>[]>;
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
- readonly ignoreOtherPvlanMappings?: pulumi.Input<boolean>;
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
- readonly ingressShapingAverageBandwidth?: pulumi.Input<number>;
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
- readonly ingressShapingBurstSize?: pulumi.Input<number>;
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
- readonly ingressShapingEnabled?: pulumi.Input<boolean>;
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
- readonly ingressShapingPeakBandwidth?: pulumi.Input<number>;
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
- readonly ipv4Address?: pulumi.Input<string>;
667
+ ipv4Address?: pulumi.Input<string>;
668
668
  /**
669
669
  * The maximum allowed usage for the iSCSI traffic class, in Mbits/sec.
670
670
  */
671
- readonly iscsiMaximumMbit?: pulumi.Input<number>;
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
- readonly iscsiReservationMbit?: pulumi.Input<number>;
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
- readonly iscsiShareCount?: pulumi.Input<number>;
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
- readonly iscsiShareLevel?: pulumi.Input<string>;
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
- readonly lacpApiVersion?: pulumi.Input<string>;
689
+ lacpApiVersion?: pulumi.Input<string>;
690
690
  /**
691
691
  * Enables LACP for the ports that this policy
692
692
  * applies to.
693
693
  */
694
- readonly lacpEnabled?: pulumi.Input<boolean>;
694
+ lacpEnabled?: pulumi.Input<boolean>;
695
695
  /**
696
696
  * The LACP mode. Can be one of `active` or `passive`.
697
697
  */
698
- readonly lacpMode?: pulumi.Input<string>;
698
+ lacpMode?: pulumi.Input<string>;
699
699
  /**
700
700
  * Whether to `advertise` or `listen`
701
701
  * for link discovery traffic.
702
702
  */
703
- readonly linkDiscoveryOperation?: pulumi.Input<string>;
703
+ linkDiscoveryOperation?: pulumi.Input<string>;
704
704
  /**
705
705
  * The discovery protocol type. Valid
706
706
  * types are `cdp` and `lldp`.
707
707
  */
708
- readonly linkDiscoveryProtocol?: pulumi.Input<string>;
708
+ linkDiscoveryProtocol?: pulumi.Input<string>;
709
709
  /**
710
710
  * The maximum allowed usage for the management traffic class, in Mbits/sec.
711
711
  */
712
- readonly managementMaximumMbit?: pulumi.Input<number>;
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
- readonly managementReservationMbit?: pulumi.Input<number>;
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
- readonly managementShareCount?: pulumi.Input<number>;
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
- readonly managementShareLevel?: pulumi.Input<string>;
724
+ managementShareLevel?: pulumi.Input<string>;
725
725
  /**
726
726
  * The maximum transmission unit (MTU) for the virtual
727
727
  * switch.
728
728
  */
729
- readonly maxMtu?: pulumi.Input<number>;
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
- readonly multicastFilteringMode?: pulumi.Input<string>;
734
+ multicastFilteringMode?: pulumi.Input<string>;
735
735
  /**
736
736
  * The name of the distributed virtual switch.
737
737
  */
738
- readonly name?: pulumi.Input<string>;
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
- readonly netflowActiveFlowTimeout?: pulumi.Input<number>;
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
- readonly netflowCollectorIpAddress?: pulumi.Input<string>;
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
- readonly netflowCollectorPort?: pulumi.Input<number>;
755
+ netflowCollectorPort?: pulumi.Input<number>;
756
756
  /**
757
757
  * Enables Netflow on all ports that this policy
758
758
  * applies to.
759
759
  */
760
- readonly netflowEnabled?: pulumi.Input<boolean>;
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
- readonly netflowIdleFlowTimeout?: pulumi.Input<number>;
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
- readonly netflowInternalFlowsOnly?: pulumi.Input<boolean>;
772
+ netflowInternalFlowsOnly?: pulumi.Input<boolean>;
773
773
  /**
774
774
  * The observation domain ID for
775
775
  * the Netflow collector.
776
776
  */
777
- readonly netflowObservationDomainId?: pulumi.Input<number>;
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
- readonly netflowSamplingRate?: pulumi.Input<number>;
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
- readonly networkResourceControlEnabled?: pulumi.Input<boolean>;
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
- readonly networkResourceControlVersion?: pulumi.Input<string>;
794
+ networkResourceControlVersion?: pulumi.Input<string>;
795
795
  /**
796
796
  * The maximum allowed usage for the nfs traffic class, in Mbits/sec.
797
797
  */
798
- readonly nfsMaximumMbit?: pulumi.Input<number>;
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
- readonly nfsReservationMbit?: pulumi.Input<number>;
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
- readonly nfsShareCount?: pulumi.Input<number>;
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
- readonly nfsShareLevel?: pulumi.Input<string>;
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
- readonly notifySwitches?: pulumi.Input<boolean>;
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
- readonly portPrivateSecondaryVlanId?: pulumi.Input<number>;
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
- readonly pvlanMappings?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchPvlanMapping>[]>;
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
- readonly standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
832
+ standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
833
833
  /**
834
834
  * The IDs of any tags to attach to this resource.
835
835
  */
836
- readonly tags?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly teamingPolicy?: pulumi.Input<string>;
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
- readonly txUplink?: pulumi.Input<boolean>;
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
- readonly uplinks?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly vdpMaximumMbit?: pulumi.Input<number>;
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
- readonly vdpReservationMbit?: pulumi.Input<number>;
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
- readonly vdpShareCount?: pulumi.Input<number>;
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
- readonly vdpShareLevel?: pulumi.Input<string>;
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
- readonly version?: pulumi.Input<string>;
878
+ version?: pulumi.Input<string>;
879
879
  /**
880
880
  * The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
881
881
  */
882
- readonly virtualmachineMaximumMbit?: pulumi.Input<number>;
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
- readonly virtualmachineReservationMbit?: pulumi.Input<number>;
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
- readonly virtualmachineShareCount?: pulumi.Input<number>;
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
- readonly virtualmachineShareLevel?: pulumi.Input<string>;
894
+ virtualmachineShareLevel?: pulumi.Input<string>;
895
895
  /**
896
896
  * The VLAN ID for single VLAN mode. 0 denotes no VLAN.
897
897
  */
898
- readonly vlanId?: pulumi.Input<number>;
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
- readonly vlanRanges?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchVlanRange>[]>;
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
- readonly vmotionMaximumMbit?: pulumi.Input<number>;
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
- readonly vmotionReservationMbit?: pulumi.Input<number>;
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
- readonly vmotionShareCount?: pulumi.Input<number>;
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
- readonly vmotionShareLevel?: pulumi.Input<string>;
921
+ vmotionShareLevel?: pulumi.Input<string>;
922
922
  /**
923
923
  * The maximum allowed usage for the vsan traffic class, in Mbits/sec.
924
924
  */
925
- readonly vsanMaximumMbit?: pulumi.Input<number>;
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
- readonly vsanReservationMbit?: pulumi.Input<number>;
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
- readonly vsanShareCount?: pulumi.Input<number>;
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
- readonly vsanShareLevel?: pulumi.Input<string>;
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
- readonly activeUplinks?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly allowForgedTransmits?: pulumi.Input<boolean>;
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
- readonly allowMacChanges?: pulumi.Input<boolean>;
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
- readonly allowPromiscuous?: pulumi.Input<boolean>;
965
+ allowPromiscuous?: pulumi.Input<boolean>;
966
966
  /**
967
967
  * The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
968
968
  */
969
- readonly backupnfcMaximumMbit?: pulumi.Input<number>;
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
- readonly backupnfcReservationMbit?: pulumi.Input<number>;
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
- readonly backupnfcShareCount?: pulumi.Input<number>;
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
- readonly backupnfcShareLevel?: pulumi.Input<string>;
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
- readonly blockAllPorts?: pulumi.Input<boolean>;
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
- readonly checkBeacon?: pulumi.Input<boolean>;
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
- readonly contactDetail?: pulumi.Input<string>;
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
- readonly contactName?: pulumi.Input<string>;
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
- readonly customAttributes?: pulumi.Input<{
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
- readonly datacenterId: pulumi.Input<string>;
1014
+ datacenterId: pulumi.Input<string>;
1015
1015
  /**
1016
1016
  * A detailed description for the DVS.
1017
1017
  */
1018
- readonly description?: pulumi.Input<string>;
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
- readonly directpathGen2Allowed?: pulumi.Input<boolean>;
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
- readonly egressShapingAverageBandwidth?: pulumi.Input<number>;
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
- readonly egressShapingBurstSize?: pulumi.Input<number>;
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
- readonly egressShapingEnabled?: pulumi.Input<boolean>;
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
- readonly egressShapingPeakBandwidth?: pulumi.Input<number>;
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
- readonly failback?: pulumi.Input<boolean>;
1048
+ failback?: pulumi.Input<boolean>;
1049
1049
  /**
1050
1050
  * The maximum allowed usage for the faultTolerance traffic class, in Mbits/sec.
1051
1051
  */
1052
- readonly faulttoleranceMaximumMbit?: pulumi.Input<number>;
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
- readonly faulttoleranceReservationMbit?: pulumi.Input<number>;
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
- readonly faulttoleranceShareCount?: pulumi.Input<number>;
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
- readonly faulttoleranceShareLevel?: pulumi.Input<string>;
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
- readonly folder?: pulumi.Input<string>;
1069
+ folder?: pulumi.Input<string>;
1070
1070
  /**
1071
1071
  * The maximum allowed usage for the hbr traffic class, in Mbits/sec.
1072
1072
  */
1073
- readonly hbrMaximumMbit?: pulumi.Input<number>;
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
- readonly hbrReservationMbit?: pulumi.Input<number>;
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
- readonly hbrShareCount?: pulumi.Input<number>;
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
- readonly hbrShareLevel?: pulumi.Input<string>;
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
- readonly hosts?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchHost>[]>;
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
- readonly ignoreOtherPvlanMappings?: pulumi.Input<boolean>;
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
- readonly ingressShapingAverageBandwidth?: pulumi.Input<number>;
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
- readonly ingressShapingBurstSize?: pulumi.Input<number>;
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
- readonly ingressShapingEnabled?: pulumi.Input<boolean>;
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
- readonly ingressShapingPeakBandwidth?: pulumi.Input<number>;
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
- readonly ipv4Address?: pulumi.Input<string>;
1121
+ ipv4Address?: pulumi.Input<string>;
1122
1122
  /**
1123
1123
  * The maximum allowed usage for the iSCSI traffic class, in Mbits/sec.
1124
1124
  */
1125
- readonly iscsiMaximumMbit?: pulumi.Input<number>;
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
- readonly iscsiReservationMbit?: pulumi.Input<number>;
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
- readonly iscsiShareCount?: pulumi.Input<number>;
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
- readonly iscsiShareLevel?: pulumi.Input<string>;
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
- readonly lacpApiVersion?: pulumi.Input<string>;
1143
+ lacpApiVersion?: pulumi.Input<string>;
1144
1144
  /**
1145
1145
  * Enables LACP for the ports that this policy
1146
1146
  * applies to.
1147
1147
  */
1148
- readonly lacpEnabled?: pulumi.Input<boolean>;
1148
+ lacpEnabled?: pulumi.Input<boolean>;
1149
1149
  /**
1150
1150
  * The LACP mode. Can be one of `active` or `passive`.
1151
1151
  */
1152
- readonly lacpMode?: pulumi.Input<string>;
1152
+ lacpMode?: pulumi.Input<string>;
1153
1153
  /**
1154
1154
  * Whether to `advertise` or `listen`
1155
1155
  * for link discovery traffic.
1156
1156
  */
1157
- readonly linkDiscoveryOperation?: pulumi.Input<string>;
1157
+ linkDiscoveryOperation?: pulumi.Input<string>;
1158
1158
  /**
1159
1159
  * The discovery protocol type. Valid
1160
1160
  * types are `cdp` and `lldp`.
1161
1161
  */
1162
- readonly linkDiscoveryProtocol?: pulumi.Input<string>;
1162
+ linkDiscoveryProtocol?: pulumi.Input<string>;
1163
1163
  /**
1164
1164
  * The maximum allowed usage for the management traffic class, in Mbits/sec.
1165
1165
  */
1166
- readonly managementMaximumMbit?: pulumi.Input<number>;
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
- readonly managementReservationMbit?: pulumi.Input<number>;
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
- readonly managementShareCount?: pulumi.Input<number>;
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
- readonly managementShareLevel?: pulumi.Input<string>;
1178
+ managementShareLevel?: pulumi.Input<string>;
1179
1179
  /**
1180
1180
  * The maximum transmission unit (MTU) for the virtual
1181
1181
  * switch.
1182
1182
  */
1183
- readonly maxMtu?: pulumi.Input<number>;
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
- readonly multicastFilteringMode?: pulumi.Input<string>;
1188
+ multicastFilteringMode?: pulumi.Input<string>;
1189
1189
  /**
1190
1190
  * The name of the distributed virtual switch.
1191
1191
  */
1192
- readonly name?: pulumi.Input<string>;
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
- readonly netflowActiveFlowTimeout?: pulumi.Input<number>;
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
- readonly netflowCollectorIpAddress?: pulumi.Input<string>;
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
- readonly netflowCollectorPort?: pulumi.Input<number>;
1209
+ netflowCollectorPort?: pulumi.Input<number>;
1210
1210
  /**
1211
1211
  * Enables Netflow on all ports that this policy
1212
1212
  * applies to.
1213
1213
  */
1214
- readonly netflowEnabled?: pulumi.Input<boolean>;
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
- readonly netflowIdleFlowTimeout?: pulumi.Input<number>;
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
- readonly netflowInternalFlowsOnly?: pulumi.Input<boolean>;
1226
+ netflowInternalFlowsOnly?: pulumi.Input<boolean>;
1227
1227
  /**
1228
1228
  * The observation domain ID for
1229
1229
  * the Netflow collector.
1230
1230
  */
1231
- readonly netflowObservationDomainId?: pulumi.Input<number>;
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
- readonly netflowSamplingRate?: pulumi.Input<number>;
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
- readonly networkResourceControlEnabled?: pulumi.Input<boolean>;
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
- readonly networkResourceControlVersion?: pulumi.Input<string>;
1248
+ networkResourceControlVersion?: pulumi.Input<string>;
1249
1249
  /**
1250
1250
  * The maximum allowed usage for the nfs traffic class, in Mbits/sec.
1251
1251
  */
1252
- readonly nfsMaximumMbit?: pulumi.Input<number>;
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
- readonly nfsReservationMbit?: pulumi.Input<number>;
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
- readonly nfsShareCount?: pulumi.Input<number>;
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
- readonly nfsShareLevel?: pulumi.Input<string>;
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
- readonly notifySwitches?: pulumi.Input<boolean>;
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
- readonly portPrivateSecondaryVlanId?: pulumi.Input<number>;
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
- readonly pvlanMappings?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchPvlanMapping>[]>;
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
- readonly standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
1286
+ standbyUplinks?: pulumi.Input<pulumi.Input<string>[]>;
1287
1287
  /**
1288
1288
  * The IDs of any tags to attach to this resource.
1289
1289
  */
1290
- readonly tags?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly teamingPolicy?: pulumi.Input<string>;
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
- readonly txUplink?: pulumi.Input<boolean>;
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
- readonly uplinks?: pulumi.Input<pulumi.Input<string>[]>;
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
- readonly vdpMaximumMbit?: pulumi.Input<number>;
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
- readonly vdpReservationMbit?: pulumi.Input<number>;
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
- readonly vdpShareCount?: pulumi.Input<number>;
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
- readonly vdpShareLevel?: pulumi.Input<string>;
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
- readonly version?: pulumi.Input<string>;
1332
+ version?: pulumi.Input<string>;
1333
1333
  /**
1334
1334
  * The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
1335
1335
  */
1336
- readonly virtualmachineMaximumMbit?: pulumi.Input<number>;
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
- readonly virtualmachineReservationMbit?: pulumi.Input<number>;
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
- readonly virtualmachineShareCount?: pulumi.Input<number>;
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
- readonly virtualmachineShareLevel?: pulumi.Input<string>;
1348
+ virtualmachineShareLevel?: pulumi.Input<string>;
1349
1349
  /**
1350
1350
  * The VLAN ID for single VLAN mode. 0 denotes no VLAN.
1351
1351
  */
1352
- readonly vlanId?: pulumi.Input<number>;
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
- readonly vlanRanges?: pulumi.Input<pulumi.Input<inputs.DistributedVirtualSwitchVlanRange>[]>;
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
- readonly vmotionMaximumMbit?: pulumi.Input<number>;
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
- readonly vmotionReservationMbit?: pulumi.Input<number>;
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
- readonly vmotionShareCount?: pulumi.Input<number>;
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
- readonly vmotionShareLevel?: pulumi.Input<string>;
1375
+ vmotionShareLevel?: pulumi.Input<string>;
1376
1376
  /**
1377
1377
  * The maximum allowed usage for the vsan traffic class, in Mbits/sec.
1378
1378
  */
1379
- readonly vsanMaximumMbit?: pulumi.Input<number>;
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
- readonly vsanReservationMbit?: pulumi.Input<number>;
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
- readonly vsanShareCount?: pulumi.Input<number>;
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
- readonly vsanShareLevel?: pulumi.Input<string>;
1391
+ vsanShareLevel?: pulumi.Input<string>;
1392
1392
  }