pulumi-vsphere 4.14.0a1739946909__py3-none-any.whl → 4.17.0a1763710194__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 (89) hide show
  1. pulumi_vsphere/__init__.py +12 -1
  2. pulumi_vsphere/_inputs.py +1172 -1172
  3. pulumi_vsphere/_utilities.py +1 -1
  4. pulumi_vsphere/compute_cluster.py +1226 -1484
  5. pulumi_vsphere/compute_cluster_host_group.py +124 -53
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
  9. pulumi_vsphere/compute_cluster_vm_group.py +58 -53
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
  11. pulumi_vsphere/config/__init__.py +2 -1
  12. pulumi_vsphere/config/__init__.pyi +2 -2
  13. pulumi_vsphere/config/vars.py +15 -15
  14. pulumi_vsphere/configuration_profile.py +286 -0
  15. pulumi_vsphere/content_library.py +64 -59
  16. pulumi_vsphere/content_library_item.py +109 -104
  17. pulumi_vsphere/custom_attribute.py +41 -36
  18. pulumi_vsphere/datacenter.py +80 -79
  19. pulumi_vsphere/datastore_cluster.py +531 -477
  20. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
  21. pulumi_vsphere/distributed_port_group.py +802 -818
  22. pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
  23. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
  24. pulumi_vsphere/dpm_host_override.py +159 -70
  25. pulumi_vsphere/drs_vm_override.py +75 -70
  26. pulumi_vsphere/entity_permissions.py +40 -39
  27. pulumi_vsphere/file.py +148 -162
  28. pulumi_vsphere/folder.py +104 -99
  29. pulumi_vsphere/get_compute_cluster.py +18 -18
  30. pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
  31. pulumi_vsphere/get_configuration_profile.py +145 -0
  32. pulumi_vsphere/get_content_library.py +10 -10
  33. pulumi_vsphere/get_content_library_item.py +22 -22
  34. pulumi_vsphere/get_custom_attribute.py +12 -12
  35. pulumi_vsphere/get_datacenter.py +12 -12
  36. pulumi_vsphere/get_datastore.py +22 -22
  37. pulumi_vsphere/get_datastore_cluster.py +19 -19
  38. pulumi_vsphere/get_datastore_stats.py +22 -26
  39. pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
  40. pulumi_vsphere/get_dynamic.py +22 -26
  41. pulumi_vsphere/get_folder.py +140 -18
  42. pulumi_vsphere/get_guest_os_customization.py +74 -21
  43. pulumi_vsphere/get_host.py +18 -18
  44. pulumi_vsphere/get_host_base_images.py +6 -6
  45. pulumi_vsphere/get_host_pci_device.py +30 -30
  46. pulumi_vsphere/get_host_thumbprint.py +22 -22
  47. pulumi_vsphere/get_host_vgpu_profile.py +17 -17
  48. pulumi_vsphere/get_license.py +26 -24
  49. pulumi_vsphere/get_network.py +80 -29
  50. pulumi_vsphere/get_ovf_vm_template.py +126 -126
  51. pulumi_vsphere/get_policy.py +10 -10
  52. pulumi_vsphere/get_resource_pool.py +77 -26
  53. pulumi_vsphere/get_role.py +26 -26
  54. pulumi_vsphere/get_tag.py +18 -18
  55. pulumi_vsphere/get_tag_category.py +16 -16
  56. pulumi_vsphere/get_vapp_container.py +16 -16
  57. pulumi_vsphere/get_virtual_machine.py +273 -273
  58. pulumi_vsphere/get_vmfs_disks.py +24 -24
  59. pulumi_vsphere/guest_os_customization.py +75 -74
  60. pulumi_vsphere/ha_vm_override.py +295 -374
  61. pulumi_vsphere/host.py +304 -249
  62. pulumi_vsphere/host_port_group.py +321 -341
  63. pulumi_vsphere/host_virtual_switch.py +373 -389
  64. pulumi_vsphere/license.py +125 -84
  65. pulumi_vsphere/nas_datastore.py +324 -261
  66. pulumi_vsphere/offline_software_depot.py +26 -21
  67. pulumi_vsphere/outputs.py +1003 -970
  68. pulumi_vsphere/provider.py +165 -146
  69. pulumi_vsphere/pulumi-plugin.json +1 -1
  70. pulumi_vsphere/resource_pool.py +691 -364
  71. pulumi_vsphere/role.py +46 -45
  72. pulumi_vsphere/storage_drs_vm_override.py +92 -87
  73. pulumi_vsphere/supervisor.py +210 -209
  74. pulumi_vsphere/tag.py +58 -53
  75. pulumi_vsphere/tag_category.py +75 -70
  76. pulumi_vsphere/vapp_container.py +262 -257
  77. pulumi_vsphere/vapp_entity.py +177 -172
  78. pulumi_vsphere/virtual_disk.py +130 -125
  79. pulumi_vsphere/virtual_machine.py +1339 -1443
  80. pulumi_vsphere/virtual_machine_class.py +109 -108
  81. pulumi_vsphere/virtual_machine_snapshot.py +122 -121
  82. pulumi_vsphere/vm_storage_policy.py +40 -39
  83. pulumi_vsphere/vmfs_datastore.py +189 -184
  84. pulumi_vsphere/vnic.py +145 -144
  85. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
  86. pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
  87. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
  88. pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
  89. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,89 @@
1
+ pulumi_vsphere/__init__.py,sha256=MA-Bp4GKDTf_B14h58DE59EP0Aswr4vJw1F4A9FRsXo,11401
2
+ pulumi_vsphere/_inputs.py,sha256=uZ1oL7Ktgihs__rZN1NzeImR19yF14slggMrjiPOn7M,198058
3
+ pulumi_vsphere/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_vsphere/compute_cluster.py,sha256=SfDsyO4eTxIxRV25aNnxg87lZ8Bfvpdvko_xjOFzYwo,241171
5
+ pulumi_vsphere/compute_cluster_host_group.py,sha256=nAQCdQlfpFS6eDaZ-jRhSkeIndwkiFnY-3hXV_hrupU,18938
6
+ pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=XOF0ALSu-awNTT0Z-3m9CU6fRaqWB0d08fp-CaY0arA,26652
7
+ pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=ayOsi9_C6UFQRhm53GnJHQ_np-Fb-mkInLMukq7LKME,19747
8
+ pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=Qc3oc0CxZBfXfJcErIIuIj2QlX8yu2Ii4acfoVhJg6E,30944
9
+ pulumi_vsphere/compute_cluster_vm_group.py,sha256=7JB2aSYyEUPJNFMGBNsmy99Zez58d11OkDZkgg3IZX4,23750
10
+ pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=YLgckwOSU60FJXATEqeqx19J1tVrIP3U0ftXAtBTGBA,33633
11
+ pulumi_vsphere/configuration_profile.py,sha256=pX1VfETA6SZxc0vTEY_yjMYwnI9Wa2RJB_xGl4O_8EU,13583
12
+ pulumi_vsphere/content_library.py,sha256=DYFbYyjrNjvFg46_cZqVclVAEAxUo0Dast1X4AvQQ80,20527
13
+ pulumi_vsphere/content_library_item.py,sha256=1NlkZAQqNcJmya79IFTE4HLpar6WL_nriDTNw6GAqpI,22341
14
+ pulumi_vsphere/custom_attribute.py,sha256=lT2z-e1-OZB7awBI9ehpso3GZhK-AG4c2FWJ226p5a8,12478
15
+ pulumi_vsphere/datacenter.py,sha256=u4iH_KFZ6JGMvbs3MwhqsBi6PkMM2-p170L8sFJDuuk,19787
16
+ pulumi_vsphere/datastore_cluster.py,sha256=JBFTdUrsx59bxygrXd3vek07xe3hRulUZKNJ1UhfQmA,92057
17
+ pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=tVZeS-mc8iJ5dnf6ddQP_EYXxjh6X1s6OMUAUJk07lc,24575
18
+ pulumi_vsphere/distributed_port_group.py,sha256=fXtrDVYzyqj_XIwxA1M5K5pJbx9FO8KsU_vrDJpabQo,149891
19
+ pulumi_vsphere/distributed_virtual_switch.py,sha256=e3MVmxkJGIVYqprgnqS3rRL0aEwmUUkV3boqcuv5Arg,273834
20
+ pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=Zov-m4CSBCErQRuSO45bHvIGucSzChOm1OVhhThWJWc,15445
21
+ pulumi_vsphere/dpm_host_override.py,sha256=rWvxew-E9_TYNin9Jrin17KT32mZZht7hKr8VjB479k,22168
22
+ pulumi_vsphere/drs_vm_override.py,sha256=oyOr--TMqo6QAbA1xuxQvBH9rZH7iWwtMdvSdEW1HMM,23646
23
+ pulumi_vsphere/entity_permissions.py,sha256=TaMu2tyoxjh7EB0lsJGBbr4cK8rBRgtF67gSmAHHVR8,13597
24
+ pulumi_vsphere/file.py,sha256=hwalcwPhvlrEJVF0zVeEDRxf9FZb6YU4Nm4ZOnXU3U8,23591
25
+ pulumi_vsphere/folder.py,sha256=olNrsWiL6y8Zn0XgYXg2yIicn70dSJtFmy256hKGlTI,30617
26
+ pulumi_vsphere/get_compute_cluster.py,sha256=LHZq9jDgg2FOkA2wBjeeODN1OC1zhQhtrtJI5qp0htk,6933
27
+ pulumi_vsphere/get_compute_cluster_host_group.py,sha256=ajVegB_V3uGKdRm1mom0JT-exZrj0AvmXhoLXPLMfHA,6864
28
+ pulumi_vsphere/get_configuration_profile.py,sha256=eFEkOOBlsW0uHR7p-_w9uvizbJRVxuy-WdAyarcrfrA,5588
29
+ pulumi_vsphere/get_content_library.py,sha256=ln4t9DMz-V87ZJGHxqMoBQlTfli6J2lRE0jnPZ2wXIo,3911
30
+ pulumi_vsphere/get_content_library_item.py,sha256=xg_mOQCUY0uvTdhfEX04DzNQoHt4il-oqiROCAXhTAk,5505
31
+ pulumi_vsphere/get_custom_attribute.py,sha256=VP1qLQdsrEqSFMIh3Qww9iaJ5mOevq2YAzYrtmhr3B0,5129
32
+ pulumi_vsphere/get_datacenter.py,sha256=DAnlOob2fATtBZ8_UPaZ548P2pdqQUt0gdhG-ikS2fs,5462
33
+ pulumi_vsphere/get_datastore.py,sha256=dcOmew92kDlH_FZ9oVJviR5pn01czTwoWbDV601kQyg,6949
34
+ pulumi_vsphere/get_datastore_cluster.py,sha256=vxo88r5_FoOOVzsdSLSqDxsNQ8AiT-OaVULFbnwts18,6624
35
+ pulumi_vsphere/get_datastore_stats.py,sha256=uhSMV2rAJhLTGtTVVGdnd2QVuH8FUIeDc4p4kHEQB_s,8393
36
+ pulumi_vsphere/get_distributed_virtual_switch.py,sha256=c6fE7McVKAlvfqlCUhlmDMaOkOzr4lqvjRpedMSD6ic,7869
37
+ pulumi_vsphere/get_dynamic.py,sha256=g7EfXgikOaLeiyKSZboFrOnbp3MU7mOmAceDpST5Qms,6754
38
+ pulumi_vsphere/get_folder.py,sha256=TTwVd6b8HezMEZYVFAjOZbteyUfOhPNkaD5GPRP1RuI,11479
39
+ pulumi_vsphere/get_guest_os_customization.py,sha256=89R3h9RCMFFGoR07W2X_CajbkLWUVh4g1NFHJtB4jeY,7821
40
+ pulumi_vsphere/get_host.py,sha256=AyOXxYqg04TTmnNrFqrkfEuYUR61fPLz6MefqMGGFZI,6107
41
+ pulumi_vsphere/get_host_base_images.py,sha256=nOZHSfoqTmIZlCdHwHysuzqOSs6yZPy5Ydksr46BFqk,3550
42
+ pulumi_vsphere/get_host_pci_device.py,sha256=oqb1zSBOOXpb4tEWw4fwx7TpnpuAU2jGKDB7aLLbgMM,8845
43
+ pulumi_vsphere/get_host_thumbprint.py,sha256=HriFlovrl0aizEQfU6xFoHuOIYNJIEnb1TfWf-5sx-k,6344
44
+ pulumi_vsphere/get_host_vgpu_profile.py,sha256=PFgmWNk7hOBRVO_sE4iG3G32UEdLJJ8R3SyEteIT6OU,7291
45
+ pulumi_vsphere/get_license.py,sha256=dosfs1LYDrIoTPHPFtCdBf0p-HExy_KpjMmakXwno8E,6312
46
+ pulumi_vsphere/get_network.py,sha256=2CWrK0mzuQPKA0spilVzQ1znRmKlL6tEYAKCr7JbkvA,13024
47
+ pulumi_vsphere/get_ovf_vm_template.py,sha256=cWam1_GL9AOWQ7vJOrq6VOa5rU_sYqJqMFVF9pSdzN4,30367
48
+ pulumi_vsphere/get_policy.py,sha256=WHG6VLFNjnHtvldrif7mnBPhX8IXkNzFGv_HWlpzV18,4077
49
+ pulumi_vsphere/get_resource_pool.py,sha256=h_IFTni-pHGo_Hq7KeaRkAxn7CHC9txe19sxa1CR3_A,10547
50
+ pulumi_vsphere/get_role.py,sha256=hxE939tS7JKzM5hVkYIs6EHDX4diwvODEbLFnKBucgY,6317
51
+ pulumi_vsphere/get_tag.py,sha256=xY-pnsJZzifPmwdSpZj38LF_PZyeqK5dWY7QEiJz7Gg,5702
52
+ pulumi_vsphere/get_tag_category.py,sha256=7bw5zEQWt6IThGe59aJF2aMawFjtTVkKriLQRpVnh8U,5953
53
+ pulumi_vsphere/get_vapp_container.py,sha256=GA_JVvHN4K6Jwo45xL6VvnfaZ0dJhP7JgwgximvvVgs,5315
54
+ pulumi_vsphere/get_virtual_machine.py,sha256=3ghhDtB_lZ8OWJITuaE3FPkQMp5YGu93xTM5-CmtiTc,72025
55
+ pulumi_vsphere/get_vmfs_disks.py,sha256=LDTxMatopBF_zyHZpEcVVvqPJjj7UT_cnKeYctpYAzo,7770
56
+ pulumi_vsphere/guest_os_customization.py,sha256=cQ41GzWMN5mW5kbmg8DUaF9q-UhQneoFqX4WE1gi-Gw,17924
57
+ pulumi_vsphere/ha_vm_override.py,sha256=2uv3UqSjKLMMA9zfBx0UnzES5NINUMgQ7zPQC2if41c,60849
58
+ pulumi_vsphere/host.py,sha256=CRG_H2zdhWTfpqu--x5lcvYZwfX1mpa4mCsoaOk6FB4,55146
59
+ pulumi_vsphere/host_port_group.py,sha256=mOW92YefhMItz5NmZ-qggt8bsA-3FVLjA8H-TxuDYqY,60335
60
+ pulumi_vsphere/host_virtual_switch.py,sha256=HFuhJDBEuuWz0jiZ4IbMBlasWPfULu1WUKd-ammEdU4,66652
61
+ pulumi_vsphere/license.py,sha256=512wbtrQ-zs5CePyn9R7bydqB3LC02kVOwWDCX7Q6ts,13894
62
+ pulumi_vsphere/nas_datastore.py,sha256=XtcRQ9ntYe_JIyspwi3uSF5spZmB9vLtzvpdsaLgwm8,55239
63
+ pulumi_vsphere/offline_software_depot.py,sha256=4xxOrCrubrGej9q8sdPTUcW8wMRc_sIE3dcqcm4Tjug,7850
64
+ pulumi_vsphere/outputs.py,sha256=SU_VgZBgnItVnueVGSXNBmzbkWj5jQMLAgLoX5XzlTI,169218
65
+ pulumi_vsphere/provider.py,sha256=uYzp9Vta1Aa8R0IDuNQ1aHYuKzy30-n2B6lUzPAKI3U,22488
66
+ pulumi_vsphere/pulumi-plugin.json,sha256=B02FqPedtxKXtojo_LS6tLRq4QP6lb7TRcUqFmRmI34,84
67
+ pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
+ pulumi_vsphere/resource_pool.py,sha256=0iW1GbAiGb5E6hxUHn6Rz9bEklEo186LzLrJIKk613Q,59396
69
+ pulumi_vsphere/role.py,sha256=07ONK7EAsNAbeCmslTA6zG-U6RLjh0AMjaukAgBlaRU,9869
70
+ pulumi_vsphere/storage_drs_vm_override.py,sha256=d6VVJkaD_bb3W6lxL7DfJFLGzygA99osYT6VncqzNro,26851
71
+ pulumi_vsphere/supervisor.py,sha256=h7ThUo61OVboRRuaN42WdtuWD3d-yZ-u7KTBdPeOut0,54017
72
+ pulumi_vsphere/tag.py,sha256=83QcHUmG4bpO6MZuyLGFIdLjN4EOKtFrwYz-YK3oy5s,15824
73
+ pulumi_vsphere/tag_category.py,sha256=qOdAJxj57PgO0lBRb6CTK1EBa6oedrsbOl7I5qlIUXA,18643
74
+ pulumi_vsphere/vapp_container.py,sha256=zsyGwM1Tw7ef7V8ZKnLJf6kn5vIYVD2P-vRcZnIHdUo,57180
75
+ pulumi_vsphere/vapp_entity.py,sha256=WtLRuwtnpxryX7Hg2JnM4_rzr05jVoYNEdiSeqT00dw,36772
76
+ pulumi_vsphere/virtual_disk.py,sha256=eWuc1ESCuP2Q8780Ez8a0zp1iR5Huo_9HWwyQ9-hE9c,36033
77
+ pulumi_vsphere/virtual_machine.py,sha256=v8dDiIstM2aSun8tjiGjtIeSDfpdiMxVNlNpyL1R-24,237125
78
+ pulumi_vsphere/virtual_machine_class.py,sha256=saUsQh_3bVRAvoY7Y-FUYi_tkqcvqolGS9l2ZyK__L0,18432
79
+ pulumi_vsphere/virtual_machine_snapshot.py,sha256=12brP8F244x-JqmBKr5h1EFn4DJt4btiRZu2dIW3bWg,26239
80
+ pulumi_vsphere/vm_storage_policy.py,sha256=hIVxYzYThUMp9xPWLLnUASHhIjrPBCclR34fLLXNlOA,20620
81
+ pulumi_vsphere/vmfs_datastore.py,sha256=-O8bMZWiVXsE3X-H8ElTDAa7RdeWoDb1cnrUf-SkzTE,47385
82
+ pulumi_vsphere/vnic.py,sha256=qWW6kJptAoOpt8Ucch7bxrS5J2qYCpxbEShYU3Ovpys,32356
83
+ pulumi_vsphere/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
84
+ pulumi_vsphere/config/__init__.pyi,sha256=xIQJB8zGk5myF9nf2LJUefPcxQjWODo2zQFJMlXkb6Y,1524
85
+ pulumi_vsphere/config/vars.py,sha256=6lv8iDJ0T9-298m4Kg2oIQIeA-E-PrRu8jAgaZ6b0LU,3513
86
+ pulumi_vsphere-4.17.0a1763710194.dist-info/METADATA,sha256=QxCfoz4Z0irbr8GNu3P_H76Ge51H43aJ9epX3BdDqlo,5024
87
+ pulumi_vsphere-4.17.0a1763710194.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
88
+ pulumi_vsphere-4.17.0a1763710194.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
89
+ pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,87 +0,0 @@
1
- pulumi_vsphere/__init__.py,sha256=KVp2dIQCjsdCzu2ArfhmqUN6hMjU9HffF_u18Ek3A_c,11115
2
- pulumi_vsphere/_inputs.py,sha256=PBs1a-df_1CaI2uPDltcjsgCbNSag4cl32CscKGyIW4,186499
3
- pulumi_vsphere/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_vsphere/compute_cluster.py,sha256=gr2ZuPNBmNzwNrWQ0XDw8in75jsZ-tngGeH8ZQiaBPM,232860
5
- pulumi_vsphere/compute_cluster_host_group.py,sha256=2pUMyC9r0vQS11yLxdcFIyQq4POf8VQmqMsgt8mDQN0,15605
6
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=YUrv5Ro7_p9qNqrDPZLTHaa0fEt_SppTPMmLm1dHnA4,25709
7
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=BPhVHEzDWJRi0S0zo5p-RbOuP-yMI9wDmEXX7dCC2I4,18642
8
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=hBTX8zYk7B0BoYUXNmj5Zk6uDY4P10p5G1LDElzEhjk,29673
9
- pulumi_vsphere/compute_cluster_vm_group.py,sha256=3oNzZ6VNvDsVBYFHfWUt0x5SbxMIph8pBbrJO4lRZcY,23007
10
- pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=sHbddJDpFcfAMzdvNSwxWsMrtiyTUkg91uf16dDVExw,32204
11
- pulumi_vsphere/content_library.py,sha256=XW1jRVE1Oxt6ZkKD8FHpJlmdNA7MgjEjx2w176iTWy0,19738
12
- pulumi_vsphere/content_library_item.py,sha256=HEw0sOVm7tL6QMTmBBDqHhZRKmFYXAa_5_P6U0zktZM,21094
13
- pulumi_vsphere/custom_attribute.py,sha256=MGTvQNSZYxJdWG3cjlmyP24QS3FkROPoWAhLYs2xXgY,11917
14
- pulumi_vsphere/datacenter.py,sha256=Kilc1gkC7VJXM3sC0Htsu-v4Dv_vHlqjNWCvjlJLGDQ,18960
15
- pulumi_vsphere/datastore_cluster.py,sha256=8hHjV5A3bIZcYFRpSIOhg2VZs_DQm-8pjLj6EvDy-Xw,84744
16
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=lapOmmiyy8KHGfNdw-Fp5FAKD5B0r-jUQHADWjt4V1E,23466
17
- pulumi_vsphere/distributed_port_group.py,sha256=zyPiYD7GeLKzpqNDfo4klauPbSGC3woxmOGDmQ_Lak4,142052
18
- pulumi_vsphere/distributed_virtual_switch.py,sha256=VeJNMsyIqL6qA14nAlmJk5iy43rkLiCVuQN5FXD19B0,258365
19
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=4iuFdJh9NDtbr_cYoauWfVQRB9gnhtiz8tQoMjNH0Io,14656
20
- pulumi_vsphere/dpm_host_override.py,sha256=XfobJD3nZEl5xaiHwTxbhcmOvE9-R1d2P1MKo-IYHpk,17797
21
- pulumi_vsphere/drs_vm_override.py,sha256=K8Pih766KJUScejVirvN9D_wKf2WtVq8WDl_WkUId08,22749
22
- pulumi_vsphere/entity_permissions.py,sha256=z4PvbMWmQUXx_sK3bQHGp_FHXVHzedT4uh2ojdsjQ8o,13156
23
- pulumi_vsphere/file.py,sha256=5nLX9atJuEC5bqbvsGd4CCV_hIve4J24qyezmrYcnV4,23571
24
- pulumi_vsphere/folder.py,sha256=NiIjlAuM_ytWE9eE4bmr0VYS5b6pfm8ZHVkQHnDIuic,29476
25
- pulumi_vsphere/get_compute_cluster.py,sha256=7Y-ffM4YGmlagzGdno5Q0zb2owGu68K7NDlOCipi83o,6774
26
- pulumi_vsphere/get_compute_cluster_host_group.py,sha256=icjgCB70D2eUxLS8DwvF7X0Z6bXW_lQYnZQBakV24IQ,6977
27
- pulumi_vsphere/get_content_library.py,sha256=fLYqo0QsLIC472fNULiRAQ2pQeY_YDj3lsyRaTPzsQk,3832
28
- pulumi_vsphere/get_content_library_item.py,sha256=7L-N0OVEcoJpnvXMRjyc4XFX-KyrcThfKq1fyVlqrv0,5306
29
- pulumi_vsphere/get_custom_attribute.py,sha256=2C9QAeJcim0tbn9vs266-JhpwAPlDM7HxUswi2IVza8,5030
30
- pulumi_vsphere/get_datacenter.py,sha256=uoSsII-4mBNjsVflES1hcWH5AGU0h3gbkmB1JrFT1hg,5363
31
- pulumi_vsphere/get_datastore.py,sha256=jlL2HsQxt3txdKl06pZwWv_oIndyGaDUgtNnWtOLmCE,6750
32
- pulumi_vsphere/get_datastore_cluster.py,sha256=I3nIIK2mSSxspqCVOIk637c0z_BKxvQJoYeNHqPFKp4,6466
33
- pulumi_vsphere/get_datastore_stats.py,sha256=NOfWKRzENlY1WQmeXTNsW1eDKtRZ8Y3pPlB4ogSTmQ4,8466
34
- pulumi_vsphere/get_distributed_virtual_switch.py,sha256=2o7D7ZJXR8fSoDABAHNVeu9O5C1udMu2WwDnGpW5hDQ,7710
35
- pulumi_vsphere/get_dynamic.py,sha256=4kL9ue93oqUaaAPoVM-MKNnZpr5GOhVFGVe_R9xNXmQ,6791
36
- pulumi_vsphere/get_folder.py,sha256=YrF6lP9vMuwiAjizw6VJKDChVCdMx4c9UbpWh3y17ZE,4572
37
- pulumi_vsphere/get_guest_os_customization.py,sha256=M2GrnO08YnQEw8ViGgoMiANtqtWi5sZB8zz3iDXuQTI,6196
38
- pulumi_vsphere/get_host.py,sha256=096kOTCExeYfCRJi7Bsw0399KZDzDbuPPpuHKskeJyA,5948
39
- pulumi_vsphere/get_host_base_images.py,sha256=d43IxPNCfr3rwhHm_TbOwO6JgDjBsnOjaya_nV8FTh0,3511
40
- pulumi_vsphere/get_host_pci_device.py,sha256=PLT7PTk3zycL11cqiO4X2xKgRNh1Ow5Xmz7hcLhty9E,8566
41
- pulumi_vsphere/get_host_thumbprint.py,sha256=IKPHXoNMFcuGfHMusbFYBwWMfvMkGdMsMgJn1t0d9c0,6145
42
- pulumi_vsphere/get_host_vgpu_profile.py,sha256=PwyNYSz9t8Aa0ktXXjW75CO1JIlwM4U3owoJHzZzw9c,7142
43
- pulumi_vsphere/get_license.py,sha256=LWdUaNV77ip3f_FE5OVs0fYjPw_SgEeBS5U_6HHMdBM,6124
44
- pulumi_vsphere/get_network.py,sha256=MMk9NPF7GNKEVre3qodSqv03CbCb6MwoUKAFZ2bpc-M,9810
45
- pulumi_vsphere/get_ovf_vm_template.py,sha256=422NQaoICHIHB2q4GeQTld1WaUJ2LSp1Gk55X8Ucv5I,29180
46
- pulumi_vsphere/get_policy.py,sha256=6r39F1A82BZbcK8Rw1I6mhTcyU9FUkpFRQvppPcUy5w,3998
47
- pulumi_vsphere/get_resource_pool.py,sha256=HrQ5KUjEroAG4B4SWnW8pfY0I-CT-CHJH6PP_eOAG5w,7981
48
- pulumi_vsphere/get_role.py,sha256=r0hfeZprzETIUhlh3DNZAlNI8R1g4YXwQ0_kgoBzw6s,6078
49
- pulumi_vsphere/get_tag.py,sha256=ku33TbhXPFpwh21_cc4az6BJJOxAfCzZt3u4dsXhjXw,5543
50
- pulumi_vsphere/get_tag_category.py,sha256=gactlr1XDyR-6FuPhRDhv98qvb5dUoH-Rptd_-na0sI,5814
51
- pulumi_vsphere/get_vapp_container.py,sha256=08PrtkYMwBCyjJtUkgg4iGSNU1ViUqhjge3vnS2pLDo,5176
52
- pulumi_vsphere/get_virtual_machine.py,sha256=EjvOHfPgNGsx3Tqp6SlfsK9WE-AYonU2j14xfp9NNaI,69316
53
- pulumi_vsphere/get_vmfs_disks.py,sha256=vO8Xo_E3FHL5gEnATVGwxdlyj0bbANPc2nnpD_QehFw,7551
54
- pulumi_vsphere/guest_os_customization.py,sha256=0raXcrdKGs5ZjwOYndtD6yRTub4nWWjOaXI-MMnqhcY,17127
55
- pulumi_vsphere/ha_vm_override.py,sha256=1EHf0-rdpHsfaqIaPO4ddIA-WJ-PtZtRkYPjvc0xSL0,59092
56
- pulumi_vsphere/host.py,sha256=ztACxMQSacO8sE4og6vtkr8ehWz7zYbMiEGzaYXQNUU,50913
57
- pulumi_vsphere/host_port_group.py,sha256=rpYA-a9j2m75sC386FcP2VoNqqkuAPFuiDb4Jt4GVPM,57434
58
- pulumi_vsphere/host_virtual_switch.py,sha256=Oqccjp0w_duYBU4CO0PynuMlhHX6FYLIMyVZ9iIN4lg,63109
59
- pulumi_vsphere/license.py,sha256=DwsJQehrx_QetnhEotAXj9uMGN6s52Ex62seIN79WOc,12196
60
- pulumi_vsphere/nas_datastore.py,sha256=CyB6l1bs6Lg28ZSXZOm63SAhaWC72PV0I1JgqbjNPe4,50328
61
- pulumi_vsphere/offline_software_depot.py,sha256=O4VuQf4h2gobA55ipUN5N--o4-mPTakVX1Xpe6E4ek0,7553
62
- pulumi_vsphere/outputs.py,sha256=SxZJgA56rn9RLiglb9BYss_Cpqh4fDT_VVuTMpsb0Zk,158391
63
- pulumi_vsphere/provider.py,sha256=ebBbKo9SR-1kQc5iyRLFK9rtQhWlI_u-nAZrEFC83zA,20437
64
- pulumi_vsphere/pulumi-plugin.json,sha256=vACcgf9-4eL1sTsKiwkXXOnOL2aB7Uo_5eOo9uu9YAw,84
65
- pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
- pulumi_vsphere/resource_pool.py,sha256=EoVpNGqrDYXjP7Zyg12-rGOJDav9BW4Z05GqLIEBsEY,43639
67
- pulumi_vsphere/role.py,sha256=7AvmMTWG_J07ePZEu810mBVtVF1Vcndh0C8K5dn9CI8,9394
68
- pulumi_vsphere/storage_drs_vm_override.py,sha256=p8bgeV0UR1XiON2VZhIB0NEi0l_c2tIjR65mE3DCIPY,25770
69
- pulumi_vsphere/supervisor.py,sha256=aeOLgagpbmOtUCII7e34OHGOR6Jzt8Z2G4NLbXozppQ,51910
70
- pulumi_vsphere/tag.py,sha256=XVt0ZJrGVESLpEfEOyI1kCcdSdTNcrBH2OHbG3nAD8k,15117
71
- pulumi_vsphere/tag_category.py,sha256=4E2kcz3QSEFrT4j52ubmE_aKACmJrLvbjfSOeqPg_Zs,17750
72
- pulumi_vsphere/vapp_container.py,sha256=ZH6kUaPEgfmG4kgE5wvMQHOc0UuiBEsopGMOXq79-18,54413
73
- pulumi_vsphere/vapp_entity.py,sha256=k2EfP_VhF63iehYUxMf-E37SshhrDsSDGZ4NaiYD1YM,34861
74
- pulumi_vsphere/virtual_disk.py,sha256=cNOEKC5uGcFp7Z5ggDMpVagcQZYTa66MQbHwiMx9YCY,34674
75
- pulumi_vsphere/virtual_machine.py,sha256=d3580v7aRn0uxkhsFMciHAJMFi9jk8kWsilZFclYWtY,225018
76
- pulumi_vsphere/virtual_machine_class.py,sha256=lkJgYH2TEguJscKPbDPq5B9I0uVi5PD3K9FhMF4mxV8,17337
77
- pulumi_vsphere/virtual_machine_snapshot.py,sha256=iqExU_STU4OIUwBcUToWOhfTgfpSph28Bm-WNzYUpns,24968
78
- pulumi_vsphere/vm_storage_policy.py,sha256=YyV9B6CVh23AoH-VxJ9lwZy78I63NbTSW6xWn-iYK00,20183
79
- pulumi_vsphere/vmfs_datastore.py,sha256=sXzgqOY4I4UQAs7V3ENUW5tsLD_64m_xKi64W7_tMTw,45348
80
- pulumi_vsphere/vnic.py,sha256=e6nihrNo_9qeRT4n0qBf3Rm29xrpFYr9KtIBy-VB_Y0,30891
81
- pulumi_vsphere/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
82
- pulumi_vsphere/config/__init__.pyi,sha256=iEdb3b8LpA1hgxsdfzIl9TB79_koUKrlg5KHtM-7xDg,1525
83
- pulumi_vsphere/config/vars.py,sha256=qYPNSppleMGJaxbz3VnPRGlln--OcnHmvlXJIXq6t20,3384
84
- pulumi_vsphere-4.14.0a1739946909.dist-info/METADATA,sha256=nPU2qV4lNnoXEkVFmvv6YeHoPLaLXYQmxGTMoQwJZIo,5021
85
- pulumi_vsphere-4.14.0a1739946909.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
86
- pulumi_vsphere-4.14.0a1739946909.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
- pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD,,