pulumi-vsphere 4.16.0a1755845322__py3-none-any.whl → 4.16.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-vsphere might be problematic. Click here for more details.
- pulumi_vsphere/__init__.py +10 -0
- pulumi_vsphere/compute_cluster.py +203 -462
- pulumi_vsphere/configuration_profile.py +286 -0
- pulumi_vsphere/datastore_cluster.py +35 -70
- pulumi_vsphere/distributed_port_group.py +21 -42
- pulumi_vsphere/distributed_virtual_switch.py +42 -77
- pulumi_vsphere/get_configuration_profile.py +145 -0
- pulumi_vsphere/get_guest_os_customization.py +4 -0
- pulumi_vsphere/get_ovf_vm_template.py +2 -2
- pulumi_vsphere/ha_vm_override.py +77 -161
- pulumi_vsphere/host_port_group.py +21 -42
- pulumi_vsphere/host_virtual_switch.py +21 -42
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/virtual_machine.py +98 -203
- {pulumi_vsphere-4.16.0a1755845322.dist-info → pulumi_vsphere-4.16.1.dist-info}/METADATA +1 -1
- {pulumi_vsphere-4.16.0a1755845322.dist-info → pulumi_vsphere-4.16.1.dist-info}/RECORD +18 -16
- {pulumi_vsphere-4.16.0a1755845322.dist-info → pulumi_vsphere-4.16.1.dist-info}/WHEEL +0 -0
- {pulumi_vsphere-4.16.0a1755845322.dist-info → pulumi_vsphere-4.16.1.dist-info}/top_level.txt +0 -0
|
@@ -72,8 +72,7 @@ class DistributedPortGroupArgs:
|
|
|
72
72
|
:param pulumi.Input[_builtins.str] distributed_virtual_switch_uuid: The ID of the VDS to add the
|
|
73
73
|
port group to. Forces a new resource if changed.
|
|
74
74
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
75
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
76
|
-
that of its own.
|
|
75
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
77
76
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
78
77
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
79
78
|
:param pulumi.Input[_builtins.bool] auto_expand: Allows the port group to create additional ports
|
|
@@ -125,11 +124,9 @@ class DistributedPortGroupArgs:
|
|
|
125
124
|
:param pulumi.Input[_builtins.bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
126
125
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
127
126
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
128
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
129
|
-
failover_explicit, or loadbalance_loadbased.
|
|
127
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
130
128
|
:param pulumi.Input[_builtins.bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
131
|
-
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
132
|
-
forwarded done by the switch.
|
|
129
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
133
130
|
:param pulumi.Input[_builtins.str] type: The port group type. Can be one of `earlyBinding` (static
|
|
134
131
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
135
132
|
:param pulumi.Input[_builtins.bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
@@ -258,8 +255,7 @@ class DistributedPortGroupArgs:
|
|
|
258
255
|
@pulumi.getter(name="allowForgedTransmits")
|
|
259
256
|
def allow_forged_transmits(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
260
257
|
"""
|
|
261
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
262
|
-
that of its own.
|
|
258
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
263
259
|
"""
|
|
264
260
|
return pulumi.get(self, "allow_forged_transmits")
|
|
265
261
|
|
|
@@ -707,8 +703,7 @@ class DistributedPortGroupArgs:
|
|
|
707
703
|
@pulumi.getter(name="teamingPolicy")
|
|
708
704
|
def teaming_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
709
705
|
"""
|
|
710
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
711
|
-
failover_explicit, or loadbalance_loadbased.
|
|
706
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
712
707
|
"""
|
|
713
708
|
return pulumi.get(self, "teaming_policy")
|
|
714
709
|
|
|
@@ -732,8 +727,7 @@ class DistributedPortGroupArgs:
|
|
|
732
727
|
@pulumi.getter(name="txUplink")
|
|
733
728
|
def tx_uplink(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
734
729
|
"""
|
|
735
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
736
|
-
forwarded done by the switch.
|
|
730
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
737
731
|
"""
|
|
738
732
|
return pulumi.get(self, "tx_uplink")
|
|
739
733
|
|
|
@@ -857,8 +851,7 @@ class _DistributedPortGroupState:
|
|
|
857
851
|
"""
|
|
858
852
|
Input properties used for looking up and filtering DistributedPortGroup resources.
|
|
859
853
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
860
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
861
|
-
that of its own.
|
|
854
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
862
855
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
863
856
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
864
857
|
:param pulumi.Input[_builtins.bool] auto_expand: Allows the port group to create additional ports
|
|
@@ -915,11 +908,9 @@ class _DistributedPortGroupState:
|
|
|
915
908
|
:param pulumi.Input[_builtins.bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
916
909
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
917
910
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
918
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
919
|
-
failover_explicit, or loadbalance_loadbased.
|
|
911
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
920
912
|
:param pulumi.Input[_builtins.bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
921
|
-
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
922
|
-
forwarded done by the switch.
|
|
913
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
923
914
|
:param pulumi.Input[_builtins.str] type: The port group type. Can be one of `earlyBinding` (static
|
|
924
915
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
925
916
|
:param pulumi.Input[_builtins.bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
@@ -1040,8 +1031,7 @@ class _DistributedPortGroupState:
|
|
|
1040
1031
|
@pulumi.getter(name="allowForgedTransmits")
|
|
1041
1032
|
def allow_forged_transmits(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1042
1033
|
"""
|
|
1043
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
1044
|
-
that of its own.
|
|
1034
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
1045
1035
|
"""
|
|
1046
1036
|
return pulumi.get(self, "allow_forged_transmits")
|
|
1047
1037
|
|
|
@@ -1527,8 +1517,7 @@ class _DistributedPortGroupState:
|
|
|
1527
1517
|
@pulumi.getter(name="teamingPolicy")
|
|
1528
1518
|
def teaming_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1529
1519
|
"""
|
|
1530
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1531
|
-
failover_explicit, or loadbalance_loadbased.
|
|
1520
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
1532
1521
|
"""
|
|
1533
1522
|
return pulumi.get(self, "teaming_policy")
|
|
1534
1523
|
|
|
@@ -1552,8 +1541,7 @@ class _DistributedPortGroupState:
|
|
|
1552
1541
|
@pulumi.getter(name="txUplink")
|
|
1553
1542
|
def tx_uplink(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1554
1543
|
"""
|
|
1555
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
1556
|
-
forwarded done by the switch.
|
|
1544
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
1557
1545
|
"""
|
|
1558
1546
|
return pulumi.get(self, "tx_uplink")
|
|
1559
1547
|
|
|
@@ -1822,8 +1810,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1822
1810
|
:param str resource_name: The name of the resource.
|
|
1823
1811
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
1824
1812
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
1825
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
1826
|
-
that of its own.
|
|
1813
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
1827
1814
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
1828
1815
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
1829
1816
|
:param pulumi.Input[_builtins.bool] auto_expand: Allows the port group to create additional ports
|
|
@@ -1877,11 +1864,9 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
1877
1864
|
:param pulumi.Input[_builtins.bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
1878
1865
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
1879
1866
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
1880
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1881
|
-
failover_explicit, or loadbalance_loadbased.
|
|
1867
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
1882
1868
|
:param pulumi.Input[_builtins.bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
1883
|
-
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
1884
|
-
forwarded done by the switch.
|
|
1869
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
1885
1870
|
:param pulumi.Input[_builtins.str] type: The port group type. Can be one of `earlyBinding` (static
|
|
1886
1871
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
1887
1872
|
:param pulumi.Input[_builtins.bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
@@ -2224,8 +2209,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2224
2209
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
2225
2210
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
2226
2211
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
2227
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
2228
|
-
that of its own.
|
|
2212
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
2229
2213
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
2230
2214
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
2231
2215
|
:param pulumi.Input[_builtins.bool] auto_expand: Allows the port group to create additional ports
|
|
@@ -2282,11 +2266,9 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2282
2266
|
:param pulumi.Input[_builtins.bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
|
|
2283
2267
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
2284
2268
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
2285
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
2286
|
-
failover_explicit, or loadbalance_loadbased.
|
|
2269
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
2287
2270
|
:param pulumi.Input[_builtins.bool] traffic_filter_override_allowed: Allow any filter policies set on the individual port to override those in the portgroup.
|
|
2288
|
-
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
2289
|
-
forwarded done by the switch.
|
|
2271
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
2290
2272
|
:param pulumi.Input[_builtins.str] type: The port group type. Can be one of `earlyBinding` (static
|
|
2291
2273
|
binding) or `ephemeral`. Default: `earlyBinding`.
|
|
2292
2274
|
:param pulumi.Input[_builtins.bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
|
|
@@ -2360,8 +2342,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2360
2342
|
@pulumi.getter(name="allowForgedTransmits")
|
|
2361
2343
|
def allow_forged_transmits(self) -> pulumi.Output[_builtins.bool]:
|
|
2362
2344
|
"""
|
|
2363
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
2364
|
-
that of its own.
|
|
2345
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
2365
2346
|
"""
|
|
2366
2347
|
return pulumi.get(self, "allow_forged_transmits")
|
|
2367
2348
|
|
|
@@ -2691,8 +2672,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2691
2672
|
@pulumi.getter(name="teamingPolicy")
|
|
2692
2673
|
def teaming_policy(self) -> pulumi.Output[_builtins.str]:
|
|
2693
2674
|
"""
|
|
2694
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
2695
|
-
failover_explicit, or loadbalance_loadbased.
|
|
2675
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
2696
2676
|
"""
|
|
2697
2677
|
return pulumi.get(self, "teaming_policy")
|
|
2698
2678
|
|
|
@@ -2708,8 +2688,7 @@ class DistributedPortGroup(pulumi.CustomResource):
|
|
|
2708
2688
|
@pulumi.getter(name="txUplink")
|
|
2709
2689
|
def tx_uplink(self) -> pulumi.Output[_builtins.bool]:
|
|
2710
2690
|
"""
|
|
2711
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
2712
|
-
forwarded done by the switch.
|
|
2691
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
2713
2692
|
"""
|
|
2714
2693
|
return pulumi.get(self, "tx_uplink")
|
|
2715
2694
|
|
|
@@ -120,8 +120,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
120
120
|
:param pulumi.Input[_builtins.str] datacenter_id: The ID of the datacenter where the VDS will be
|
|
121
121
|
created. Forces a new resource if changed.
|
|
122
122
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
123
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
124
|
-
that of its own.
|
|
123
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
125
124
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
126
125
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
127
126
|
:param pulumi.Input[_builtins.int] backupnfc_maximum_mbit: The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
@@ -192,8 +191,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
192
191
|
:param pulumi.Input[_builtins.int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
193
192
|
:param pulumi.Input[_builtins.bool] netflow_internal_flows_only: Whether to limit analysis to traffic that has both source and destination served by the same host.
|
|
194
193
|
:param pulumi.Input[_builtins.int] netflow_observation_domain_id: The observation Domain ID for the netflow collector.
|
|
195
|
-
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
196
|
-
packets are analyzed.
|
|
194
|
+
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
197
195
|
:param pulumi.Input[_builtins.bool] network_resource_control_enabled: Whether or not to enable network resource control, enabling advanced traffic shaping and resource control features.
|
|
198
196
|
:param pulumi.Input[_builtins.str] network_resource_control_version: The network I/O control version to use. Can be one of version2 or version3.
|
|
199
197
|
:param pulumi.Input[_builtins.int] nfs_maximum_mbit: The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
@@ -205,17 +203,14 @@ class DistributedVirtualSwitchArgs:
|
|
|
205
203
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
206
204
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
207
205
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The IDs of any tags to attach to this resource.
|
|
208
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
209
|
-
|
|
210
|
-
:param pulumi.Input[_builtins.
|
|
211
|
-
forwarded done by the switch.
|
|
212
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
213
|
-
across hosts.
|
|
206
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
207
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
208
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
214
209
|
:param pulumi.Input[_builtins.int] vdp_maximum_mbit: The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
215
210
|
:param pulumi.Input[_builtins.int] vdp_reservation_mbit: The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
216
211
|
:param pulumi.Input[_builtins.int] vdp_share_count: The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
217
212
|
:param pulumi.Input[_builtins.str] vdp_share_level: The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
218
|
-
:param pulumi.Input[_builtins.str] version: The version of the VDS.
|
|
213
|
+
:param pulumi.Input[_builtins.str] version: The version of the VDS. By default, a VDS is created
|
|
219
214
|
at the latest version supported by the vSphere version if not specified.
|
|
220
215
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
221
216
|
:param pulumi.Input[_builtins.int] virtualmachine_maximum_mbit: The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
@@ -450,8 +445,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
450
445
|
@pulumi.getter(name="allowForgedTransmits")
|
|
451
446
|
def allow_forged_transmits(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
452
447
|
"""
|
|
453
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
454
|
-
that of its own.
|
|
448
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
455
449
|
"""
|
|
456
450
|
return pulumi.get(self, "allow_forged_transmits")
|
|
457
451
|
|
|
@@ -1160,8 +1154,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1160
1154
|
@pulumi.getter(name="netflowSamplingRate")
|
|
1161
1155
|
def netflow_sampling_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1162
1156
|
"""
|
|
1163
|
-
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
1164
|
-
packets are analyzed.
|
|
1157
|
+
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
1165
1158
|
"""
|
|
1166
1159
|
return pulumi.get(self, "netflow_sampling_rate")
|
|
1167
1160
|
|
|
@@ -1305,8 +1298,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1305
1298
|
@pulumi.getter(name="teamingPolicy")
|
|
1306
1299
|
def teaming_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1307
1300
|
"""
|
|
1308
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1309
|
-
failover_explicit, or loadbalance_loadbased.
|
|
1301
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
1310
1302
|
"""
|
|
1311
1303
|
return pulumi.get(self, "teaming_policy")
|
|
1312
1304
|
|
|
@@ -1318,8 +1310,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1318
1310
|
@pulumi.getter(name="txUplink")
|
|
1319
1311
|
def tx_uplink(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1320
1312
|
"""
|
|
1321
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
1322
|
-
forwarded done by the switch.
|
|
1313
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
1323
1314
|
"""
|
|
1324
1315
|
return pulumi.get(self, "tx_uplink")
|
|
1325
1316
|
|
|
@@ -1331,8 +1322,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1331
1322
|
@pulumi.getter
|
|
1332
1323
|
def uplinks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1333
1324
|
"""
|
|
1334
|
-
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
1335
|
-
across hosts.
|
|
1325
|
+
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
1336
1326
|
"""
|
|
1337
1327
|
return pulumi.get(self, "uplinks")
|
|
1338
1328
|
|
|
@@ -1392,7 +1382,7 @@ class DistributedVirtualSwitchArgs:
|
|
|
1392
1382
|
@pulumi.getter
|
|
1393
1383
|
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1394
1384
|
"""
|
|
1395
|
-
The version of the VDS.
|
|
1385
|
+
The version of the VDS. By default, a VDS is created
|
|
1396
1386
|
at the latest version supported by the vSphere version if not specified.
|
|
1397
1387
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
1398
1388
|
"""
|
|
@@ -1672,8 +1662,7 @@ class _DistributedVirtualSwitchState:
|
|
|
1672
1662
|
"""
|
|
1673
1663
|
Input properties used for looking up and filtering DistributedVirtualSwitch resources.
|
|
1674
1664
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
1675
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
1676
|
-
that of its own.
|
|
1665
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
1677
1666
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
1678
1667
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
1679
1668
|
:param pulumi.Input[_builtins.int] backupnfc_maximum_mbit: The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
@@ -1748,8 +1737,7 @@ class _DistributedVirtualSwitchState:
|
|
|
1748
1737
|
:param pulumi.Input[_builtins.int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
1749
1738
|
:param pulumi.Input[_builtins.bool] netflow_internal_flows_only: Whether to limit analysis to traffic that has both source and destination served by the same host.
|
|
1750
1739
|
:param pulumi.Input[_builtins.int] netflow_observation_domain_id: The observation Domain ID for the netflow collector.
|
|
1751
|
-
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
1752
|
-
packets are analyzed.
|
|
1740
|
+
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
1753
1741
|
:param pulumi.Input[_builtins.bool] network_resource_control_enabled: Whether or not to enable network resource control, enabling advanced traffic shaping and resource control features.
|
|
1754
1742
|
:param pulumi.Input[_builtins.str] network_resource_control_version: The network I/O control version to use. Can be one of version2 or version3.
|
|
1755
1743
|
:param pulumi.Input[_builtins.int] nfs_maximum_mbit: The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
@@ -1761,17 +1749,14 @@ class _DistributedVirtualSwitchState:
|
|
|
1761
1749
|
:param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
1762
1750
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
1763
1751
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The IDs of any tags to attach to this resource.
|
|
1764
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
1765
|
-
|
|
1766
|
-
:param pulumi.Input[_builtins.
|
|
1767
|
-
forwarded done by the switch.
|
|
1768
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
1769
|
-
across hosts.
|
|
1752
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
1753
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
1754
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
1770
1755
|
:param pulumi.Input[_builtins.int] vdp_maximum_mbit: The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
1771
1756
|
:param pulumi.Input[_builtins.int] vdp_reservation_mbit: The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
1772
1757
|
:param pulumi.Input[_builtins.int] vdp_share_count: The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
1773
1758
|
:param pulumi.Input[_builtins.str] vdp_share_level: The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
1774
|
-
:param pulumi.Input[_builtins.str] version: The version of the VDS.
|
|
1759
|
+
:param pulumi.Input[_builtins.str] version: The version of the VDS. By default, a VDS is created
|
|
1775
1760
|
at the latest version supported by the vSphere version if not specified.
|
|
1776
1761
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
1777
1762
|
:param pulumi.Input[_builtins.int] virtualmachine_maximum_mbit: The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
@@ -1996,8 +1981,7 @@ class _DistributedVirtualSwitchState:
|
|
|
1996
1981
|
@pulumi.getter(name="allowForgedTransmits")
|
|
1997
1982
|
def allow_forged_transmits(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1998
1983
|
"""
|
|
1999
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
2000
|
-
that of its own.
|
|
1984
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
2001
1985
|
"""
|
|
2002
1986
|
return pulumi.get(self, "allow_forged_transmits")
|
|
2003
1987
|
|
|
@@ -2732,8 +2716,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2732
2716
|
@pulumi.getter(name="netflowSamplingRate")
|
|
2733
2717
|
def netflow_sampling_rate(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2734
2718
|
"""
|
|
2735
|
-
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
2736
|
-
packets are analyzed.
|
|
2719
|
+
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
2737
2720
|
"""
|
|
2738
2721
|
return pulumi.get(self, "netflow_sampling_rate")
|
|
2739
2722
|
|
|
@@ -2877,8 +2860,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2877
2860
|
@pulumi.getter(name="teamingPolicy")
|
|
2878
2861
|
def teaming_policy(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2879
2862
|
"""
|
|
2880
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
2881
|
-
failover_explicit, or loadbalance_loadbased.
|
|
2863
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
2882
2864
|
"""
|
|
2883
2865
|
return pulumi.get(self, "teaming_policy")
|
|
2884
2866
|
|
|
@@ -2890,8 +2872,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2890
2872
|
@pulumi.getter(name="txUplink")
|
|
2891
2873
|
def tx_uplink(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2892
2874
|
"""
|
|
2893
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
2894
|
-
forwarded done by the switch.
|
|
2875
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
2895
2876
|
"""
|
|
2896
2877
|
return pulumi.get(self, "tx_uplink")
|
|
2897
2878
|
|
|
@@ -2903,8 +2884,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2903
2884
|
@pulumi.getter
|
|
2904
2885
|
def uplinks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2905
2886
|
"""
|
|
2906
|
-
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
2907
|
-
across hosts.
|
|
2887
|
+
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
2908
2888
|
"""
|
|
2909
2889
|
return pulumi.get(self, "uplinks")
|
|
2910
2890
|
|
|
@@ -2964,7 +2944,7 @@ class _DistributedVirtualSwitchState:
|
|
|
2964
2944
|
@pulumi.getter
|
|
2965
2945
|
def version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2966
2946
|
"""
|
|
2967
|
-
The version of the VDS.
|
|
2947
|
+
The version of the VDS. By default, a VDS is created
|
|
2968
2948
|
at the latest version supported by the vSphere version if not specified.
|
|
2969
2949
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
2970
2950
|
"""
|
|
@@ -3378,8 +3358,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3378
3358
|
:param str resource_name: The name of the resource.
|
|
3379
3359
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
3380
3360
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
3381
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
3382
|
-
that of its own.
|
|
3361
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
3383
3362
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
3384
3363
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
3385
3364
|
:param pulumi.Input[_builtins.int] backupnfc_maximum_mbit: The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
@@ -3452,8 +3431,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3452
3431
|
:param pulumi.Input[_builtins.int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
3453
3432
|
:param pulumi.Input[_builtins.bool] netflow_internal_flows_only: Whether to limit analysis to traffic that has both source and destination served by the same host.
|
|
3454
3433
|
:param pulumi.Input[_builtins.int] netflow_observation_domain_id: The observation Domain ID for the netflow collector.
|
|
3455
|
-
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
3456
|
-
packets are analyzed.
|
|
3434
|
+
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
3457
3435
|
:param pulumi.Input[_builtins.bool] network_resource_control_enabled: Whether or not to enable network resource control, enabling advanced traffic shaping and resource control features.
|
|
3458
3436
|
:param pulumi.Input[_builtins.str] network_resource_control_version: The network I/O control version to use. Can be one of version2 or version3.
|
|
3459
3437
|
:param pulumi.Input[_builtins.int] nfs_maximum_mbit: The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
@@ -3465,17 +3443,14 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3465
3443
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
3466
3444
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
3467
3445
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The IDs of any tags to attach to this resource.
|
|
3468
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
3469
|
-
|
|
3470
|
-
:param pulumi.Input[_builtins.
|
|
3471
|
-
forwarded done by the switch.
|
|
3472
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
3473
|
-
across hosts.
|
|
3446
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
3447
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
3448
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
3474
3449
|
:param pulumi.Input[_builtins.int] vdp_maximum_mbit: The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
3475
3450
|
:param pulumi.Input[_builtins.int] vdp_reservation_mbit: The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
3476
3451
|
:param pulumi.Input[_builtins.int] vdp_share_count: The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
3477
3452
|
:param pulumi.Input[_builtins.str] vdp_share_level: The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
3478
|
-
:param pulumi.Input[_builtins.str] version: The version of the VDS.
|
|
3453
|
+
:param pulumi.Input[_builtins.str] version: The version of the VDS. By default, a VDS is created
|
|
3479
3454
|
at the latest version supported by the vSphere version if not specified.
|
|
3480
3455
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
3481
3456
|
:param pulumi.Input[_builtins.int] virtualmachine_maximum_mbit: The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
@@ -3958,8 +3933,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
3958
3933
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
3959
3934
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
3960
3935
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] active_uplinks: List of active uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
3961
|
-
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
3962
|
-
that of its own.
|
|
3936
|
+
:param pulumi.Input[_builtins.bool] allow_forged_transmits: Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
3963
3937
|
:param pulumi.Input[_builtins.bool] allow_mac_changes: Controls whether or not the Media Access Control (MAC) address can be changed.
|
|
3964
3938
|
:param pulumi.Input[_builtins.bool] allow_promiscuous: Enable promiscuous mode on the network. This flag indicates whether or not all traffic is seen on a given port.
|
|
3965
3939
|
:param pulumi.Input[_builtins.int] backupnfc_maximum_mbit: The maximum allowed usage for the backupNfc traffic class, in Mbits/sec.
|
|
@@ -4034,8 +4008,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4034
4008
|
:param pulumi.Input[_builtins.int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
|
|
4035
4009
|
:param pulumi.Input[_builtins.bool] netflow_internal_flows_only: Whether to limit analysis to traffic that has both source and destination served by the same host.
|
|
4036
4010
|
:param pulumi.Input[_builtins.int] netflow_observation_domain_id: The observation Domain ID for the netflow collector.
|
|
4037
|
-
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
4038
|
-
packets are analyzed.
|
|
4011
|
+
:param pulumi.Input[_builtins.int] netflow_sampling_rate: The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
4039
4012
|
:param pulumi.Input[_builtins.bool] network_resource_control_enabled: Whether or not to enable network resource control, enabling advanced traffic shaping and resource control features.
|
|
4040
4013
|
:param pulumi.Input[_builtins.str] network_resource_control_version: The network I/O control version to use. Can be one of version2 or version3.
|
|
4041
4014
|
:param pulumi.Input[_builtins.int] nfs_maximum_mbit: The maximum allowed usage for the nfs traffic class, in Mbits/sec.
|
|
@@ -4047,17 +4020,14 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4047
4020
|
:param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
|
|
4048
4021
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
|
|
4049
4022
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: The IDs of any tags to attach to this resource.
|
|
4050
|
-
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
4051
|
-
|
|
4052
|
-
:param pulumi.Input[_builtins.
|
|
4053
|
-
forwarded done by the switch.
|
|
4054
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
4055
|
-
across hosts.
|
|
4023
|
+
:param pulumi.Input[_builtins.str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
4024
|
+
:param pulumi.Input[_builtins.bool] tx_uplink: If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
4025
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] uplinks: A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
4056
4026
|
:param pulumi.Input[_builtins.int] vdp_maximum_mbit: The maximum allowed usage for the vdp traffic class, in Mbits/sec.
|
|
4057
4027
|
:param pulumi.Input[_builtins.int] vdp_reservation_mbit: The amount of guaranteed bandwidth for the vdp traffic class, in Mbits/sec.
|
|
4058
4028
|
:param pulumi.Input[_builtins.int] vdp_share_count: The amount of shares to allocate to the vdp traffic class for a custom share level.
|
|
4059
4029
|
:param pulumi.Input[_builtins.str] vdp_share_level: The allocation level for the vdp traffic class. Can be one of high, low, normal, or custom.
|
|
4060
|
-
:param pulumi.Input[_builtins.str] version: The version of the VDS.
|
|
4030
|
+
:param pulumi.Input[_builtins.str] version: The version of the VDS. By default, a VDS is created
|
|
4061
4031
|
at the latest version supported by the vSphere version if not specified.
|
|
4062
4032
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
4063
4033
|
:param pulumi.Input[_builtins.int] virtualmachine_maximum_mbit: The maximum allowed usage for the virtualMachine traffic class, in Mbits/sec.
|
|
@@ -4188,8 +4158,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4188
4158
|
@pulumi.getter(name="allowForgedTransmits")
|
|
4189
4159
|
def allow_forged_transmits(self) -> pulumi.Output[_builtins.bool]:
|
|
4190
4160
|
"""
|
|
4191
|
-
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than
|
|
4192
|
-
that of its own.
|
|
4161
|
+
Controls whether or not the virtual network adapter is allowed to send network traffic with a different MAC address than that of its own.
|
|
4193
4162
|
"""
|
|
4194
4163
|
return pulumi.get(self, "allow_forged_transmits")
|
|
4195
4164
|
|
|
@@ -4684,8 +4653,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4684
4653
|
@pulumi.getter(name="netflowSamplingRate")
|
|
4685
4654
|
def netflow_sampling_rate(self) -> pulumi.Output[Optional[_builtins.int]]:
|
|
4686
4655
|
"""
|
|
4687
|
-
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all
|
|
4688
|
-
packets are analyzed.
|
|
4656
|
+
The ratio of total number of packets to the number of packets analyzed. Set to 0 to disable sampling, meaning that all packets are analyzed.
|
|
4689
4657
|
"""
|
|
4690
4658
|
return pulumi.get(self, "netflow_sampling_rate")
|
|
4691
4659
|
|
|
@@ -4781,8 +4749,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4781
4749
|
@pulumi.getter(name="teamingPolicy")
|
|
4782
4750
|
def teaming_policy(self) -> pulumi.Output[_builtins.str]:
|
|
4783
4751
|
"""
|
|
4784
|
-
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
|
|
4785
|
-
failover_explicit, or loadbalance_loadbased.
|
|
4752
|
+
The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid, failover_explicit, or loadbalance_loadbased.
|
|
4786
4753
|
"""
|
|
4787
4754
|
return pulumi.get(self, "teaming_policy")
|
|
4788
4755
|
|
|
@@ -4790,8 +4757,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4790
4757
|
@pulumi.getter(name="txUplink")
|
|
4791
4758
|
def tx_uplink(self) -> pulumi.Output[_builtins.bool]:
|
|
4792
4759
|
"""
|
|
4793
|
-
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet
|
|
4794
|
-
forwarded done by the switch.
|
|
4760
|
+
If true, a copy of packets sent to the switch will always be forwarded to an uplink in addition to the regular packet forwarded done by the switch.
|
|
4795
4761
|
"""
|
|
4796
4762
|
return pulumi.get(self, "tx_uplink")
|
|
4797
4763
|
|
|
@@ -4799,8 +4765,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4799
4765
|
@pulumi.getter
|
|
4800
4766
|
def uplinks(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
4801
4767
|
"""
|
|
4802
|
-
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS
|
|
4803
|
-
across hosts.
|
|
4768
|
+
A list of uplink ports. The contents of this list control both the uplink count and names of the uplinks on the DVS across hosts.
|
|
4804
4769
|
"""
|
|
4805
4770
|
return pulumi.get(self, "uplinks")
|
|
4806
4771
|
|
|
@@ -4840,7 +4805,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
|
|
|
4840
4805
|
@pulumi.getter
|
|
4841
4806
|
def version(self) -> pulumi.Output[_builtins.str]:
|
|
4842
4807
|
"""
|
|
4843
|
-
The version of the VDS.
|
|
4808
|
+
The version of the VDS. By default, a VDS is created
|
|
4844
4809
|
at the latest version supported by the vSphere version if not specified.
|
|
4845
4810
|
A VDS can be upgraded to a newer version, but can not be downgraded.
|
|
4846
4811
|
"""
|