pulumi-vsphere 4.13.0a1734503376__tar.gz → 4.17.0a1765953866__tar.gz

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 (96) hide show
  1. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/PKG-INFO +4 -4
  2. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/__init__.py +21 -1
  3. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/_inputs.py +1174 -1174
  4. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/_utilities.py +9 -5
  5. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster.py +1230 -1488
  6. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_host_group.py +124 -53
  7. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
  8. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
  9. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
  10. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_vm_group.py +58 -53
  11. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/compute_cluster_vm_host_rule.py +250 -121
  12. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/config/__init__.py +2 -1
  13. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/config/__init__.pyi +2 -2
  14. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/config/vars.py +15 -15
  15. pulumi_vsphere-4.17.0a1765953866/pulumi_vsphere/configuration_profile.py +286 -0
  16. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/content_library.py +64 -59
  17. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/content_library_item.py +109 -104
  18. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/custom_attribute.py +43 -38
  19. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/datacenter.py +80 -79
  20. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/datastore_cluster.py +533 -479
  21. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
  22. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/distributed_port_group.py +806 -871
  23. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/distributed_virtual_switch.py +1597 -1627
  24. pulumi_vsphere-4.17.0a1765953866/pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +294 -0
  25. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/dpm_host_override.py +161 -72
  26. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/drs_vm_override.py +171 -72
  27. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/entity_permissions.py +40 -39
  28. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/file.py +148 -162
  29. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/folder.py +104 -99
  30. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_compute_cluster.py +18 -18
  31. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
  32. pulumi_vsphere-4.17.0a1765953866/pulumi_vsphere/get_configuration_profile.py +145 -0
  33. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_content_library.py +10 -10
  34. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_content_library_item.py +22 -22
  35. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_custom_attribute.py +12 -12
  36. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_datacenter.py +12 -12
  37. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_datastore.py +22 -22
  38. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_datastore_cluster.py +19 -19
  39. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_datastore_stats.py +22 -26
  40. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
  41. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_dynamic.py +22 -26
  42. pulumi_vsphere-4.17.0a1765953866/pulumi_vsphere/get_folder.py +249 -0
  43. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_guest_os_customization.py +74 -21
  44. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_host.py +18 -18
  45. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_host_base_images.py +6 -6
  46. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_host_pci_device.py +30 -30
  47. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_host_thumbprint.py +22 -22
  48. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_host_vgpu_profile.py +17 -17
  49. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_license.py +26 -24
  50. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_network.py +80 -29
  51. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_ovf_vm_template.py +126 -126
  52. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_policy.py +10 -10
  53. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_resource_pool.py +79 -28
  54. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_role.py +26 -26
  55. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_tag.py +18 -18
  56. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_tag_category.py +16 -16
  57. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_vapp_container.py +16 -16
  58. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_virtual_machine.py +287 -268
  59. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/get_vmfs_disks.py +24 -24
  60. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/guest_os_customization.py +75 -74
  61. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/ha_vm_override.py +297 -376
  62. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/host.py +304 -249
  63. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/host_port_group.py +323 -343
  64. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/host_virtual_switch.py +471 -391
  65. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/license.py +125 -84
  66. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/nas_datastore.py +324 -261
  67. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/offline_software_depot.py +26 -21
  68. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/outputs.py +1004 -971
  69. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/provider.py +165 -146
  70. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/pulumi-plugin.json +1 -1
  71. pulumi_vsphere-4.17.0a1765953866/pulumi_vsphere/resource_pool.py +1197 -0
  72. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/role.py +46 -45
  73. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/storage_drs_vm_override.py +94 -89
  74. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/supervisor.py +272 -175
  75. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/tag.py +60 -55
  76. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/tag_category.py +77 -72
  77. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/vapp_container.py +264 -259
  78. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/vapp_entity.py +179 -174
  79. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/virtual_disk.py +137 -132
  80. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/virtual_machine.py +1360 -1430
  81. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/virtual_machine_class.py +109 -108
  82. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/virtual_machine_snapshot.py +126 -125
  83. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/vm_storage_policy.py +40 -39
  84. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/vmfs_datastore.py +189 -184
  85. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/vnic.py +145 -144
  86. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere.egg-info/PKG-INFO +4 -4
  87. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere.egg-info/SOURCES.txt +3 -0
  88. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere.egg-info/requires.txt +2 -2
  89. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pyproject.toml +2 -2
  90. pulumi_vsphere-4.13.0a1734503376/pulumi_vsphere/get_folder.py +0 -127
  91. pulumi_vsphere-4.13.0a1734503376/pulumi_vsphere/resource_pool.py +0 -870
  92. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/README.md +0 -0
  93. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere/py.typed +0 -0
  94. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  95. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  96. {pulumi_vsphere-4.13.0a1734503376 → pulumi_vsphere-4.17.0a1765953866}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.13.0a1734503376
3
+ Version: 4.17.0a1765953866
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,vsphere
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-vsphere/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-vsphere/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -1,7 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins as _builtins
5
6
  from . import _utilities
6
7
  import typing
7
8
  # Export this package's modules as members:
@@ -12,6 +13,7 @@ from .compute_cluster_vm_anti_affinity_rule import *
12
13
  from .compute_cluster_vm_dependency_rule import *
13
14
  from .compute_cluster_vm_group import *
14
15
  from .compute_cluster_vm_host_rule import *
16
+ from .configuration_profile import *
15
17
  from .content_library import *
16
18
  from .content_library_item import *
17
19
  from .custom_attribute import *
@@ -20,6 +22,7 @@ from .datastore_cluster import *
20
22
  from .datastore_cluster_vm_anti_affinity_rule import *
21
23
  from .distributed_port_group import *
22
24
  from .distributed_virtual_switch import *
25
+ from .distributed_virtual_switch_pvlan_mapping import *
23
26
  from .dpm_host_override import *
24
27
  from .drs_vm_override import *
25
28
  from .entity_permissions import *
@@ -27,6 +30,7 @@ from .file import *
27
30
  from .folder import *
28
31
  from .get_compute_cluster import *
29
32
  from .get_compute_cluster_host_group import *
33
+ from .get_configuration_profile import *
30
34
  from .get_content_library import *
31
35
  from .get_content_library_item import *
32
36
  from .get_custom_attribute import *
@@ -147,6 +151,14 @@ _utilities.register(
147
151
  "vsphere:index/computeClusterVmHostRule:ComputeClusterVmHostRule": "ComputeClusterVmHostRule"
148
152
  }
149
153
  },
154
+ {
155
+ "pkg": "vsphere",
156
+ "mod": "index/configurationProfile",
157
+ "fqn": "pulumi_vsphere",
158
+ "classes": {
159
+ "vsphere:index/configurationProfile:ConfigurationProfile": "ConfigurationProfile"
160
+ }
161
+ },
150
162
  {
151
163
  "pkg": "vsphere",
152
164
  "mod": "index/contentLibrary",
@@ -211,6 +223,14 @@ _utilities.register(
211
223
  "vsphere:index/distributedVirtualSwitch:DistributedVirtualSwitch": "DistributedVirtualSwitch"
212
224
  }
213
225
  },
226
+ {
227
+ "pkg": "vsphere",
228
+ "mod": "index/distributedVirtualSwitchPvlanMapping",
229
+ "fqn": "pulumi_vsphere",
230
+ "classes": {
231
+ "vsphere:index/distributedVirtualSwitchPvlanMapping:DistributedVirtualSwitchPvlanMapping": "DistributedVirtualSwitchPvlanMapping"
232
+ }
233
+ },
214
234
  {
215
235
  "pkg": "vsphere",
216
236
  "mod": "index/dpmHostOverride",