pulumi-vsphere 4.10.0a1710160860__tar.gz → 4.10.1__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 (87) hide show
  1. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/__init__.py +2 -0
  3. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/_inputs.py +96 -230
  4. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster.py +700 -1477
  5. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +28 -16
  6. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/datacenter.py +26 -12
  7. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/datastore_cluster.py +154 -350
  8. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/distributed_port_group.py +70 -175
  9. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/distributed_virtual_switch.py +308 -805
  10. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/file.py +16 -24
  11. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_compute_cluster.py +0 -4
  12. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_compute_cluster_host_group.py +8 -10
  13. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_content_library.py +0 -4
  14. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_custom_attribute.py +0 -4
  15. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_datacenter.py +0 -4
  16. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_datastore.py +27 -7
  17. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_datastore_cluster.py +0 -4
  18. pulumi_vsphere-4.10.1/pulumi_vsphere/get_datastore_stats.py +194 -0
  19. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_distributed_virtual_switch.py +2 -4
  20. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_dynamic.py +4 -8
  21. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_folder.py +0 -4
  22. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_guest_os_customization.py +0 -4
  23. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_host.py +0 -4
  24. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_host_pci_device.py +4 -12
  25. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_host_thumbprint.py +0 -4
  26. pulumi_vsphere-4.10.1/pulumi_vsphere/get_host_vgpu_profile.py +182 -0
  27. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_license.py +0 -4
  28. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_network.py +0 -4
  29. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_policy.py +0 -4
  30. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_resource_pool.py +2 -10
  31. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_role.py +0 -4
  32. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_tag.py +0 -4
  33. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_tag_category.py +0 -4
  34. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_vapp_container.py +0 -4
  35. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_virtual_machine.py +29 -9
  36. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_vmfs_disks.py +0 -4
  37. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/guest_os_customization.py +50 -0
  38. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/ha_vm_override.py +189 -378
  39. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/host.py +0 -20
  40. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/host_port_group.py +12 -24
  41. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/host_virtual_switch.py +140 -287
  42. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/license.py +0 -32
  43. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/outputs.py +167 -230
  44. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/resource_pool.py +48 -22
  45. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/virtual_disk.py +10 -10
  46. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/virtual_machine.py +639 -807
  47. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/virtual_machine_snapshot.py +6 -10
  48. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/vm_storage_policy.py +72 -84
  49. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/vnic.py +8 -20
  50. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  51. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere.egg-info/SOURCES.txt +2 -0
  52. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pyproject.toml +1 -1
  53. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/README.md +0 -0
  54. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/_utilities.py +0 -0
  55. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
  56. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
  57. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
  58. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
  59. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
  60. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/config/__init__.py +0 -0
  61. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/config/__init__.pyi +0 -0
  62. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/config/vars.py +0 -0
  63. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/content_library.py +0 -0
  64. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/content_library_item.py +0 -0
  65. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/custom_attribute.py +0 -0
  66. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
  67. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/dpm_host_override.py +0 -0
  68. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/drs_vm_override.py +0 -0
  69. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/entity_permissions.py +0 -0
  70. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/folder.py +0 -0
  71. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_content_library_item.py +0 -0
  72. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
  73. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/nas_datastore.py +0 -0
  74. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/provider.py +0 -0
  75. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/pulumi-plugin.json +0 -0
  76. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/py.typed +0 -0
  77. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/role.py +0 -0
  78. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
  79. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/tag.py +0 -0
  80. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/tag_category.py +0 -0
  81. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/vapp_container.py +0 -0
  82. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/vapp_entity.py +0 -0
  83. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere/vmfs_datastore.py +0 -0
  84. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  85. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere.egg-info/requires.txt +0 -0
  86. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  87. {pulumi_vsphere-4.10.0a1710160860 → pulumi_vsphere-4.10.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_vsphere
3
- Version: 4.10.0a1710160860
3
+ Version: 4.10.1
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -33,6 +33,7 @@ from .get_custom_attribute import *
33
33
  from .get_datacenter import *
34
34
  from .get_datastore import *
35
35
  from .get_datastore_cluster import *
36
+ from .get_datastore_stats import *
36
37
  from .get_distributed_virtual_switch import *
37
38
  from .get_dynamic import *
38
39
  from .get_folder import *
@@ -40,6 +41,7 @@ from .get_guest_os_customization import *
40
41
  from .get_host import *
41
42
  from .get_host_pci_device import *
42
43
  from .get_host_thumbprint import *
44
+ from .get_host_vgpu_profile import *
43
45
  from .get_license import *
44
46
  from .get_network import *
45
47
  from .get_ovf_vm_template import *