pulumi-vsphere 4.15.0a1747983379__py3-none-any.whl → 4.15.0a1748901895__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 (87) hide show
  1. pulumi_vsphere/__init__.py +1 -1
  2. pulumi_vsphere/_inputs.py +1 -1
  3. pulumi_vsphere/_utilities.py +1 -1
  4. pulumi_vsphere/compute_cluster.py +1 -1
  5. pulumi_vsphere/compute_cluster_host_group.py +1 -1
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +1 -1
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +1 -1
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +1 -1
  9. pulumi_vsphere/compute_cluster_vm_group.py +1 -1
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +1 -1
  11. pulumi_vsphere/config/__init__.py +1 -1
  12. pulumi_vsphere/config/__init__.pyi +1 -1
  13. pulumi_vsphere/config/vars.py +1 -1
  14. pulumi_vsphere/content_library.py +1 -1
  15. pulumi_vsphere/content_library_item.py +1 -1
  16. pulumi_vsphere/custom_attribute.py +1 -1
  17. pulumi_vsphere/datacenter.py +1 -1
  18. pulumi_vsphere/datastore_cluster.py +1 -1
  19. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +1 -1
  20. pulumi_vsphere/distributed_port_group.py +1 -1
  21. pulumi_vsphere/distributed_virtual_switch.py +1 -1
  22. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +1 -1
  23. pulumi_vsphere/dpm_host_override.py +1 -1
  24. pulumi_vsphere/drs_vm_override.py +1 -1
  25. pulumi_vsphere/entity_permissions.py +1 -1
  26. pulumi_vsphere/file.py +1 -1
  27. pulumi_vsphere/folder.py +1 -1
  28. pulumi_vsphere/get_compute_cluster.py +1 -1
  29. pulumi_vsphere/get_compute_cluster_host_group.py +1 -1
  30. pulumi_vsphere/get_content_library.py +1 -1
  31. pulumi_vsphere/get_content_library_item.py +1 -1
  32. pulumi_vsphere/get_custom_attribute.py +1 -1
  33. pulumi_vsphere/get_datacenter.py +1 -1
  34. pulumi_vsphere/get_datastore.py +1 -1
  35. pulumi_vsphere/get_datastore_cluster.py +1 -1
  36. pulumi_vsphere/get_datastore_stats.py +1 -1
  37. pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
  38. pulumi_vsphere/get_dynamic.py +1 -1
  39. pulumi_vsphere/get_folder.py +1 -1
  40. pulumi_vsphere/get_guest_os_customization.py +1 -1
  41. pulumi_vsphere/get_host.py +1 -1
  42. pulumi_vsphere/get_host_base_images.py +1 -1
  43. pulumi_vsphere/get_host_pci_device.py +1 -1
  44. pulumi_vsphere/get_host_thumbprint.py +1 -1
  45. pulumi_vsphere/get_host_vgpu_profile.py +1 -1
  46. pulumi_vsphere/get_license.py +1 -1
  47. pulumi_vsphere/get_network.py +1 -1
  48. pulumi_vsphere/get_ovf_vm_template.py +1 -1
  49. pulumi_vsphere/get_policy.py +1 -1
  50. pulumi_vsphere/get_resource_pool.py +1 -1
  51. pulumi_vsphere/get_role.py +1 -1
  52. pulumi_vsphere/get_tag.py +1 -1
  53. pulumi_vsphere/get_tag_category.py +1 -1
  54. pulumi_vsphere/get_vapp_container.py +1 -1
  55. pulumi_vsphere/get_virtual_machine.py +1 -1
  56. pulumi_vsphere/get_vmfs_disks.py +1 -1
  57. pulumi_vsphere/guest_os_customization.py +1 -1
  58. pulumi_vsphere/ha_vm_override.py +1 -1
  59. pulumi_vsphere/host.py +1 -1
  60. pulumi_vsphere/host_port_group.py +1 -1
  61. pulumi_vsphere/host_virtual_switch.py +1 -1
  62. pulumi_vsphere/license.py +1 -1
  63. pulumi_vsphere/nas_datastore.py +1 -1
  64. pulumi_vsphere/offline_software_depot.py +1 -1
  65. pulumi_vsphere/outputs.py +1 -1
  66. pulumi_vsphere/provider.py +36 -38
  67. pulumi_vsphere/pulumi-plugin.json +1 -1
  68. pulumi_vsphere/resource_pool.py +1 -1
  69. pulumi_vsphere/role.py +1 -1
  70. pulumi_vsphere/storage_drs_vm_override.py +1 -1
  71. pulumi_vsphere/supervisor.py +1 -1
  72. pulumi_vsphere/tag.py +1 -1
  73. pulumi_vsphere/tag_category.py +1 -1
  74. pulumi_vsphere/vapp_container.py +1 -1
  75. pulumi_vsphere/vapp_entity.py +1 -1
  76. pulumi_vsphere/virtual_disk.py +1 -1
  77. pulumi_vsphere/virtual_machine.py +1 -1
  78. pulumi_vsphere/virtual_machine_class.py +1 -1
  79. pulumi_vsphere/virtual_machine_snapshot.py +1 -1
  80. pulumi_vsphere/vm_storage_policy.py +1 -1
  81. pulumi_vsphere/vmfs_datastore.py +1 -1
  82. pulumi_vsphere/vnic.py +1 -1
  83. {pulumi_vsphere-4.15.0a1747983379.dist-info → pulumi_vsphere-4.15.0a1748901895.dist-info}/METADATA +1 -1
  84. pulumi_vsphere-4.15.0a1748901895.dist-info/RECORD +87 -0
  85. {pulumi_vsphere-4.15.0a1747983379.dist-info → pulumi_vsphere-4.15.0a1748901895.dist-info}/WHEEL +1 -1
  86. pulumi_vsphere-4.15.0a1747983379.dist-info/RECORD +0 -87
  87. {pulumi_vsphere-4.15.0a1747983379.dist-info → pulumi_vsphere-4.15.0a1748901895.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/_inputs.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/file.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/folder.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/get_tag.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/host.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/license.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/outputs.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -20,36 +20,34 @@ __all__ = ['ProviderArgs', 'Provider']
20
20
  @pulumi.input_type
21
21
  class ProviderArgs:
22
22
  def __init__(__self__, *,
23
- password: pulumi.Input[builtins.str],
24
- user: pulumi.Input[builtins.str],
25
23
  allow_unverified_ssl: Optional[pulumi.Input[builtins.bool]] = None,
26
24
  api_timeout: Optional[pulumi.Input[builtins.int]] = None,
27
25
  client_debug: Optional[pulumi.Input[builtins.bool]] = None,
28
26
  client_debug_path: Optional[pulumi.Input[builtins.str]] = None,
29
27
  client_debug_path_run: Optional[pulumi.Input[builtins.str]] = None,
28
+ password: Optional[pulumi.Input[builtins.str]] = None,
30
29
  persist_session: Optional[pulumi.Input[builtins.bool]] = None,
31
30
  rest_session_path: Optional[pulumi.Input[builtins.str]] = None,
31
+ user: Optional[pulumi.Input[builtins.str]] = None,
32
32
  vcenter_server: Optional[pulumi.Input[builtins.str]] = None,
33
33
  vim_keep_alive: Optional[pulumi.Input[builtins.int]] = None,
34
34
  vim_session_path: Optional[pulumi.Input[builtins.str]] = None,
35
35
  vsphere_server: Optional[pulumi.Input[builtins.str]] = None):
36
36
  """
37
37
  The set of arguments for constructing a Provider resource.
38
- :param pulumi.Input[builtins.str] password: The user password for vSphere API operations.
39
- :param pulumi.Input[builtins.str] user: The user name for vSphere API operations.
40
38
  :param pulumi.Input[builtins.bool] allow_unverified_ssl: If set, VMware vSphere client will permit unverifiable SSL certificates.
41
39
  :param pulumi.Input[builtins.int] api_timeout: API timeout in minutes (Default: 5)
42
40
  :param pulumi.Input[builtins.bool] client_debug: govmomi debug
43
41
  :param pulumi.Input[builtins.str] client_debug_path: govmomi debug path for debug
44
42
  :param pulumi.Input[builtins.str] client_debug_path_run: govmomi debug path for a single run
43
+ :param pulumi.Input[builtins.str] password: The user password for vSphere API operations.
45
44
  :param pulumi.Input[builtins.bool] persist_session: Persist vSphere client sessions to disk
46
45
  :param pulumi.Input[builtins.str] rest_session_path: The directory to save vSphere REST API sessions to
46
+ :param pulumi.Input[builtins.str] user: The user name for vSphere API operations.
47
47
  :param pulumi.Input[builtins.int] vim_keep_alive: Keep alive interval for the VIM session in minutes
48
48
  :param pulumi.Input[builtins.str] vim_session_path: The directory to save vSphere SOAP API sessions to
49
49
  :param pulumi.Input[builtins.str] vsphere_server: The vSphere Server name for vSphere API operations.
50
50
  """
51
- pulumi.set(__self__, "password", password)
52
- pulumi.set(__self__, "user", user)
53
51
  if allow_unverified_ssl is None:
54
52
  allow_unverified_ssl = _utilities.get_env_bool('VSPHERE_ALLOW_UNVERIFIED_SSL')
55
53
  if allow_unverified_ssl is not None:
@@ -68,6 +66,8 @@ class ProviderArgs:
68
66
  client_debug_path_run = _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH_RUN')
69
67
  if client_debug_path_run is not None:
70
68
  pulumi.set(__self__, "client_debug_path_run", client_debug_path_run)
69
+ if password is not None:
70
+ pulumi.set(__self__, "password", password)
71
71
  if persist_session is None:
72
72
  persist_session = _utilities.get_env_bool('VSPHERE_PERSIST_SESSION')
73
73
  if persist_session is not None:
@@ -76,6 +76,8 @@ class ProviderArgs:
76
76
  rest_session_path = _utilities.get_env('VSPHERE_REST_SESSION_PATH')
77
77
  if rest_session_path is not None:
78
78
  pulumi.set(__self__, "rest_session_path", rest_session_path)
79
+ if user is not None:
80
+ pulumi.set(__self__, "user", user)
79
81
  if vcenter_server is not None:
80
82
  warnings.warn("""This field has been renamed to vsphere_server.""", DeprecationWarning)
81
83
  pulumi.log.warn("""vcenter_server is deprecated: This field has been renamed to vsphere_server.""")
@@ -92,30 +94,6 @@ class ProviderArgs:
92
94
  if vsphere_server is not None:
93
95
  pulumi.set(__self__, "vsphere_server", vsphere_server)
94
96
 
95
- @property
96
- @pulumi.getter
97
- def password(self) -> pulumi.Input[builtins.str]:
98
- """
99
- The user password for vSphere API operations.
100
- """
101
- return pulumi.get(self, "password")
102
-
103
- @password.setter
104
- def password(self, value: pulumi.Input[builtins.str]):
105
- pulumi.set(self, "password", value)
106
-
107
- @property
108
- @pulumi.getter
109
- def user(self) -> pulumi.Input[builtins.str]:
110
- """
111
- The user name for vSphere API operations.
112
- """
113
- return pulumi.get(self, "user")
114
-
115
- @user.setter
116
- def user(self, value: pulumi.Input[builtins.str]):
117
- pulumi.set(self, "user", value)
118
-
119
97
  @property
120
98
  @pulumi.getter(name="allowUnverifiedSsl")
121
99
  def allow_unverified_ssl(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -176,6 +154,18 @@ class ProviderArgs:
176
154
  def client_debug_path_run(self, value: Optional[pulumi.Input[builtins.str]]):
177
155
  pulumi.set(self, "client_debug_path_run", value)
178
156
 
157
+ @property
158
+ @pulumi.getter
159
+ def password(self) -> Optional[pulumi.Input[builtins.str]]:
160
+ """
161
+ The user password for vSphere API operations.
162
+ """
163
+ return pulumi.get(self, "password")
164
+
165
+ @password.setter
166
+ def password(self, value: Optional[pulumi.Input[builtins.str]]):
167
+ pulumi.set(self, "password", value)
168
+
179
169
  @property
180
170
  @pulumi.getter(name="persistSession")
181
171
  def persist_session(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -200,6 +190,18 @@ class ProviderArgs:
200
190
  def rest_session_path(self, value: Optional[pulumi.Input[builtins.str]]):
201
191
  pulumi.set(self, "rest_session_path", value)
202
192
 
193
+ @property
194
+ @pulumi.getter
195
+ def user(self) -> Optional[pulumi.Input[builtins.str]]:
196
+ """
197
+ The user name for vSphere API operations.
198
+ """
199
+ return pulumi.get(self, "user")
200
+
201
+ @user.setter
202
+ def user(self, value: Optional[pulumi.Input[builtins.str]]):
203
+ pulumi.set(self, "user", value)
204
+
203
205
  @property
204
206
  @pulumi.getter(name="vcenterServer")
205
207
  @_utilities.deprecated("""This field has been renamed to vsphere_server.""")
@@ -292,7 +294,7 @@ class Provider(pulumi.ProviderResource):
292
294
  @overload
293
295
  def __init__(__self__,
294
296
  resource_name: str,
295
- args: ProviderArgs,
297
+ args: Optional[ProviderArgs] = None,
296
298
  opts: Optional[pulumi.ResourceOptions] = None):
297
299
  """
298
300
  The provider type for the vsphere package. By default, resources use package-wide configuration
@@ -350,8 +352,6 @@ class Provider(pulumi.ProviderResource):
350
352
  if client_debug_path_run is None:
351
353
  client_debug_path_run = _utilities.get_env('VSPHERE_CLIENT_DEBUG_PATH_RUN')
352
354
  __props__.__dict__["client_debug_path_run"] = client_debug_path_run
353
- if password is None and not opts.urn:
354
- raise TypeError("Missing required property 'password'")
355
355
  __props__.__dict__["password"] = password
356
356
  if persist_session is None:
357
357
  persist_session = _utilities.get_env_bool('VSPHERE_PERSIST_SESSION')
@@ -359,8 +359,6 @@ class Provider(pulumi.ProviderResource):
359
359
  if rest_session_path is None:
360
360
  rest_session_path = _utilities.get_env('VSPHERE_REST_SESSION_PATH')
361
361
  __props__.__dict__["rest_session_path"] = rest_session_path
362
- if user is None and not opts.urn:
363
- raise TypeError("Missing required property 'user'")
364
362
  __props__.__dict__["user"] = user
365
363
  __props__.__dict__["vcenter_server"] = vcenter_server
366
364
  if vim_keep_alive is None:
@@ -394,7 +392,7 @@ class Provider(pulumi.ProviderResource):
394
392
 
395
393
  @property
396
394
  @pulumi.getter
397
- def password(self) -> pulumi.Output[builtins.str]:
395
+ def password(self) -> pulumi.Output[Optional[builtins.str]]:
398
396
  """
399
397
  The user password for vSphere API operations.
400
398
  """
@@ -410,7 +408,7 @@ class Provider(pulumi.ProviderResource):
410
408
 
411
409
  @property
412
410
  @pulumi.getter
413
- def user(self) -> pulumi.Output[builtins.str]:
411
+ def user(self) -> pulumi.Output[Optional[builtins.str]]:
414
412
  """
415
413
  The user name for vSphere API operations.
416
414
  """
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "vsphere",
4
- "version": "4.15.0-alpha.1747983379"
4
+ "version": "4.15.0-alpha.1748901895"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/role.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/tag.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_vsphere/vnic.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.15.0a1747983379
3
+ Version: 4.15.0a1748901895
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -0,0 +1,87 @@
1
+ pulumi_vsphere/__init__.py,sha256=w1tJ5pGzjHejBN2jn7a_OWts6otuzRu7Xpsxx82fhvw,11113
2
+ pulumi_vsphere/_inputs.py,sha256=TiC01eQow04mtUaiKai3wMhJOxf18VFP6FJ4ZI29dXw,195083
3
+ pulumi_vsphere/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
4
+ pulumi_vsphere/compute_cluster.py,sha256=WA_7SksHKka-A8wDxyz6hTinA5FnyVQeenZLVoR8qdc,241271
5
+ pulumi_vsphere/compute_cluster_host_group.py,sha256=82e7vEUGlH1ssB3o1kt6zTPs_QGRspEzq8WULzTJmrE,18805
6
+ pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=RrReXUEiIHejRswuW0pu3eU8vmV91HjwHgz4Ktg3suk,26431
7
+ pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=ZCbK6GuT5d1i1QCG7vpVy_CeH7PlPPCw7ddvoqdQGAY,19526
8
+ pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=SuQm8VcPIuxq96zTE7fG1BvOSmL6O8G6PNGAP7-zBhA,30679
9
+ pulumi_vsphere/compute_cluster_vm_group.py,sha256=PpDUGcOazhVyl-UMZZOkC5w5fAo9bebkWaEgoaPE4y8,23617
10
+ pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=kqnvhp3auTUwbDH81IhUncns-khuzxbTW6cqXQzY2PI,33324
11
+ pulumi_vsphere/content_library.py,sha256=FRPDCoUURd1IibFrUrxCMcWiA8sUrNrSvfJiQFP0LSI,20334
12
+ pulumi_vsphere/content_library_item.py,sha256=Vyz3L5ov2sTWGQKQzkx_MiRn3NXiuU4gUPk68y89_0k,22076
13
+ pulumi_vsphere/custom_attribute.py,sha256=eBT2uALOLAK9_h2_TiSeHOKXWZAqe9JtncW7hFnuH6g,12389
14
+ pulumi_vsphere/datacenter.py,sha256=CBrMJUPWi2sCJcJREMP9FLwqYMEo_MOx_-ckMjttyeI,19583
15
+ pulumi_vsphere/datastore_cluster.py,sha256=WHB1JbB1n4I5Yjax7NfX99zctqwYezD2S-hcGDjHKv4,91376
16
+ pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=ATw3U3SQHyq8GNDGWtrGW4ZLx-JYnRiTNUl70r6WWLw,24354
17
+ pulumi_vsphere/distributed_port_group.py,sha256=dW2acZsA7hMQ4Kw6HacDUPV3VFtOcPiFrlaqZRER0hw,148078
18
+ pulumi_vsphere/distributed_virtual_switch.py,sha256=yyLEic-3N2LlhqKUGgjeXE7N4PH1m1wlp50HZg9leLY,270132
19
+ pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=y_rUq-NMAG4HTmqGMUHmfTcGcp-nOofdmyBSW5ctPqE,15268
20
+ pulumi_vsphere/dpm_host_override.py,sha256=Yx5dNyT_UERzAWxkDhLZZgXokDWfqxKBnNhPpGbRVnw,21991
21
+ pulumi_vsphere/drs_vm_override.py,sha256=O1kzG9FOpVHt2XMoybLSMTJ4dfgTclcnuE2wGanaWLY,23469
22
+ pulumi_vsphere/entity_permissions.py,sha256=s7We2GENvzF0_9XQZ5VBe1Xwl9Z4YkGzl1XPYl5w8TI,13478
23
+ pulumi_vsphere/file.py,sha256=bDj6FcOr9mBN9_Py-LFCF0-W4VvP4vAK_0INCTMxxog,23282
24
+ pulumi_vsphere/folder.py,sha256=3nFpKRDoyhfPuM-q0mMaS41NYRIJBfQ9f983i6WuJ5s,30396
25
+ pulumi_vsphere/get_compute_cluster.py,sha256=M7SCSI5hIHiWrfII782QjuMRtXn2sIeyepmFqbWzVUU,6880
26
+ pulumi_vsphere/get_compute_cluster_host_group.py,sha256=gSjynRAP-ZtBcUWr8mVBcO2jKZnvfyTOzNKM1AhcV88,6811
27
+ pulumi_vsphere/get_content_library.py,sha256=V1qf6Ll_7hseqzjguGETrbT-U2YNiiBrhW9rR2LW1Dg,3884
28
+ pulumi_vsphere/get_content_library_item.py,sha256=g0nOu77-vLYufVgjUQqyHXjzeVvx_XvzJMkly6rUUm0,5448
29
+ pulumi_vsphere/get_custom_attribute.py,sha256=8j2T6aAZzl0v8oUqdmIUsuNTCMax3WH0e36q7-Kco4A,5091
30
+ pulumi_vsphere/get_datacenter.py,sha256=yNRXpTkCquK3kQbegDPTDRGOTpTeC7MZm1zRrBp8xg4,5424
31
+ pulumi_vsphere/get_datastore.py,sha256=8UDfVeSgVeyiTCLwH06-H00BmykU_oNOx9JGx_Y1dws,6892
32
+ pulumi_vsphere/get_datastore_cluster.py,sha256=E9q8Tl1jzP-KPO6Yjr283oSYIvtYNRtOoooCRgHGAx8,6571
33
+ pulumi_vsphere/get_datastore_stats.py,sha256=TwDcKhQkKycSW-Yk5GJ2sCiqkiBJzUv7-Cq42lPdjz8,8336
34
+ pulumi_vsphere/get_distributed_virtual_switch.py,sha256=JSkG_a83cEqB_IvjNrlImG2R0nZ7yXt4-g2uHvNbJI0,7816
35
+ pulumi_vsphere/get_dynamic.py,sha256=8SYUumM_nq8kg7uV3QHRI1dh6l37i6qfI-2bG_NPsUY,6697
36
+ pulumi_vsphere/get_folder.py,sha256=hW0kyZ7aJjS5ujiuH3ddIaGdobHTCdKgYgN569LOZtg,11452
37
+ pulumi_vsphere/get_guest_os_customization.py,sha256=F2-qVfqSzZHc7QFjiOBni0MWupqtCyy1rM8vpRQ05J0,6800
38
+ pulumi_vsphere/get_host.py,sha256=KjanVvdXqG1CuX3UIKiIt33ETC6979EjDbDBER1L6uE,6054
39
+ pulumi_vsphere/get_host_base_images.py,sha256=FuDVUcHnqrLek3BRri7xSfFN3_UxxkYg9NCetQ5Bvnw,3527
40
+ pulumi_vsphere/get_host_pci_device.py,sha256=YYeg_ogdWzPu4PcBuNZcWQMhB0kS8Yqt-yKCimkS_oI,8762
41
+ pulumi_vsphere/get_host_thumbprint.py,sha256=79pxpHstukh6P-l1U4Bc8pV7i16zp10Qv9CNzqUBm0E,6287
42
+ pulumi_vsphere/get_host_vgpu_profile.py,sha256=-BKpciweuxy9fhk7p-r8dILrGUaJQ9yp0TxqXtG_iOw,7239
43
+ pulumi_vsphere/get_license.py,sha256=zhCkNSiBWWNFWAY1hhMk3V0jea3EXRuWauV7nohn7D8,6230
44
+ pulumi_vsphere/get_network.py,sha256=e3PbktK2gQOWx8QThk3gU9uJW6-ziKb-E68WypXYTFg,12088
45
+ pulumi_vsphere/get_ovf_vm_template.py,sha256=ABTO_gYgsjYOpRFN2rrm5u-oALZLOdz1To6lQI5vIdQ,29990
46
+ pulumi_vsphere/get_policy.py,sha256=MhPgQDEuzIkmSAvOW79NmFUf8nrhOZrVZMVj8wCyK4Q,4050
47
+ pulumi_vsphere/get_resource_pool.py,sha256=g5sNeuKY-iK3q6ov3LJJv3LYvS-N6GgpIlXRfwXHBpo,8078
48
+ pulumi_vsphere/get_role.py,sha256=Z3PtzOl6Sr4Aw7jhzIbBL4GjoHAaZlIqyT5Z2h5DrhE,6247
49
+ pulumi_vsphere/get_tag.py,sha256=SyfWFCAQIjcm79zxU-tQTDE3YDyuWY3491gbqVRTvs8,5649
50
+ pulumi_vsphere/get_tag_category.py,sha256=tUlTz78NkNQldBZqNFagsd5vO91KscDdcc7l_nEjHYg,5893
51
+ pulumi_vsphere/get_vapp_container.py,sha256=TkDV6hnZny91Gihux8CO2xF9siza8E4lBPXSKC6SGwQ,5273
52
+ pulumi_vsphere/get_virtual_machine.py,sha256=PhEHdbmKQ82txWG45YnCQCVntd4I2YpwLR8OUbGKD6g,71141
53
+ pulumi_vsphere/get_vmfs_disks.py,sha256=LvY0J_oTTlnt3ZCHze82KHJSCKGa4BrupPIgiUmA_nc,7702
54
+ pulumi_vsphere/guest_os_customization.py,sha256=fnb-OlffKsGBexS2AA1XzMc4FPPoMWbUT0bOfRmHA1E,17707
55
+ pulumi_vsphere/ha_vm_override.py,sha256=faS3H-S6V6YmtUCu43yNFfxzBu_Krer7U7AXSUrti5s,61196
56
+ pulumi_vsphere/host.py,sha256=hNuS87s9xmbAb4kvIQ2XxCDoiRVRiaISNwzI6CNz9Pc,54499
57
+ pulumi_vsphere/host_port_group.py,sha256=OCKOj_DmCD047J8eA1lxJdUR1TT9DbF-0qnU7FFJu1E,59764
58
+ pulumi_vsphere/host_virtual_switch.py,sha256=x02Th5qglQU39HPOKHbCFLPHXeVD0JIwUp1fSbY40hM,65979
59
+ pulumi_vsphere/license.py,sha256=I2dpzcfiFHWBg8xIobSimAcivtaiAvNv2RsvMAck_EU,13697
60
+ pulumi_vsphere/nas_datastore.py,sha256=TtkzyOwklQMxqA6urYmqBSDXsBbDhLYRG0owmRqIyCY,54538
61
+ pulumi_vsphere/offline_software_depot.py,sha256=lSGClvuqSUfiddzK0ihxN9LPqaKkzF2WT-xhvzqPmUQ,7785
62
+ pulumi_vsphere/outputs.py,sha256=G-W9itCxE0Qe2wQ6GXEYA-y-AECJ_sh8CcYlguQnJGU,165997
63
+ pulumi_vsphere/provider.py,sha256=2KZA8wnKak5G_ggEPsCRYOg9Nydld7gG4Iy8-lYUBmE,22170
64
+ pulumi_vsphere/pulumi-plugin.json,sha256=zS0J0sYyExJATEf8AFecuDqWR9XunmsrWB8oqz0-JCU,84
65
+ pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
+ pulumi_vsphere/resource_pool.py,sha256=3zCx0d4oZ7Y0ZqA1FlSJNSdInTZKzqisW625uVuQkrg,58735
67
+ pulumi_vsphere/role.py,sha256=6E_bASXSF_lz8-IVkT-1zuDtnbIHhltq41pozWR9zYI,9753
68
+ pulumi_vsphere/storage_drs_vm_override.py,sha256=Q5AzysHRsDIz1Ho3vNrvkioiZXjMVtYiARUCk1SGar0,26630
69
+ pulumi_vsphere/supervisor.py,sha256=a9-eusnuzUNJhsuazfMd-Yad3JzTEOU6r4umIKN6o2U,53352
70
+ pulumi_vsphere/tag.py,sha256=Hp9ny14S7ZGwpR9_9VRimc9sfI3zWTvEwRxH2_eFPJw,15691
71
+ pulumi_vsphere/tag_category.py,sha256=I8ExHYzSRn-J6LTc4Wo85-ahRqTvmTvu1s2ACiPq61o,18466
72
+ pulumi_vsphere/vapp_container.py,sha256=8H_YGXAO_L8dEi2imvJgJnBUnjWgRg9nh1a7SP3oxMg,56519
73
+ pulumi_vsphere/vapp_entity.py,sha256=AiKMKZNck95pHOeBmj27Ni2WhiqH5msm2qMy5O0FpDg,36331
74
+ pulumi_vsphere/virtual_disk.py,sha256=WVEfmuB0Ye31mMXHrImBV5CJMG_M4v82oVdRIV4IX0g,35768
75
+ pulumi_vsphere/virtual_machine.py,sha256=d3pyPiYZwt7IQLv2xNbMf-imdHiY-XigGtbqqo0JvhM,234437
76
+ pulumi_vsphere/virtual_machine_class.py,sha256=N1ixxO8VCXTJ8FyQY2Wq_cxO0YvULNTS48DWHdoEcQw,18167
77
+ pulumi_vsphere/virtual_machine_snapshot.py,sha256=hOI8GYmniBFVa9OUsqO8wu5OySPWqH3Y-G4EfaDCSkQ,25930
78
+ pulumi_vsphere/vm_storage_policy.py,sha256=_fn83Chp3nJwJYC0j3WQ2Hm1qdRnLR9szndxJl5Cky8,20501
79
+ pulumi_vsphere/vmfs_datastore.py,sha256=Fxk73J3lSg2ooIiHbY2Z_DrS6YQAWcciEzONnTMCYOc,46887
80
+ pulumi_vsphere/vnic.py,sha256=LbtMzDi0Xtonyc9wjxzWtyDUnJlBzBRGxweEKOEYU2k,31943
81
+ pulumi_vsphere/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
82
+ pulumi_vsphere/config/__init__.pyi,sha256=gfqTwyIF6B56penDtAtbtz4xXBVBw62r8Gj7NL_YIIs,1523
83
+ pulumi_vsphere/config/vars.py,sha256=c0e3Sbs6PG52_-6j6GLlJ4xbhwvuzHmccJTQnhKJIyY,3382
84
+ pulumi_vsphere-4.15.0a1748901895.dist-info/METADATA,sha256=8vknrrvufE6h16OWlMcEsfs9MT67urBAYb0d2OM8TT0,5024
85
+ pulumi_vsphere-4.15.0a1748901895.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
86
+ pulumi_vsphere-4.15.0a1748901895.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
+ pulumi_vsphere-4.15.0a1748901895.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.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=jnjSPKaBa-HqgX5RoNYaQtPJORCkVN9kNBQX11HI3W4,11131
2
- pulumi_vsphere/_inputs.py,sha256=Icvu3aEWfU-wEkXt8OLuOyqtpaW3tbTToMBxMIrZQIY,195101
3
- pulumi_vsphere/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
- pulumi_vsphere/compute_cluster.py,sha256=c4LoYG-fKDOEJ4hXVjTNwzF7yrEpESS3nMmn0bcdHp4,241289
5
- pulumi_vsphere/compute_cluster_host_group.py,sha256=d_-gd-849jG8pKwAJ_2k0GaEEQ5af55qz3ZyGO-EDbA,18823
6
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=Rof58zLS-O2gSbp7Yh7JEEzmXE4YVSzc80301PebI-8,26449
7
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=0IgC1zhnziFwftbo5T3w9Ltiezt-uppj_JGEMyqtEPs,19544
8
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=1UyZJW9K3FS6paTr11g-M93Y5cY3g1E5kUU0Pz1xaJ8,30697
9
- pulumi_vsphere/compute_cluster_vm_group.py,sha256=RaCnyaxFE5szZNokcH90XBSQgc3a7xBfLx92dCCTJmQ,23635
10
- pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=tGiic5UBC4I3dlPxM08rpUb8PHwlry0T_iTmivHYCgU,33342
11
- pulumi_vsphere/content_library.py,sha256=Ai9wtJaBpekn7Wr5HHIW3o-_-WXSZnCnD5AUI5VCu84,20352
12
- pulumi_vsphere/content_library_item.py,sha256=FLKod1HOrIz5vbRjIhLsDJP1d7YN0iPTzWXNOot5PqA,22094
13
- pulumi_vsphere/custom_attribute.py,sha256=L3TRGs13OEGkq5L3lA_wfIA2BNo3ogSid67H_GE98us,12407
14
- pulumi_vsphere/datacenter.py,sha256=D-TxazmUaSEyhoCPrNXYyQxIeEYq823dsQExGIgdK0U,19601
15
- pulumi_vsphere/datastore_cluster.py,sha256=wmZplAcL_GR6vUEIYttRrFx_A9DWyg80x19jiImbxD8,91394
16
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=Yx5q6ShboW5a_8kXpWHAw0F0zknBt7uBVNy6jP8f0Vc,24372
17
- pulumi_vsphere/distributed_port_group.py,sha256=_vJbRkXSQ3-gfB1yhsgobhMlRHBWGEHRg9XmcaTgfls,148096
18
- pulumi_vsphere/distributed_virtual_switch.py,sha256=VGEJx6zaH5aTuoncAtTwIuKWjFQr0iOWtlT9Fluq9Nw,270150
19
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=Di2uMgUW-rkSTV79_j3fkkevTu_friNmWyuz4LLPUSs,15286
20
- pulumi_vsphere/dpm_host_override.py,sha256=4GrJedkw0kRVRaJBGAX0s5sGqqKVKKUbu_BckLHOs8I,22009
21
- pulumi_vsphere/drs_vm_override.py,sha256=6j_B8i3GqMSx_VeVa3E1YxlhVOVcj2eeUD7NFUrYl24,23487
22
- pulumi_vsphere/entity_permissions.py,sha256=VCEVK_IBzOUBov3O_xn5yJMT-K4SMj_mK5YT0y9lg5s,13496
23
- pulumi_vsphere/file.py,sha256=O3kX3F-Pmd90fezV0nuMXSvYFqyukI6E7cxSlm1I_K0,23300
24
- pulumi_vsphere/folder.py,sha256=pWeImw9uS4FYT2_dvhl750WCzNEZ_1qUqrf05-oSVq4,30414
25
- pulumi_vsphere/get_compute_cluster.py,sha256=-NaM93Fq-JgmIFzuA5kY1Z9FCT7NbC42wW0or_xlvvg,6898
26
- pulumi_vsphere/get_compute_cluster_host_group.py,sha256=taMwncRmFKgXbuJEofWzB5aeBh0xAOsQJnAK16A_Nxo,6829
27
- pulumi_vsphere/get_content_library.py,sha256=9M8ycNkDpFwABOvXIlW4NfLAZS4NAInmKNqIZkxvYOY,3902
28
- pulumi_vsphere/get_content_library_item.py,sha256=8HoXLsqybrzA0pO0xa2xHXkmF7yYHfurr46beH-oTRs,5466
29
- pulumi_vsphere/get_custom_attribute.py,sha256=bwypUREOMYcSku4VebVIVf8wDh4NcjafEBz-9lD0YxE,5109
30
- pulumi_vsphere/get_datacenter.py,sha256=iMwem0xnkMYoiuhW4Jgm7eGfsRniLMkGGE7hLeqWBbU,5442
31
- pulumi_vsphere/get_datastore.py,sha256=U1TZHZ5LaaZS7niQbmjFN2Qpujq-yeax_VMeURuyUSA,6910
32
- pulumi_vsphere/get_datastore_cluster.py,sha256=7m8p6CnGWFD0DHbLAJH56yqYaB9Ot28zJlNcv1cpcT0,6589
33
- pulumi_vsphere/get_datastore_stats.py,sha256=o8hC8evvGFZxIo1XoTeZyN8BbfByoIAp5PZR9L-nB-o,8354
34
- pulumi_vsphere/get_distributed_virtual_switch.py,sha256=a9Rykv6wOrwSHCUq_rOcZRDqYmWSH98c4ejHW_ZblXM,7834
35
- pulumi_vsphere/get_dynamic.py,sha256=ARZuF0Wipih6JdS-m9KL36ovA8kjxYgpAQO-v-__Cio,6715
36
- pulumi_vsphere/get_folder.py,sha256=hDDcrjqfNYh594m23asXvK-mudZburkH7woTyNGIh_w,11470
37
- pulumi_vsphere/get_guest_os_customization.py,sha256=fXXtcfMcrVkptCjXDhDesM_-TMgF7wzWxn5JzNoHLVY,6818
38
- pulumi_vsphere/get_host.py,sha256=2JzVOuqQXM5w1y0Bwju2qenxvKBml-uhKxkJ3pS0vqo,6072
39
- pulumi_vsphere/get_host_base_images.py,sha256=UUGI4W5IVWrArMqEczginXf2Za5uP_cVYKt_idCH1vI,3545
40
- pulumi_vsphere/get_host_pci_device.py,sha256=80xlwgrmUBLX6yUsD4mhlGF-vSPr7Hhxex5TbRBS-2E,8780
41
- pulumi_vsphere/get_host_thumbprint.py,sha256=Mu81-ylS2qPfR9KYK1nt2hvjWFnoDwJZti8HAXqSees,6305
42
- pulumi_vsphere/get_host_vgpu_profile.py,sha256=btURFCIycDMUbRW28YkpjRnWAntaSiyT444TACP3MRI,7257
43
- pulumi_vsphere/get_license.py,sha256=92tCaCwiD0GPdGLrYjGOJEq3fBzcIGlQzifkyJ0YCKM,6248
44
- pulumi_vsphere/get_network.py,sha256=3SefkAP_ErVi7IjmwE55jTX3rM2EWr3M2ikj9lojCj0,12106
45
- pulumi_vsphere/get_ovf_vm_template.py,sha256=vePe5U179AwjDMRCFnYfb0v3x_L6bIxWpcXFTmVZSQw,30008
46
- pulumi_vsphere/get_policy.py,sha256=g_KmDeVUvXR3l-SZe_Qd6TxsNuchdN7yxB23IBiwxvw,4068
47
- pulumi_vsphere/get_resource_pool.py,sha256=tU7iTg1XKDnwcZaGZPDovg5RzXsDIVFf-2R0fCl-sg0,8096
48
- pulumi_vsphere/get_role.py,sha256=4rat9Jn10n4ocUf8lc5QuQ_GdUbH52R6ktGSyn43Y_s,6265
49
- pulumi_vsphere/get_tag.py,sha256=cmCrUKj39Mfo5nLdTI_syUzMoejQFIH8ekSK6T7y7j8,5667
50
- pulumi_vsphere/get_tag_category.py,sha256=tT6NCXC-h5FwQtT7uSbUqHv1LM7-txLkZbkdTuUk8Mo,5911
51
- pulumi_vsphere/get_vapp_container.py,sha256=hwaTEPbM2JSHyNaXWMNrGznnPKkLuyBFB-5dAfA1xEw,5291
52
- pulumi_vsphere/get_virtual_machine.py,sha256=nWl3g-Vzrk3n688_dAIQcbPJiAusrPiHRRec1GA6DME,71159
53
- pulumi_vsphere/get_vmfs_disks.py,sha256=7pSfSUUoqpImEIf4qe6SAGNNDA3PLARepaHPvbSItOA,7720
54
- pulumi_vsphere/guest_os_customization.py,sha256=OC9O96KebqDRl67uMGSFY_fF4X5j5y3CK7r72L9sq3c,17725
55
- pulumi_vsphere/ha_vm_override.py,sha256=c4h7inqBNir2PUj8KFz6w6GCNnFdF1K5CQ-XPKFJaFI,61214
56
- pulumi_vsphere/host.py,sha256=d7MrruekBTL3mEIEJQMjosAkzwlgH8t_3mpmNOxiCDw,54517
57
- pulumi_vsphere/host_port_group.py,sha256=k2HmJfVaV5rlkcWeA4A3v8Igu8-HjjDtjkNUw-nugR0,59782
58
- pulumi_vsphere/host_virtual_switch.py,sha256=zXH5fhPFW7B0d3fOUan8xrkU_TzPC1YK8ddfXLGLJUQ,65997
59
- pulumi_vsphere/license.py,sha256=J4B4piVZnkSHKT-s_6lSQN1PAUoJ3Yb67EJtukLMphI,13715
60
- pulumi_vsphere/nas_datastore.py,sha256=zscN9y3bHNnVyHNfQy4tnhPIcAGUjuSfOvD-lO0FCwo,54556
61
- pulumi_vsphere/offline_software_depot.py,sha256=Qk0ZYww6iHhTuKY3KqCJrX0kwazfr7_1Dqo-eiruy1c,7803
62
- pulumi_vsphere/outputs.py,sha256=PMoizJ5RksVrBtPMpt7LKfv7E5doLHLyUL8eYcVfmRs,166015
63
- pulumi_vsphere/provider.py,sha256=yM0EZxJ3WKaAUEJLHZCVwzSWCh5-LzYvj9ubSub13II,22243
64
- pulumi_vsphere/pulumi-plugin.json,sha256=1g2bpJwfIDlB6Bt9-yGK4bt8HLKnspJkkg8t3ADsXhM,84
65
- pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
- pulumi_vsphere/resource_pool.py,sha256=0fHxI6r2F__guZQEXzgMn0RUMRXnYNOmZT5uffXwuYk,58753
67
- pulumi_vsphere/role.py,sha256=VXn3Awa2GMNDo_9Cj9bpBjw0OsPHU32AogANfF3-hpo,9771
68
- pulumi_vsphere/storage_drs_vm_override.py,sha256=U5VYUyGIQTF2K6BSUTrJKxJgdHoaIrKyd4vXTx4i8jg,26648
69
- pulumi_vsphere/supervisor.py,sha256=9qLtcRE4V5MLezLOkMHDyPchr5nDmi-7RZTu3CV4_VY,53370
70
- pulumi_vsphere/tag.py,sha256=cGW489B8mjGV-1fy8TaiqDsVYKHO_7joM_PaTb9b9Ic,15709
71
- pulumi_vsphere/tag_category.py,sha256=mT_mxPO2hv3BbDOwu5mvwdio5PDhXaEma6zFcZPK6kA,18484
72
- pulumi_vsphere/vapp_container.py,sha256=fXOzZa2stT7fLFls-fQ8QtpfPXvIQ4Ht6nbLJWMdOdM,56537
73
- pulumi_vsphere/vapp_entity.py,sha256=QcfAZsfgSYdmOFUJAjlMivVHjyAA1CrMOiCcCNIz9eg,36349
74
- pulumi_vsphere/virtual_disk.py,sha256=7xMb4G39HWRRPsBiPF5qs23s5qEDUFaLSmV6K694bys,35786
75
- pulumi_vsphere/virtual_machine.py,sha256=YOaPBdFcsV1yfyDPmL3ZlWgu_ztZOmNoa94tQJOZHHI,234455
76
- pulumi_vsphere/virtual_machine_class.py,sha256=94MimDjPwy70BGrhtzcjSBPdp07Z_8OGXl6Ivbc1mM4,18185
77
- pulumi_vsphere/virtual_machine_snapshot.py,sha256=b71TpFovhAQXrpnFIUBqNhXX0oqjbG9Brr4smFMio7Y,25948
78
- pulumi_vsphere/vm_storage_policy.py,sha256=I92H9JPwkb4SoEUr3bYj82tj157jLzleUi9p3GEdod0,20519
79
- pulumi_vsphere/vmfs_datastore.py,sha256=xedZGq50ijYOQav2ObUlmNU_3lKT0Vga5bFdlbYLcQQ,46905
80
- pulumi_vsphere/vnic.py,sha256=iQRs-zoAJ6fBIiGCqwmgNdlpuOGtLauqgt5wo7GdWYI,31961
81
- pulumi_vsphere/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
82
- pulumi_vsphere/config/__init__.pyi,sha256=T8DcZ3COfafIyal5gnO0dWbdD7N942JKDLtF7ZapMw4,1541
83
- pulumi_vsphere/config/vars.py,sha256=6_WK19_hs7A-gCkeKi-Wm1yHQdPSxnklmk82PwRGUfo,3400
84
- pulumi_vsphere-4.15.0a1747983379.dist-info/METADATA,sha256=fqnN2pD8yT_3Mx853EiX57WfBPzueflqEvXDnYv_cIk,5024
85
- pulumi_vsphere-4.15.0a1747983379.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
86
- pulumi_vsphere-4.15.0a1747983379.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
- pulumi_vsphere-4.15.0a1747983379.dist-info/RECORD,,