pulumi-vsphere 4.10.3a1723624830__py3-none-any.whl → 4.11.0a1__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.

Files changed (47) hide show
  1. pulumi_vsphere/_inputs.py +6 -12
  2. pulumi_vsphere/_utilities.py +4 -40
  3. pulumi_vsphere/compute_cluster.py +20 -20
  4. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +18 -14
  5. pulumi_vsphere/content_library.py +10 -10
  6. pulumi_vsphere/datacenter.py +28 -7
  7. pulumi_vsphere/datastore_cluster.py +14 -0
  8. pulumi_vsphere/distributed_port_group.py +12 -61
  9. pulumi_vsphere/distributed_virtual_switch.py +43 -22
  10. pulumi_vsphere/entity_permissions.py +38 -59
  11. pulumi_vsphere/folder.py +21 -0
  12. pulumi_vsphere/get_compute_cluster_host_group.py +16 -18
  13. pulumi_vsphere/get_content_library.py +6 -10
  14. pulumi_vsphere/get_content_library_item.py +8 -12
  15. pulumi_vsphere/get_datastore.py +9 -9
  16. pulumi_vsphere/get_datastore_stats.py +32 -34
  17. pulumi_vsphere/get_dynamic.py +12 -14
  18. pulumi_vsphere/get_guest_os_customization.py +43 -8
  19. pulumi_vsphere/get_host_base_images.py +6 -6
  20. pulumi_vsphere/get_host_pci_device.py +2 -4
  21. pulumi_vsphere/get_host_thumbprint.py +12 -12
  22. pulumi_vsphere/get_host_vgpu_profile.py +2 -4
  23. pulumi_vsphere/get_license.py +1 -2
  24. pulumi_vsphere/get_network.py +14 -14
  25. pulumi_vsphere/get_resource_pool.py +8 -12
  26. pulumi_vsphere/get_role.py +4 -4
  27. pulumi_vsphere/get_virtual_machine.py +35 -60
  28. pulumi_vsphere/guest_os_customization.py +31 -31
  29. pulumi_vsphere/host_port_group.py +2 -2
  30. pulumi_vsphere/nas_datastore.py +7 -7
  31. pulumi_vsphere/offline_software_depot.py +2 -2
  32. pulumi_vsphere/outputs.py +40 -48
  33. pulumi_vsphere/provider.py +6 -2
  34. pulumi_vsphere/pulumi-plugin.json +1 -1
  35. pulumi_vsphere/resource_pool.py +2 -2
  36. pulumi_vsphere/supervisor.py +30 -134
  37. pulumi_vsphere/virtual_disk.py +30 -38
  38. pulumi_vsphere/virtual_machine.py +32 -32
  39. pulumi_vsphere/virtual_machine_class.py +0 -2
  40. pulumi_vsphere/virtual_machine_snapshot.py +2 -2
  41. pulumi_vsphere/vm_storage_policy.py +67 -67
  42. pulumi_vsphere/vnic.py +93 -89
  43. {pulumi_vsphere-4.10.3a1723624830.dist-info → pulumi_vsphere-4.11.0a1.dist-info}/METADATA +1 -1
  44. pulumi_vsphere-4.11.0a1.dist-info/RECORD +86 -0
  45. {pulumi_vsphere-4.10.3a1723624830.dist-info → pulumi_vsphere-4.11.0a1.dist-info}/WHEEL +1 -1
  46. pulumi_vsphere-4.10.3a1723624830.dist-info/RECORD +0 -86
  47. {pulumi_vsphere-4.10.3a1723624830.dist-info → pulumi_vsphere-4.11.0a1.dist-info}/top_level.txt +0 -0
@@ -81,14 +81,7 @@ class DistributedPortGroupArgs:
81
81
  :param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
82
82
  :param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
83
83
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
84
- <<<<<<< HEAD
85
- value string to set for port group. See [here][docs-setting-custom-attributes]
86
- for a reference on how to set values for custom attributes.
87
-
88
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
89
- =======
90
84
  value string to set for port group.
91
- >>>>>>> 69c6e040 (fork)
92
85
 
93
86
  > **NOTE:** Custom attributes are not supported on direct ESXi host
94
87
  connections and require vCenter Server.
@@ -121,7 +114,7 @@ class DistributedPortGroupArgs:
121
114
  the ports in this port group. See the `portNameFormat` attribute listed
122
115
  [here][ext-vsphere-portname-format] for details on the format syntax.
123
116
 
124
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
117
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
125
118
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
126
119
  :param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
127
120
  :param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
@@ -351,14 +344,7 @@ class DistributedPortGroupArgs:
351
344
  def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
352
345
  """
353
346
  Map of custom attribute ids to attribute
354
- <<<<<<< HEAD
355
- value string to set for port group. See [here][docs-setting-custom-attributes]
356
- for a reference on how to set values for custom attributes.
357
-
358
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
359
- =======
360
347
  value string to set for port group.
361
- >>>>>>> 69c6e040 (fork)
362
348
 
363
349
  > **NOTE:** Custom attributes are not supported on direct ESXi host
364
350
  connections and require vCenter Server.
@@ -644,7 +630,7 @@ class DistributedPortGroupArgs:
644
630
  the ports in this port group. See the `portNameFormat` attribute listed
645
631
  [here][ext-vsphere-portname-format] for details on the format syntax.
646
632
 
647
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
633
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
648
634
  """
649
635
  return pulumi.get(self, "port_name_format")
650
636
 
@@ -882,14 +868,7 @@ class _DistributedPortGroupState:
882
868
  :param pulumi.Input[str] config_version: The current version of the port group configuration,
883
869
  incremented by subsequent updates to the port group.
884
870
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
885
- <<<<<<< HEAD
886
- value string to set for port group. See [here][docs-setting-custom-attributes]
887
- for a reference on how to set values for custom attributes.
888
-
889
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
890
- =======
891
871
  value string to set for port group.
892
- >>>>>>> 69c6e040 (fork)
893
872
 
894
873
  > **NOTE:** Custom attributes are not supported on direct ESXi host
895
874
  connections and require vCenter Server.
@@ -925,7 +904,7 @@ class _DistributedPortGroupState:
925
904
  the ports in this port group. See the `portNameFormat` attribute listed
926
905
  [here][ext-vsphere-portname-format] for details on the format syntax.
927
906
 
928
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
907
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
929
908
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
930
909
  :param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
931
910
  :param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
@@ -1160,14 +1139,7 @@ class _DistributedPortGroupState:
1160
1139
  def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
1161
1140
  """
1162
1141
  Map of custom attribute ids to attribute
1163
- <<<<<<< HEAD
1164
- value string to set for port group. See [here][docs-setting-custom-attributes]
1165
- for a reference on how to set values for custom attributes.
1166
-
1167
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
1168
- =======
1169
1142
  value string to set for port group.
1170
- >>>>>>> 69c6e040 (fork)
1171
1143
 
1172
1144
  > **NOTE:** Custom attributes are not supported on direct ESXi host
1173
1145
  connections and require vCenter Server.
@@ -1478,7 +1450,7 @@ class _DistributedPortGroupState:
1478
1450
  the ports in this port group. See the `portNameFormat` attribute listed
1479
1451
  [here][ext-vsphere-portname-format] for details on the format syntax.
1480
1452
 
1481
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
1453
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
1482
1454
  """
1483
1455
  return pulumi.get(self, "port_name_format")
1484
1456
 
@@ -1696,7 +1668,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1696
1668
  uplink_teaming_override_allowed: Optional[pulumi.Input[bool]] = None,
1697
1669
  vlan_id: Optional[pulumi.Input[int]] = None,
1698
1670
  vlan_override_allowed: Optional[pulumi.Input[bool]] = None,
1699
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedPortGroupVlanRangeArgs', 'DistributedPortGroupVlanRangeArgsDict']]]]] = None,
1671
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]]] = None,
1700
1672
  __props__=None):
1701
1673
  """
1702
1674
  Create a DistributedPortGroup resource with the given unique name, props, and options.
@@ -1717,14 +1689,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1717
1689
  :param pulumi.Input[bool] block_override_allowed: Allow the blocked setting of an individual port to override the setting in the portgroup.
1718
1690
  :param pulumi.Input[bool] check_beacon: Enable beacon probing on the ports this policy applies to.
1719
1691
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
1720
- <<<<<<< HEAD
1721
- value string to set for port group. See [here][docs-setting-custom-attributes]
1722
- for a reference on how to set values for custom attributes.
1723
-
1724
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
1725
- =======
1726
1692
  value string to set for port group.
1727
- >>>>>>> 69c6e040 (fork)
1728
1693
 
1729
1694
  > **NOTE:** Custom attributes are not supported on direct ESXi host
1730
1695
  connections and require vCenter Server.
@@ -1759,7 +1724,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1759
1724
  the ports in this port group. See the `portNameFormat` attribute listed
1760
1725
  [here][ext-vsphere-portname-format] for details on the format syntax.
1761
1726
 
1762
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
1727
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
1763
1728
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
1764
1729
  :param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
1765
1730
  :param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
@@ -1775,7 +1740,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1775
1740
  :param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
1776
1741
  :param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
1777
1742
  :param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
1778
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedPortGroupVlanRangeArgs', 'DistributedPortGroupVlanRangeArgsDict']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
1743
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
1779
1744
  """
1780
1745
  ...
1781
1746
  @overload
@@ -1845,7 +1810,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1845
1810
  uplink_teaming_override_allowed: Optional[pulumi.Input[bool]] = None,
1846
1811
  vlan_id: Optional[pulumi.Input[int]] = None,
1847
1812
  vlan_override_allowed: Optional[pulumi.Input[bool]] = None,
1848
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedPortGroupVlanRangeArgs', 'DistributedPortGroupVlanRangeArgsDict']]]]] = None,
1813
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]]] = None,
1849
1814
  __props__=None):
1850
1815
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
1851
1816
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -1962,7 +1927,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1962
1927
  uplink_teaming_override_allowed: Optional[pulumi.Input[bool]] = None,
1963
1928
  vlan_id: Optional[pulumi.Input[int]] = None,
1964
1929
  vlan_override_allowed: Optional[pulumi.Input[bool]] = None,
1965
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedPortGroupVlanRangeArgs', 'DistributedPortGroupVlanRangeArgsDict']]]]] = None) -> 'DistributedPortGroup':
1930
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]]] = None) -> 'DistributedPortGroup':
1966
1931
  """
1967
1932
  Get an existing DistributedPortGroup resource's state with the given name, id, and optional extra
1968
1933
  properties used to qualify the lookup.
@@ -1987,14 +1952,7 @@ class DistributedPortGroup(pulumi.CustomResource):
1987
1952
  :param pulumi.Input[str] config_version: The current version of the port group configuration,
1988
1953
  incremented by subsequent updates to the port group.
1989
1954
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
1990
- <<<<<<< HEAD
1991
- value string to set for port group. See [here][docs-setting-custom-attributes]
1992
- for a reference on how to set values for custom attributes.
1993
-
1994
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
1995
- =======
1996
1955
  value string to set for port group.
1997
- >>>>>>> 69c6e040 (fork)
1998
1956
 
1999
1957
  > **NOTE:** Custom attributes are not supported on direct ESXi host
2000
1958
  connections and require vCenter Server.
@@ -2030,7 +1988,7 @@ class DistributedPortGroup(pulumi.CustomResource):
2030
1988
  the ports in this port group. See the `portNameFormat` attribute listed
2031
1989
  [here][ext-vsphere-portname-format] for details on the format syntax.
2032
1990
 
2033
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
1991
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
2034
1992
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
2035
1993
  :param pulumi.Input[bool] security_policy_override_allowed: Allow security policy settings on a port to override those on the portgroup.
2036
1994
  :param pulumi.Input[bool] shaping_override_allowed: Allow the traffic shaping policies of an individual port to override the settings in the portgroup.
@@ -2046,7 +2004,7 @@ class DistributedPortGroup(pulumi.CustomResource):
2046
2004
  :param pulumi.Input[bool] uplink_teaming_override_allowed: Allow the uplink teaming policies on a port to override those on the portgroup.
2047
2005
  :param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
2048
2006
  :param pulumi.Input[bool] vlan_override_allowed: Allow the VLAN configuration on a port to override those on the portgroup.
2049
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedPortGroupVlanRangeArgs', 'DistributedPortGroupVlanRangeArgsDict']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
2007
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedPortGroupVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
2050
2008
  """
2051
2009
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
2052
2010
 
@@ -2186,14 +2144,7 @@ class DistributedPortGroup(pulumi.CustomResource):
2186
2144
  def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
2187
2145
  """
2188
2146
  Map of custom attribute ids to attribute
2189
- <<<<<<< HEAD
2190
- value string to set for port group. See [here][docs-setting-custom-attributes]
2191
- for a reference on how to set values for custom attributes.
2192
-
2193
- [docs-setting-custom-attributes]: /docs/providers/vsphere/r/custom_attribute.html#using-custom-attributes-in-a-supported-resource
2194
- =======
2195
2147
  value string to set for port group.
2196
- >>>>>>> 69c6e040 (fork)
2197
2148
 
2198
2149
  > **NOTE:** Custom attributes are not supported on direct ESXi host
2199
2150
  connections and require vCenter Server.
@@ -2404,7 +2355,7 @@ class DistributedPortGroup(pulumi.CustomResource):
2404
2355
  the ports in this port group. See the `portNameFormat` attribute listed
2405
2356
  [here][ext-vsphere-portname-format] for details on the format syntax.
2406
2357
 
2407
- [ext-vsphere-portname-format]: https://developer.broadcom.com/xapis/virtual-infrastructure-json-api/latest/data-structures/DVPortgroupConfigInfo/
2358
+ [ext-vsphere-portname-format]: https://vdc-download.vmware.com/vmwb-repository/dcr-public/b50dcbbf-051d-4204-a3e7-e1b618c1e384/538cf2ec-b34f-4bae-a332-3820ef9e7773/vim.dvs.DistributedVirtualPortgroup.ConfigInfo.html#portNameFormat
2408
2359
  """
2409
2360
  return pulumi.get(self, "port_name_format")
2410
2361
 
@@ -181,7 +181,8 @@ class DistributedVirtualSwitchArgs:
181
181
  with the VDS. Can be one of `legacyFiltering` or `snooping`.
182
182
  :param pulumi.Input[str] name: The name of the VDS.
183
183
  :param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
184
- :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
184
+ :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
185
+ later.
185
186
  :param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
186
187
  :param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
187
188
  :param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
@@ -200,6 +201,8 @@ class DistributedVirtualSwitchArgs:
200
201
  :param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
201
202
  :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
202
203
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
204
+
205
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
203
206
  :param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
204
207
  failover_explicit, or loadbalance_loadbased.
205
208
  :param pulumi.Input[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
@@ -1083,7 +1086,8 @@ class DistributedVirtualSwitchArgs:
1083
1086
  @pulumi.getter(name="netflowCollectorIpAddress")
1084
1087
  def netflow_collector_ip_address(self) -> Optional[pulumi.Input[str]]:
1085
1088
  """
1086
- IP address for the netflow collector, using IPv4 or IPv6.
1089
+ IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
1090
+ later.
1087
1091
  """
1088
1092
  return pulumi.get(self, "netflow_collector_ip_address")
1089
1093
 
@@ -1289,6 +1293,8 @@ class DistributedVirtualSwitchArgs:
1289
1293
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1290
1294
  """
1291
1295
  The IDs of any tags to attach to this resource.
1296
+
1297
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
1292
1298
  """
1293
1299
  return pulumi.get(self, "tags")
1294
1300
 
@@ -1737,7 +1743,8 @@ class _DistributedVirtualSwitchState:
1737
1743
  with the VDS. Can be one of `legacyFiltering` or `snooping`.
1738
1744
  :param pulumi.Input[str] name: The name of the VDS.
1739
1745
  :param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
1740
- :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
1746
+ :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
1747
+ later.
1741
1748
  :param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
1742
1749
  :param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
1743
1750
  :param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
@@ -1756,6 +1763,8 @@ class _DistributedVirtualSwitchState:
1756
1763
  :param pulumi.Input[Sequence[pulumi.Input['DistributedVirtualSwitchPvlanMappingArgs']]] pvlan_mappings: A private VLAN (PVLAN) mapping.
1757
1764
  :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
1758
1765
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
1766
+
1767
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
1759
1768
  :param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
1760
1769
  failover_explicit, or loadbalance_loadbased.
1761
1770
  :param pulumi.Input[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
@@ -2655,7 +2664,8 @@ class _DistributedVirtualSwitchState:
2655
2664
  @pulumi.getter(name="netflowCollectorIpAddress")
2656
2665
  def netflow_collector_ip_address(self) -> Optional[pulumi.Input[str]]:
2657
2666
  """
2658
- IP address for the netflow collector, using IPv4 or IPv6.
2667
+ IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
2668
+ later.
2659
2669
  """
2660
2670
  return pulumi.get(self, "netflow_collector_ip_address")
2661
2671
 
@@ -2861,6 +2871,8 @@ class _DistributedVirtualSwitchState:
2861
2871
  def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2862
2872
  """
2863
2873
  The IDs of any tags to attach to this resource.
2874
+
2875
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
2864
2876
  """
2865
2877
  return pulumi.get(self, "tags")
2866
2878
 
@@ -3173,7 +3185,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3173
3185
  hbr_reservation_mbit: Optional[pulumi.Input[int]] = None,
3174
3186
  hbr_share_count: Optional[pulumi.Input[int]] = None,
3175
3187
  hbr_share_level: Optional[pulumi.Input[str]] = None,
3176
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchHostArgs', 'DistributedVirtualSwitchHostArgsDict']]]]] = None,
3188
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchHostArgs']]]]] = None,
3177
3189
  ignore_other_pvlan_mappings: Optional[pulumi.Input[bool]] = None,
3178
3190
  ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None,
3179
3191
  ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None,
@@ -3212,7 +3224,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3212
3224
  nfs_share_level: Optional[pulumi.Input[str]] = None,
3213
3225
  notify_switches: Optional[pulumi.Input[bool]] = None,
3214
3226
  port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None,
3215
- pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]]] = None,
3227
+ pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]]] = None,
3216
3228
  standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3217
3229
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3218
3230
  teaming_policy: Optional[pulumi.Input[str]] = None,
@@ -3228,7 +3240,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3228
3240
  virtualmachine_share_count: Optional[pulumi.Input[int]] = None,
3229
3241
  virtualmachine_share_level: Optional[pulumi.Input[str]] = None,
3230
3242
  vlan_id: Optional[pulumi.Input[int]] = None,
3231
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchVlanRangeArgs', 'DistributedVirtualSwitchVlanRangeArgsDict']]]]] = None,
3243
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchVlanRangeArgs']]]]] = None,
3232
3244
  vmotion_maximum_mbit: Optional[pulumi.Input[int]] = None,
3233
3245
  vmotion_reservation_mbit: Optional[pulumi.Input[int]] = None,
3234
3246
  vmotion_share_count: Optional[pulumi.Input[int]] = None,
@@ -3281,7 +3293,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3281
3293
  :param pulumi.Input[int] hbr_reservation_mbit: The amount of guaranteed bandwidth for the hbr traffic class, in Mbits/sec.
3282
3294
  :param pulumi.Input[int] hbr_share_count: The amount of shares to allocate to the hbr traffic class for a custom share level.
3283
3295
  :param pulumi.Input[str] hbr_share_level: The allocation level for the hbr traffic class. Can be one of high, low, normal, or custom.
3284
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchHostArgs', 'DistributedVirtualSwitchHostArgsDict']]]] hosts: A host member specification.
3296
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchHostArgs']]]] hosts: A host member specification.
3285
3297
  :param pulumi.Input[bool] ignore_other_pvlan_mappings: Whether to ignore existing PVLAN mappings not managed by this resource. Defaults to false.
3286
3298
  :param pulumi.Input[int] ingress_shaping_average_bandwidth: The average ingress bandwidth in bits per second if ingress shaping is enabled on the port.
3287
3299
  :param pulumi.Input[int] ingress_shaping_burst_size: The maximum ingress burst size allowed in bytes if ingress shaping is enabled on the port.
@@ -3311,7 +3323,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3311
3323
  with the VDS. Can be one of `legacyFiltering` or `snooping`.
3312
3324
  :param pulumi.Input[str] name: The name of the VDS.
3313
3325
  :param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
3314
- :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
3326
+ :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
3327
+ later.
3315
3328
  :param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
3316
3329
  :param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
3317
3330
  :param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
@@ -3327,9 +3340,11 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3327
3340
  :param pulumi.Input[str] nfs_share_level: The allocation level for the nfs traffic class. Can be one of high, low, normal, or custom.
3328
3341
  :param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
3329
3342
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
3330
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
3343
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
3331
3344
  :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
3332
3345
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
3346
+
3347
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
3333
3348
  :param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
3334
3349
  failover_explicit, or loadbalance_loadbased.
3335
3350
  :param pulumi.Input[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
@@ -3348,7 +3363,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3348
3363
  :param pulumi.Input[int] virtualmachine_share_count: The amount of shares to allocate to the virtualMachine traffic class for a custom share level.
3349
3364
  :param pulumi.Input[str] virtualmachine_share_level: The allocation level for the virtualMachine traffic class. Can be one of high, low, normal, or custom.
3350
3365
  :param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3351
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchVlanRangeArgs', 'DistributedVirtualSwitchVlanRangeArgsDict']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3366
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3352
3367
  :param pulumi.Input[int] vmotion_maximum_mbit: The maximum allowed usage for the vmotion traffic class, in Mbits/sec.
3353
3368
  :param pulumi.Input[int] vmotion_reservation_mbit: The amount of guaranteed bandwidth for the vmotion traffic class, in Mbits/sec.
3354
3369
  :param pulumi.Input[int] vmotion_share_count: The amount of shares to allocate to the vmotion traffic class for a custom share level.
@@ -3411,7 +3426,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3411
3426
  hbr_reservation_mbit: Optional[pulumi.Input[int]] = None,
3412
3427
  hbr_share_count: Optional[pulumi.Input[int]] = None,
3413
3428
  hbr_share_level: Optional[pulumi.Input[str]] = None,
3414
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchHostArgs', 'DistributedVirtualSwitchHostArgsDict']]]]] = None,
3429
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchHostArgs']]]]] = None,
3415
3430
  ignore_other_pvlan_mappings: Optional[pulumi.Input[bool]] = None,
3416
3431
  ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None,
3417
3432
  ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None,
@@ -3450,7 +3465,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3450
3465
  nfs_share_level: Optional[pulumi.Input[str]] = None,
3451
3466
  notify_switches: Optional[pulumi.Input[bool]] = None,
3452
3467
  port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None,
3453
- pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]]] = None,
3468
+ pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]]] = None,
3454
3469
  standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3455
3470
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3456
3471
  teaming_policy: Optional[pulumi.Input[str]] = None,
@@ -3466,7 +3481,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3466
3481
  virtualmachine_share_count: Optional[pulumi.Input[int]] = None,
3467
3482
  virtualmachine_share_level: Optional[pulumi.Input[str]] = None,
3468
3483
  vlan_id: Optional[pulumi.Input[int]] = None,
3469
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchVlanRangeArgs', 'DistributedVirtualSwitchVlanRangeArgsDict']]]]] = None,
3484
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchVlanRangeArgs']]]]] = None,
3470
3485
  vmotion_maximum_mbit: Optional[pulumi.Input[int]] = None,
3471
3486
  vmotion_reservation_mbit: Optional[pulumi.Input[int]] = None,
3472
3487
  vmotion_share_count: Optional[pulumi.Input[int]] = None,
@@ -3622,7 +3637,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3622
3637
  hbr_reservation_mbit: Optional[pulumi.Input[int]] = None,
3623
3638
  hbr_share_count: Optional[pulumi.Input[int]] = None,
3624
3639
  hbr_share_level: Optional[pulumi.Input[str]] = None,
3625
- hosts: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchHostArgs', 'DistributedVirtualSwitchHostArgsDict']]]]] = None,
3640
+ hosts: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchHostArgs']]]]] = None,
3626
3641
  ignore_other_pvlan_mappings: Optional[pulumi.Input[bool]] = None,
3627
3642
  ingress_shaping_average_bandwidth: Optional[pulumi.Input[int]] = None,
3628
3643
  ingress_shaping_burst_size: Optional[pulumi.Input[int]] = None,
@@ -3661,7 +3676,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3661
3676
  nfs_share_level: Optional[pulumi.Input[str]] = None,
3662
3677
  notify_switches: Optional[pulumi.Input[bool]] = None,
3663
3678
  port_private_secondary_vlan_id: Optional[pulumi.Input[int]] = None,
3664
- pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]]] = None,
3679
+ pvlan_mappings: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]]] = None,
3665
3680
  standby_uplinks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3666
3681
  tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
3667
3682
  teaming_policy: Optional[pulumi.Input[str]] = None,
@@ -3677,7 +3692,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3677
3692
  virtualmachine_share_count: Optional[pulumi.Input[int]] = None,
3678
3693
  virtualmachine_share_level: Optional[pulumi.Input[str]] = None,
3679
3694
  vlan_id: Optional[pulumi.Input[int]] = None,
3680
- vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchVlanRangeArgs', 'DistributedVirtualSwitchVlanRangeArgsDict']]]]] = None,
3695
+ vlan_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchVlanRangeArgs']]]]] = None,
3681
3696
  vmotion_maximum_mbit: Optional[pulumi.Input[int]] = None,
3682
3697
  vmotion_reservation_mbit: Optional[pulumi.Input[int]] = None,
3683
3698
  vmotion_share_count: Optional[pulumi.Input[int]] = None,
@@ -3734,7 +3749,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3734
3749
  :param pulumi.Input[int] hbr_reservation_mbit: The amount of guaranteed bandwidth for the hbr traffic class, in Mbits/sec.
3735
3750
  :param pulumi.Input[int] hbr_share_count: The amount of shares to allocate to the hbr traffic class for a custom share level.
3736
3751
  :param pulumi.Input[str] hbr_share_level: The allocation level for the hbr traffic class. Can be one of high, low, normal, or custom.
3737
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchHostArgs', 'DistributedVirtualSwitchHostArgsDict']]]] hosts: A host member specification.
3752
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchHostArgs']]]] hosts: A host member specification.
3738
3753
  :param pulumi.Input[bool] ignore_other_pvlan_mappings: Whether to ignore existing PVLAN mappings not managed by this resource. Defaults to false.
3739
3754
  :param pulumi.Input[int] ingress_shaping_average_bandwidth: The average ingress bandwidth in bits per second if ingress shaping is enabled on the port.
3740
3755
  :param pulumi.Input[int] ingress_shaping_burst_size: The maximum ingress burst size allowed in bytes if ingress shaping is enabled on the port.
@@ -3764,7 +3779,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3764
3779
  with the VDS. Can be one of `legacyFiltering` or `snooping`.
3765
3780
  :param pulumi.Input[str] name: The name of the VDS.
3766
3781
  :param pulumi.Input[int] netflow_active_flow_timeout: The number of seconds after which active flows are forced to be exported to the collector.
3767
- :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6.
3782
+ :param pulumi.Input[str] netflow_collector_ip_address: IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
3783
+ later.
3768
3784
  :param pulumi.Input[int] netflow_collector_port: The port for the netflow collector.
3769
3785
  :param pulumi.Input[bool] netflow_enabled: Indicates whether to enable netflow on all ports.
3770
3786
  :param pulumi.Input[int] netflow_idle_flow_timeout: The number of seconds after which idle flows are forced to be exported to the collector.
@@ -3780,9 +3796,11 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3780
3796
  :param pulumi.Input[str] nfs_share_level: The allocation level for the nfs traffic class. Can be one of high, low, normal, or custom.
3781
3797
  :param pulumi.Input[bool] notify_switches: If true, the teaming policy will notify the broadcast network of a NIC failover, triggering cache updates.
3782
3798
  :param pulumi.Input[int] port_private_secondary_vlan_id: The secondary VLAN ID for this port.
3783
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchPvlanMappingArgs', 'DistributedVirtualSwitchPvlanMappingArgsDict']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
3799
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchPvlanMappingArgs']]]] pvlan_mappings: A private VLAN (PVLAN) mapping.
3784
3800
  :param pulumi.Input[Sequence[pulumi.Input[str]]] standby_uplinks: List of standby uplinks used for load balancing, matching the names of the uplinks assigned in the DVS.
3785
3801
  :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
3802
+
3803
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
3786
3804
  :param pulumi.Input[str] teaming_policy: The network adapter teaming policy. Can be one of loadbalance_ip, loadbalance_srcmac, loadbalance_srcid,
3787
3805
  failover_explicit, or loadbalance_loadbased.
3788
3806
  :param pulumi.Input[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
@@ -3801,7 +3819,7 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3801
3819
  :param pulumi.Input[int] virtualmachine_share_count: The amount of shares to allocate to the virtualMachine traffic class for a custom share level.
3802
3820
  :param pulumi.Input[str] virtualmachine_share_level: The allocation level for the virtualMachine traffic class. Can be one of high, low, normal, or custom.
3803
3821
  :param pulumi.Input[int] vlan_id: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3804
- :param pulumi.Input[Sequence[pulumi.Input[Union['DistributedVirtualSwitchVlanRangeArgs', 'DistributedVirtualSwitchVlanRangeArgsDict']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3822
+ :param pulumi.Input[Sequence[pulumi.Input[pulumi.InputType['DistributedVirtualSwitchVlanRangeArgs']]]] vlan_ranges: The VLAN ID for single VLAN mode. 0 denotes no VLAN.
3805
3823
  :param pulumi.Input[int] vmotion_maximum_mbit: The maximum allowed usage for the vmotion traffic class, in Mbits/sec.
3806
3824
  :param pulumi.Input[int] vmotion_reservation_mbit: The amount of guaranteed bandwidth for the vmotion traffic class, in Mbits/sec.
3807
3825
  :param pulumi.Input[int] vmotion_share_count: The amount of shares to allocate to the vmotion traffic class for a custom share level.
@@ -4372,7 +4390,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
4372
4390
  @pulumi.getter(name="netflowCollectorIpAddress")
4373
4391
  def netflow_collector_ip_address(self) -> pulumi.Output[Optional[str]]:
4374
4392
  """
4375
- IP address for the netflow collector, using IPv4 or IPv6.
4393
+ IP address for the netflow collector, using IPv4 or IPv6. IPv6 is supported in vSphere Distributed Switch Version 6.0 or
4394
+ later.
4376
4395
  """
4377
4396
  return pulumi.get(self, "netflow_collector_ip_address")
4378
4397
 
@@ -4510,6 +4529,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
4510
4529
  def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
4511
4530
  """
4512
4531
  The IDs of any tags to attach to this resource.
4532
+
4533
+ > **NOTE:** Tagging support requires vCenter Server 6.0 or higher.
4513
4534
  """
4514
4535
  return pulumi.get(self, "tags")
4515
4536