pulumi-vsphere 4.9.0a1700616503__tar.gz → 4.10.0a1701843464__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 (85) hide show
  1. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/__init__.py +10 -0
  3. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/_inputs.py +675 -28
  4. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/_utilities.py +41 -0
  5. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster.py +155 -7
  6. pulumi_vsphere-4.10.0a1701843464/pulumi_vsphere/get_guest_os_customization.py +173 -0
  7. pulumi_vsphere-4.10.0a1701843464/pulumi_vsphere/guest_os_customization.py +350 -0
  8. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/outputs.py +952 -84
  9. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  10. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere.egg-info/SOURCES.txt +2 -0
  11. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pyproject.toml +1 -1
  12. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/README.md +0 -0
  13. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
  14. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -0
  15. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
  16. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
  17. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
  18. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
  19. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/config/__init__.py +0 -0
  20. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/config/__init__.pyi +0 -0
  21. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/config/vars.py +0 -0
  22. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/content_library.py +0 -0
  23. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/content_library_item.py +0 -0
  24. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/custom_attribute.py +0 -0
  25. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/datacenter.py +0 -0
  26. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/datastore_cluster.py +0 -0
  27. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
  28. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/distributed_port_group.py +0 -0
  29. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/distributed_virtual_switch.py +0 -0
  30. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/dpm_host_override.py +0 -0
  31. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/drs_vm_override.py +0 -0
  32. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/entity_permissions.py +0 -0
  33. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/file.py +0 -0
  34. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/folder.py +0 -0
  35. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_compute_cluster.py +0 -0
  36. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_compute_cluster_host_group.py +0 -0
  37. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_content_library.py +0 -0
  38. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_content_library_item.py +0 -0
  39. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_custom_attribute.py +0 -0
  40. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_datacenter.py +0 -0
  41. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_datastore.py +0 -0
  42. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_datastore_cluster.py +0 -0
  43. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_distributed_virtual_switch.py +0 -0
  44. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_dynamic.py +0 -0
  45. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_folder.py +0 -0
  46. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_host.py +0 -0
  47. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_host_pci_device.py +0 -0
  48. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_host_thumbprint.py +0 -0
  49. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_license.py +0 -0
  50. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_network.py +0 -0
  51. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
  52. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_policy.py +0 -0
  53. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_resource_pool.py +0 -0
  54. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_role.py +0 -0
  55. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_tag.py +0 -0
  56. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_tag_category.py +0 -0
  57. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_vapp_container.py +0 -0
  58. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_virtual_machine.py +0 -0
  59. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/get_vmfs_disks.py +0 -0
  60. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/ha_vm_override.py +0 -0
  61. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/host.py +0 -0
  62. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/host_port_group.py +0 -0
  63. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/host_virtual_switch.py +0 -0
  64. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/license.py +0 -0
  65. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/nas_datastore.py +0 -0
  66. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/provider.py +0 -0
  67. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/pulumi-plugin.json +0 -0
  68. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/py.typed +0 -0
  69. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/resource_pool.py +0 -0
  70. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/role.py +0 -0
  71. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
  72. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/tag.py +0 -0
  73. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/tag_category.py +0 -0
  74. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/vapp_container.py +0 -0
  75. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/vapp_entity.py +0 -0
  76. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/virtual_disk.py +0 -0
  77. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/virtual_machine.py +0 -0
  78. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/virtual_machine_snapshot.py +0 -0
  79. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/vm_storage_policy.py +0 -0
  80. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/vmfs_datastore.py +0 -0
  81. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere/vnic.py +0 -0
  82. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  83. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere.egg-info/requires.txt +0 -0
  84. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  85. {pulumi_vsphere-4.9.0a1700616503 → pulumi_vsphere-4.10.0a1701843464}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_vsphere
3
- Version: 4.9.0a1700616503
3
+ Version: 4.10.0a1701843464
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -36,6 +36,7 @@ from .get_datastore_cluster import *
36
36
  from .get_distributed_virtual_switch import *
37
37
  from .get_dynamic import *
38
38
  from .get_folder import *
39
+ from .get_guest_os_customization import *
39
40
  from .get_host import *
40
41
  from .get_host_pci_device import *
41
42
  from .get_host_thumbprint import *
@@ -50,6 +51,7 @@ from .get_tag_category import *
50
51
  from .get_vapp_container import *
51
52
  from .get_virtual_machine import *
52
53
  from .get_vmfs_disks import *
54
+ from .guest_os_customization import *
53
55
  from .ha_vm_override import *
54
56
  from .host import *
55
57
  from .host_port_group import *
@@ -243,6 +245,14 @@ _utilities.register(
243
245
  "vsphere:index/folder:Folder": "Folder"
244
246
  }
245
247
  },
248
+ {
249
+ "pkg": "vsphere",
250
+ "mod": "index/guestOsCustomization",
251
+ "fqn": "pulumi_vsphere",
252
+ "classes": {
253
+ "vsphere:index/guestOsCustomization:GuestOsCustomization": "GuestOsCustomization"
254
+ }
255
+ },
246
256
  {
247
257
  "pkg": "vsphere",
248
258
  "mod": "index/haVmOverride",