pulumi-vsphere 4.10.0a1710160860__py3-none-any.whl → 4.13.0a1736836157__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 (85) hide show
  1. pulumi_vsphere/__init__.py +30 -0
  2. pulumi_vsphere/_inputs.py +1816 -277
  3. pulumi_vsphere/_utilities.py +41 -5
  4. pulumi_vsphere/compute_cluster.py +937 -1488
  5. pulumi_vsphere/compute_cluster_host_group.py +67 -2
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +69 -34
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +41 -2
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +205 -2
  9. pulumi_vsphere/compute_cluster_vm_group.py +198 -2
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +73 -2
  11. pulumi_vsphere/config/__init__.pyi +5 -0
  12. pulumi_vsphere/config/vars.py +5 -0
  13. pulumi_vsphere/content_library.py +113 -12
  14. pulumi_vsphere/content_library_item.py +143 -2
  15. pulumi_vsphere/custom_attribute.py +77 -2
  16. pulumi_vsphere/datacenter.py +48 -40
  17. pulumi_vsphere/datastore_cluster.py +217 -366
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +159 -2
  19. pulumi_vsphere/distributed_port_group.py +416 -189
  20. pulumi_vsphere/distributed_virtual_switch.py +571 -830
  21. pulumi_vsphere/dpm_host_override.py +63 -2
  22. pulumi_vsphere/drs_vm_override.py +67 -2
  23. pulumi_vsphere/entity_permissions.py +64 -38
  24. pulumi_vsphere/file.py +21 -24
  25. pulumi_vsphere/folder.py +148 -30
  26. pulumi_vsphere/get_compute_cluster.py +16 -9
  27. pulumi_vsphere/get_compute_cluster_host_group.py +36 -25
  28. pulumi_vsphere/get_content_library.py +23 -15
  29. pulumi_vsphere/get_content_library_item.py +29 -13
  30. pulumi_vsphere/get_custom_attribute.py +14 -9
  31. pulumi_vsphere/get_datacenter.py +30 -12
  32. pulumi_vsphere/get_datastore.py +44 -12
  33. pulumi_vsphere/get_datastore_cluster.py +31 -10
  34. pulumi_vsphere/get_datastore_stats.py +208 -0
  35. pulumi_vsphere/get_distributed_virtual_switch.py +18 -9
  36. pulumi_vsphere/get_dynamic.py +35 -25
  37. pulumi_vsphere/get_folder.py +23 -11
  38. pulumi_vsphere/get_guest_os_customization.py +26 -52
  39. pulumi_vsphere/get_host.py +16 -9
  40. pulumi_vsphere/get_host_base_images.py +104 -0
  41. pulumi_vsphere/get_host_pci_device.py +28 -19
  42. pulumi_vsphere/get_host_thumbprint.py +41 -25
  43. pulumi_vsphere/get_host_vgpu_profile.py +195 -0
  44. pulumi_vsphere/get_license.py +20 -10
  45. pulumi_vsphere/get_network.py +80 -24
  46. pulumi_vsphere/get_ovf_vm_template.py +56 -5
  47. pulumi_vsphere/get_policy.py +13 -9
  48. pulumi_vsphere/get_resource_pool.py +29 -23
  49. pulumi_vsphere/get_role.py +23 -13
  50. pulumi_vsphere/get_tag.py +16 -9
  51. pulumi_vsphere/get_tag_category.py +16 -9
  52. pulumi_vsphere/get_vapp_container.py +15 -9
  53. pulumi_vsphere/get_virtual_machine.py +233 -48
  54. pulumi_vsphere/get_vmfs_disks.py +18 -9
  55. pulumi_vsphere/guest_os_customization.py +60 -5
  56. pulumi_vsphere/ha_vm_override.py +352 -380
  57. pulumi_vsphere/host.py +244 -64
  58. pulumi_vsphere/host_port_group.py +27 -24
  59. pulumi_vsphere/host_virtual_switch.py +209 -289
  60. pulumi_vsphere/license.py +5 -32
  61. pulumi_vsphere/nas_datastore.py +74 -9
  62. pulumi_vsphere/offline_software_depot.py +185 -0
  63. pulumi_vsphere/outputs.py +774 -256
  64. pulumi_vsphere/provider.py +7 -6
  65. pulumi_vsphere/pulumi-plugin.json +2 -1
  66. pulumi_vsphere/resource_pool.py +168 -411
  67. pulumi_vsphere/role.py +33 -2
  68. pulumi_vsphere/storage_drs_vm_override.py +133 -2
  69. pulumi_vsphere/supervisor.py +967 -0
  70. pulumi_vsphere/tag.py +159 -2
  71. pulumi_vsphere/tag_category.py +83 -2
  72. pulumi_vsphere/vapp_container.py +163 -2
  73. pulumi_vsphere/vapp_entity.py +147 -2
  74. pulumi_vsphere/virtual_disk.py +123 -36
  75. pulumi_vsphere/virtual_machine.py +759 -829
  76. pulumi_vsphere/virtual_machine_class.py +447 -0
  77. pulumi_vsphere/virtual_machine_snapshot.py +13 -12
  78. pulumi_vsphere/vm_storage_policy.py +120 -127
  79. pulumi_vsphere/vmfs_datastore.py +271 -2
  80. pulumi_vsphere/vnic.py +104 -105
  81. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.13.0a1736836157.dist-info}/METADATA +7 -6
  82. pulumi_vsphere-4.13.0a1736836157.dist-info/RECORD +86 -0
  83. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.13.0a1736836157.dist-info}/WHEEL +1 -1
  84. pulumi_vsphere-4.10.0a1710160860.dist-info/RECORD +0 -80
  85. {pulumi_vsphere-4.10.0a1710160860.dist-info → pulumi_vsphere-4.13.0a1736836157.dist-info}/top_level.txt +0 -0
@@ -33,13 +33,16 @@ 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 *
39
40
  from .get_guest_os_customization import *
40
41
  from .get_host import *
42
+ from .get_host_base_images import *
41
43
  from .get_host_pci_device import *
42
44
  from .get_host_thumbprint import *
45
+ from .get_host_vgpu_profile import *
43
46
  from .get_license import *
44
47
  from .get_network import *
45
48
  from .get_ovf_vm_template import *
@@ -58,16 +61,19 @@ from .host_port_group import *
58
61
  from .host_virtual_switch import *
59
62
  from .license import *
60
63
  from .nas_datastore import *
64
+ from .offline_software_depot import *
61
65
  from .provider import *
62
66
  from .resource_pool import *
63
67
  from .role import *
64
68
  from .storage_drs_vm_override import *
69
+ from .supervisor import *
65
70
  from .tag import *
66
71
  from .tag_category import *
67
72
  from .vapp_container import *
68
73
  from .vapp_entity import *
69
74
  from .virtual_disk import *
70
75
  from .virtual_machine import *
76
+ from .virtual_machine_class import *
71
77
  from .virtual_machine_snapshot import *
72
78
  from .vm_storage_policy import *
73
79
  from .vmfs_datastore import *
@@ -301,6 +307,14 @@ _utilities.register(
301
307
  "vsphere:index/nasDatastore:NasDatastore": "NasDatastore"
302
308
  }
303
309
  },
310
+ {
311
+ "pkg": "vsphere",
312
+ "mod": "index/offlineSoftwareDepot",
313
+ "fqn": "pulumi_vsphere",
314
+ "classes": {
315
+ "vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot": "OfflineSoftwareDepot"
316
+ }
317
+ },
304
318
  {
305
319
  "pkg": "vsphere",
306
320
  "mod": "index/resourcePool",
@@ -325,6 +339,14 @@ _utilities.register(
325
339
  "vsphere:index/storageDrsVmOverride:StorageDrsVmOverride": "StorageDrsVmOverride"
326
340
  }
327
341
  },
342
+ {
343
+ "pkg": "vsphere",
344
+ "mod": "index/supervisor",
345
+ "fqn": "pulumi_vsphere",
346
+ "classes": {
347
+ "vsphere:index/supervisor:Supervisor": "Supervisor"
348
+ }
349
+ },
328
350
  {
329
351
  "pkg": "vsphere",
330
352
  "mod": "index/tag",
@@ -373,6 +395,14 @@ _utilities.register(
373
395
  "vsphere:index/virtualMachine:VirtualMachine": "VirtualMachine"
374
396
  }
375
397
  },
398
+ {
399
+ "pkg": "vsphere",
400
+ "mod": "index/virtualMachineClass",
401
+ "fqn": "pulumi_vsphere",
402
+ "classes": {
403
+ "vsphere:index/virtualMachineClass:VirtualMachineClass": "VirtualMachineClass"
404
+ }
405
+ },
376
406
  {
377
407
  "pkg": "vsphere",
378
408
  "mod": "index/virtualMachineSnapshot",