pulumi-vsphere 4.11.5__tar.gz → 4.12.0a1725603256__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 (92) hide show
  1. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/PKG-INFO +2 -3
  2. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/_inputs.py +5 -1066
  3. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/_utilities.py +1 -1
  4. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster.py +2 -181
  5. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_host_group.py +2 -67
  6. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +2 -29
  7. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +2 -41
  8. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +2 -205
  9. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_group.py +2 -198
  10. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_host_rule.py +2 -73
  11. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/__init__.pyi +0 -5
  12. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/vars.py +0 -5
  13. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/content_library.py +2 -103
  14. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/content_library_item.py +2 -143
  15. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/custom_attribute.py +2 -77
  16. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datacenter.py +4 -19
  17. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datastore_cluster.py +2 -63
  18. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +2 -159
  19. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/distributed_port_group.py +2 -285
  20. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/distributed_virtual_switch.py +2 -261
  21. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/dpm_host_override.py +2 -63
  22. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/drs_vm_override.py +2 -67
  23. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/entity_permissions.py +0 -5
  24. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/file.py +0 -5
  25. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/folder.py +2 -141
  26. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_compute_cluster.py +4 -15
  27. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_compute_cluster_host_group.py +6 -17
  28. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_content_library.py +4 -12
  29. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_content_library_item.py +4 -16
  30. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_custom_attribute.py +4 -13
  31. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datacenter.py +4 -12
  32. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore.py +4 -16
  33. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore_cluster.py +4 -14
  34. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore_stats.py +4 -16
  35. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_distributed_virtual_switch.py +4 -15
  36. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_dynamic.py +4 -16
  37. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_folder.py +4 -12
  38. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_guest_os_customization.py +4 -17
  39. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host.py +4 -15
  40. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_base_images.py +4 -11
  41. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_pci_device.py +4 -19
  42. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_thumbprint.py +14 -34
  43. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_vgpu_profile.py +4 -15
  44. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_license.py +4 -17
  45. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_network.py +4 -17
  46. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_ovf_vm_template.py +4 -55
  47. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_policy.py +4 -12
  48. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_resource_pool.py +4 -14
  49. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_role.py +4 -18
  50. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_tag.py +4 -15
  51. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_tag_category.py +4 -15
  52. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_vapp_container.py +4 -14
  53. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_virtual_machine.py +4 -130
  54. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_vmfs_disks.py +4 -17
  55. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/guest_os_customization.py +0 -5
  56. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/ha_vm_override.py +2 -163
  57. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host.py +12 -203
  58. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host_port_group.py +2 -17
  59. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host_virtual_switch.py +2 -69
  60. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/license.py +0 -5
  61. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/nas_datastore.py +2 -67
  62. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/offline_software_depot.py +0 -5
  63. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/outputs.py +0 -5
  64. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/provider.py +0 -5
  65. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/pulumi-plugin.json +1 -1
  66. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/resource_pool.py +437 -168
  67. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/role.py +2 -33
  68. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/storage_drs_vm_override.py +2 -133
  69. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/supervisor.py +0 -5
  70. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/tag.py +2 -159
  71. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/tag_category.py +2 -83
  72. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vapp_container.py +2 -163
  73. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vapp_entity.py +2 -147
  74. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_disk.py +2 -81
  75. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine.py +2 -53
  76. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine_class.py +0 -5
  77. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine_snapshot.py +0 -5
  78. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vm_storage_policy.py +0 -5
  79. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vmfs_datastore.py +2 -271
  80. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vnic.py +4 -19
  81. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/PKG-INFO +2 -3
  82. pulumi_vsphere-4.12.0a1725603256/pulumi_vsphere.egg-info/requires.txt +3 -0
  83. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pyproject.toml +2 -2
  84. pulumi_vsphere-4.11.5/pulumi_vsphere.egg-info/requires.txt +0 -6
  85. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/README.md +0 -0
  86. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/__init__.py +0 -0
  87. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/__init__.py +0 -0
  88. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/py.typed +0 -0
  89. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
  90. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  91. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  92. {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_vsphere
3
- Version: 4.11.5
3
+ Version: 4.12.0a1725603256
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,8 @@ Keywords: pulumi,vsphere
9
9
  Requires-Python: >=3.8
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.136.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.0.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
15
14
 
16
15
  [![Actions Status](https://github.com/pulumi/pulumi-vsphere/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-vsphere/actions)
17
16
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)