pulumi-vsphere 4.12.0a1726827470__py3-none-any.whl → 4.12.0a1727848995__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 (40) hide show
  1. pulumi_vsphere/compute_cluster.py +176 -2
  2. pulumi_vsphere/compute_cluster_host_group.py +62 -2
  3. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +24 -2
  4. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +36 -2
  5. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +200 -2
  6. pulumi_vsphere/compute_cluster_vm_group.py +158 -2
  7. pulumi_vsphere/compute_cluster_vm_host_rule.py +68 -2
  8. pulumi_vsphere/content_library.py +98 -2
  9. pulumi_vsphere/content_library_item.py +138 -2
  10. pulumi_vsphere/custom_attribute.py +72 -2
  11. pulumi_vsphere/datacenter.py +14 -4
  12. pulumi_vsphere/datastore_cluster.py +58 -2
  13. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +154 -2
  14. pulumi_vsphere/distributed_port_group.py +280 -2
  15. pulumi_vsphere/distributed_virtual_switch.py +256 -2
  16. pulumi_vsphere/dpm_host_override.py +58 -2
  17. pulumi_vsphere/drs_vm_override.py +62 -2
  18. pulumi_vsphere/folder.py +136 -2
  19. pulumi_vsphere/get_compute_cluster_host_group.py +2 -2
  20. pulumi_vsphere/ha_vm_override.py +158 -2
  21. pulumi_vsphere/host.py +250 -2
  22. pulumi_vsphere/host_port_group.py +12 -2
  23. pulumi_vsphere/host_virtual_switch.py +64 -2
  24. pulumi_vsphere/nas_datastore.py +62 -2
  25. pulumi_vsphere/pulumi-plugin.json +1 -1
  26. pulumi_vsphere/resource_pool.py +4 -16
  27. pulumi_vsphere/role.py +28 -2
  28. pulumi_vsphere/storage_drs_vm_override.py +128 -2
  29. pulumi_vsphere/tag.py +154 -2
  30. pulumi_vsphere/tag_category.py +78 -2
  31. pulumi_vsphere/vapp_container.py +158 -2
  32. pulumi_vsphere/vapp_entity.py +142 -2
  33. pulumi_vsphere/virtual_disk.py +76 -2
  34. pulumi_vsphere/virtual_machine.py +48 -2
  35. pulumi_vsphere/vmfs_datastore.py +266 -2
  36. pulumi_vsphere/vnic.py +14 -4
  37. {pulumi_vsphere-4.12.0a1726827470.dist-info → pulumi_vsphere-4.12.0a1727848995.dist-info}/METADATA +1 -1
  38. {pulumi_vsphere-4.12.0a1726827470.dist-info → pulumi_vsphere-4.12.0a1727848995.dist-info}/RECORD +40 -40
  39. {pulumi_vsphere-4.12.0a1726827470.dist-info → pulumi_vsphere-4.12.0a1727848995.dist-info}/WHEEL +0 -0
  40. {pulumi_vsphere-4.12.0a1726827470.dist-info → pulumi_vsphere-4.12.0a1727848995.dist-info}/top_level.txt +0 -0
@@ -1,28 +1,28 @@
1
1
  pulumi_vsphere/__init__.py,sha256=7zI4b3F2NEW8hz7TIVEWb1MZI_HqHV4GUM2o9lJKez0,10798
2
2
  pulumi_vsphere/_inputs.py,sha256=47uwlKCjl3fK0iCTYTup7EGLjtaR_TToxdHcMb4o2ew,143694
3
3
  pulumi_vsphere/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
4
- pulumi_vsphere/compute_cluster.py,sha256=Q40JsBcIcPjrE40Xv4FbHyxNqIzXXZ_PR0t4t8bUwDE,226996
5
- pulumi_vsphere/compute_cluster_host_group.py,sha256=QUCBKwC2RaJI6ZuC_qBDZJl5gey-rs3iVsbPrFFK-1g,13437
6
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=3VvW8aumyeBTrM-OdrdjZlviIF9jAOISjrIAYw9keDY,25037
7
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=-5K0E6HRhIWGBKAcMZsqXNFQLWIAhJs07_PKVi-3PBg,17554
8
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=_q1lrkr1pWzl10dGA1PdRSOXibmYvLKBLTdZG0O0YNQ,21613
9
- pulumi_vsphere/compute_cluster_vm_group.py,sha256=IDDyTG4rKjDiPadvaU2C3BBPlgKzYSm6N067VPWV088,16417
10
- pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=Am9PFFU8PghrdOTRbqJzeFS6nLxgX5Pob-SKqCEaY3k,24422
11
- pulumi_vsphere/content_library.py,sha256=mXiKLZmSA4kVwspxsSke6bShp506A0u4iT4ccpyuJRI,15352
12
- pulumi_vsphere/content_library_item.py,sha256=qjHPcnsxpNiFOzCPxQXngZXtR1R1RrsqAhdJgpqgZUc,15640
13
- pulumi_vsphere/custom_attribute.py,sha256=wTuv97G4uXpJ9kv_TaKZc1OYj1e_68c9dAsFc9Ds5nQ,9031
14
- pulumi_vsphere/datacenter.py,sha256=DP4KPkyplkDpV2-rPjQ6z6mosbUBwHJjq0pB64WdVuo,18630
15
- pulumi_vsphere/datastore_cluster.py,sha256=GnsFuuY2iRpOhFTMBnF94I5Y_3jkjigr44RtDmcN0Uk,82368
16
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=8eKwKS9ZYaZICVxjNrNLDDBqBKyQqOJmC_nt0jlqYJY,16842
17
- pulumi_vsphere/distributed_port_group.py,sha256=B-cttwjo6cpsL7Ns0X94dpGRO9d_oYQ8lHfVN-MEJH8,134457
18
- pulumi_vsphere/distributed_virtual_switch.py,sha256=4I5yQLy2OU9hbYQT-q4i4wOiQdXv6YUd_Wt9fpA1M18,248696
19
- pulumi_vsphere/dpm_host_override.py,sha256=i3eG4PkI3Hi2KodP6OFAGC6QLczmNDRcSIt9MbK7U1Q,15371
20
- pulumi_vsphere/drs_vm_override.py,sha256=qGlUe9gq9StYW4OHDSZKA03j0ru3Ruvb9SEaVcpHo1c,16657
4
+ pulumi_vsphere/compute_cluster.py,sha256=u65Hyy_WJKnj2_BXHLp9j8Lw0CMvcpa3zEgqYSHdf38,232716
5
+ pulumi_vsphere/compute_cluster_host_group.py,sha256=b3gyqeZWetgBhWehUzZgj02yoUUit2oa9hX6au42dn0,15431
6
+ pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=liYQVbUtw_3BzAQ0n19HCQPUdrRGYzjlYueJcOHmJ1A,25535
7
+ pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=xeqUCWzZ2wMONXoj9ECnwYO-dou7hM5G9ITELF8Y__0,18468
8
+ pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=2AobfglNRwch72fiFrfQxDT0FG2uEU8VppzsRfy0Qmc,29499
9
+ pulumi_vsphere/compute_cluster_vm_group.py,sha256=0uMAzkOXwpvmdY-6bleb4DecWLz2biAOpS7hwH8zHR4,22833
10
+ pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=64lyVLL3zJyq3QKV7Z84-N9X8KQLuCXvEsJt_CMcXPA,26804
11
+ pulumi_vsphere/content_library.py,sha256=oZlBiZc6B7VPuGD1nOIVYgqDUhaU6Sknvk2XFU0vKm8,19564
12
+ pulumi_vsphere/content_library_item.py,sha256=MN5KpWc7g_FxGTQF-SLtvngj6DTMhTyWNpbjPPO3v74,20920
13
+ pulumi_vsphere/custom_attribute.py,sha256=QvJldsEIRk0--ue9BPVE67suq1iUjMcUKvixxG5mSww,11585
14
+ pulumi_vsphere/datacenter.py,sha256=fL-LEgD6NhxVjWlU1NdTtt3xkwDiLFvC21dvIq7Lbqs,18786
15
+ pulumi_vsphere/datastore_cluster.py,sha256=TVB7P9o33ksdk1jC92OUpYyJOW0XIpZoA6qKSO3rIb8,84546
16
+ pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=oYhEoMpYeHyI3fvYpttkXOJH1ofDTdIZP3RkDflQKSo,23292
17
+ pulumi_vsphere/distributed_port_group.py,sha256=T7Ahzp2atMZWfmQ1lH0YT3VD36GZpwZx-VUllmYiobw,144573
18
+ pulumi_vsphere/distributed_virtual_switch.py,sha256=RwVnJSISxrLRke49hGXD5saOau_Tfnp2a7-NxOCy784,258216
19
+ pulumi_vsphere/dpm_host_override.py,sha256=FB0TeuYUWG_Z58hisrijcO3lQxyUmna39YihR_wM1uY,17529
20
+ pulumi_vsphere/drs_vm_override.py,sha256=dA-3ToS9vhdL3RoAEQo88KOOdbupUcfxqJgeN4sTVm0,18839
21
21
  pulumi_vsphere/entity_permissions.py,sha256=ChtuPTQkJcPRzew0-8s5oKGWJwiEjGRWpL3JlBGUChQ,12982
22
22
  pulumi_vsphere/file.py,sha256=uJeBCHJ2IXJO6Dj5vYeZvkYaHNNoWhkQ6PzmWVwkRIE,23397
23
- pulumi_vsphere/folder.py,sha256=lITGsvOq_FvltVZdQDOG9Oz45ti2XqUxo9Bg7F8uV1o,24646
23
+ pulumi_vsphere/folder.py,sha256=NBn-LIkYxlODwq70AhL1sOWra88Wpmqz2KQCcyhOK08,29302
24
24
  pulumi_vsphere/get_compute_cluster.py,sha256=nBgxOLhF9RV5vGGwgCxeNCyVNKr_tQi44VnaBhBbX1M,5997
25
- pulumi_vsphere/get_compute_cluster_host_group.py,sha256=Po6-0iXe3KNHYb0e6uBvl9AKXsgjyh4mz2YfKQ_qXps,6164
25
+ pulumi_vsphere/get_compute_cluster_host_group.py,sha256=lVEx1zAjsVsN64Q-d81kKnDNnFJQ4nBQbxVBXaqkH9Q,6158
26
26
  pulumi_vsphere/get_content_library.py,sha256=OvtzMI4plfMyPnHrTV39BFJ4OQDmkQRif7vnW9HPGoE,3236
27
27
  pulumi_vsphere/get_content_library_item.py,sha256=pxYlJl6sTUulRxDL21CmFrWs3PfItrkooQF1aKHDykw,4526
28
28
  pulumi_vsphere/get_custom_attribute.py,sha256=skM0hjQmPyYCQdEgXjbofu9Ulez4ylw9jQKb9g3Zz2I,4354
@@ -51,36 +51,36 @@ pulumi_vsphere/get_vapp_container.py,sha256=1OUABHMT3qFbSQRqFBCQNltmuo_OF983GJR0
51
51
  pulumi_vsphere/get_virtual_machine.py,sha256=7cbdpbCgsLtWSkzmPdzOhlnILjAN5_cOb0UBnDKYG70,59209
52
52
  pulumi_vsphere/get_vmfs_disks.py,sha256=KotPjKN7ncgdWzl6qSU1DuuxIxu8BoQ5CLDH1JAgShg,6717
53
53
  pulumi_vsphere/guest_os_customization.py,sha256=McMmuw-0x6IDTkxshaESAMf9_MMuQ4n930zcrT4Nmfs,16953
54
- pulumi_vsphere/ha_vm_override.py,sha256=Z2p_A1fowtS4_UGq-SHP_dfw2ruZuYVMTo5DizkeOEQ,52698
55
- pulumi_vsphere/host.py,sha256=EAUueb1ysPriKQ_6N9uXcvdOldofc2dkvqQWXBSV7xg,45463
56
- pulumi_vsphere/host_port_group.py,sha256=b7VTsHfYZNw_6Fjdr7SJL6JKKtK7sU9Nc6DHRxsoKF0,56976
57
- pulumi_vsphere/host_virtual_switch.py,sha256=WTZtqM4GDzLIcmviM_fQ47SHNXQrEHVqV0q3wEB0sFA,57317
54
+ pulumi_vsphere/ha_vm_override.py,sha256=UZspbf3M20j1Fbu5fdptx_NpdEBulIaHrkpURCar3q4,58960
55
+ pulumi_vsphere/host.py,sha256=zUCCyihjTbvkCFOl6Y2OXcfcciyX1uu8e_-GUUumGis,50725
56
+ pulumi_vsphere/host_port_group.py,sha256=q5chiwNimulkRECM5qdSWewVYPd9RzGe2xS576UgF2E,57254
57
+ pulumi_vsphere/host_virtual_switch.py,sha256=rLUkgWWTSMWNA7KeBAEyspxwb25D26utJNxubnDXgRY,59781
58
58
  pulumi_vsphere/license.py,sha256=4IhaSHnAjOFSlSKu4AYGcbraULzzTRASs29wB7nw7aU,12022
59
- pulumi_vsphere/nas_datastore.py,sha256=aPmG1bbVD909T_v-xPDVLOTkh_HBuwStemqCLHNyFBc,48132
59
+ pulumi_vsphere/nas_datastore.py,sha256=xId9ePpVFiztOfGMEAgGTV-wJtn7UE4EL5f74N-55ww,50154
60
60
  pulumi_vsphere/offline_software_depot.py,sha256=9NvticI3dlQeZZ-Z_TwT7Jo-qa2GwhfZG4reQM3Xl3U,7379
61
61
  pulumi_vsphere/outputs.py,sha256=tMsheiyMRU8KoTIz05uauvgdEJYmRxTownfIq6UsvCY,156594
62
62
  pulumi_vsphere/provider.py,sha256=8H6ulcRQh7CAH67BvSthuiqAV0nAVjssl3aFk2xb2ME,20263
63
- pulumi_vsphere/pulumi-plugin.json,sha256=zd1PTbekX4s7tEzjrDSibzP5TROe3vPdUC7U96qvY6Y,84
63
+ pulumi_vsphere/pulumi-plugin.json,sha256=NEqiNSMvI_xUITHM4HUMzVcZnDVUtcb_pq1nSkkNUOA,84
64
64
  pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- pulumi_vsphere/resource_pool.py,sha256=7ew08gNozV_P-oS0sh2cWIbmU1T8jHbsFPLJnUrxk5Q,54809
66
- pulumi_vsphere/role.py,sha256=kO9DfdLWHq5bfwD0EBAsZuWQxrcX7amJBVUrfREHf3c,8528
67
- pulumi_vsphere/storage_drs_vm_override.py,sha256=f1DoLBiMk4_JQdPaemv5RW6xPksw5p4w-AFLZsC6Jr8,20828
65
+ pulumi_vsphere/resource_pool.py,sha256=nvRCtanec4g_6cW2-sodjs5g0Dco26KRL4PpzDh6D5g,54253
66
+ pulumi_vsphere/role.py,sha256=PAc894OGeluKsWLq5LUKJs-u9BVTbhZdMBTg0NThj9I,9220
67
+ pulumi_vsphere/storage_drs_vm_override.py,sha256=z4r66Qo83oUf8t_yrVpvHbg-pH_wunxhb66xFUnOSho,25572
68
68
  pulumi_vsphere/supervisor.py,sha256=6RWOhweDtZxeVUYkcWKG-WIt3FboOIYl4a5zadmtof4,46920
69
- pulumi_vsphere/tag.py,sha256=gF7uOgj1Xm_k2cV7YIiwBGakQvhi-jlsNYKDm7JDFWw,9943
70
- pulumi_vsphere/tag_category.py,sha256=FzqdUOMwmAo7W6Xuw3-CByCbBSmsvkCGXiLRaMUVVQ4,15120
71
- pulumi_vsphere/vapp_container.py,sha256=1On1t7PnLEqnQvNIt1XIh9VFu7LaSegyRyDaJf8lQmQ,48255
72
- pulumi_vsphere/vapp_entity.py,sha256=JePz7OF__e1x7aFp_9I257S61HnDT7gdHsWK-u17nlM,29555
73
- pulumi_vsphere/virtual_disk.py,sha256=GeyUz6NJ8_Zx49T0O7D1xDweyf8jmZ65jdgxfQO7bBY,29451
74
- pulumi_vsphere/virtual_machine.py,sha256=J_lqLjcz9bZ6muNdm9zXcN_IBCmD0ODc52FLI5ZJPdk,215577
69
+ pulumi_vsphere/tag.py,sha256=I5fx3iBmdtrEbKBUqe0mNY-geDvCvqlWCsASKWVlu0U,14993
70
+ pulumi_vsphere/tag_category.py,sha256=txXKWBJgkvmlVSZaUPnqFGC0wFvikQQBsF-O06SNUvE,17626
71
+ pulumi_vsphere/vapp_container.py,sha256=wLy4pDh4D2PhWiN3e4nlfm2GuixbhGhqUJ81o_9zSLs,54045
72
+ pulumi_vsphere/vapp_entity.py,sha256=NPRObAsLaM0AGPXZBKC_xgNcexxrT8IqDabM3yvUSq4,34729
73
+ pulumi_vsphere/virtual_disk.py,sha256=74Zd4wcvpYont-7OOiQUXTSsn0Tqbgq7gER4fTD4aOo,31959
74
+ pulumi_vsphere/virtual_machine.py,sha256=EMov9Lbt5i3_5iVHPCxWo0H3CA4tZznXU9AW3O2h1bo,220617
75
75
  pulumi_vsphere/virtual_machine_class.py,sha256=ZQY09IV6uI24zYoBBOMbmccyO6bQYPai6LBi6b1e74Y,17163
76
76
  pulumi_vsphere/virtual_machine_snapshot.py,sha256=wkVXW19WAVE281qnofn4TBbhoa4CfhVN6YLMDhrm2Ek,23912
77
77
  pulumi_vsphere/vm_storage_policy.py,sha256=WHgz3BpuplQez-ISXWR9jRnfqX6F3PULJsr1gDV0TJ0,20009
78
- pulumi_vsphere/vmfs_datastore.py,sha256=gNhmetE0wMDKMEM_ImATFpnTJhqMEPd0q8eOgqpedr0,34596
79
- pulumi_vsphere/vnic.py,sha256=tFuxn8kk9H3an7jgkUvNNCnY0xuGB8-y2twMlur6PfQ,30563
78
+ pulumi_vsphere/vmfs_datastore.py,sha256=7uN89k1pOCM2PW8iigpv2AtqsLBHaUKTxii-YG3_Mgs,45174
79
+ pulumi_vsphere/vnic.py,sha256=3XXYU7j-zhpd0AL76LBPHyfN7LK1exFc9cPfAp2C3U4,30717
80
80
  pulumi_vsphere/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
81
81
  pulumi_vsphere/config/__init__.pyi,sha256=ZO6ktIIpO1bKQNe2__l8JqDti_ZKgnRvHTcXcRWzb0M,1351
82
82
  pulumi_vsphere/config/vars.py,sha256=fcurb1Hwqp3evWnRD4s2t--MUjqR9R11nIm04F1UMW0,3210
83
- pulumi_vsphere-4.12.0a1726827470.dist-info/METADATA,sha256=B7qUcIDNeSonwwbL6X51kpdI2iWWdwJQ57BJmsF4Ql8,4958
84
- pulumi_vsphere-4.12.0a1726827470.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
85
- pulumi_vsphere-4.12.0a1726827470.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
86
- pulumi_vsphere-4.12.0a1726827470.dist-info/RECORD,,
83
+ pulumi_vsphere-4.12.0a1727848995.dist-info/METADATA,sha256=w9hetbVjMWRQi4XdSIMqGJoWsiNurARZeVcoiALIesA,4958
84
+ pulumi_vsphere-4.12.0a1727848995.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
85
+ pulumi_vsphere-4.12.0a1727848995.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
86
+ pulumi_vsphere-4.12.0a1727848995.dist-info/RECORD,,