pulumi-vsphere 4.15.0a1747983379__tar.gz → 4.15.0a1749538881__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-vsphere might be problematic. Click here for more details.

Files changed (92) hide show
  1. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/__init__.py +1 -1
  3. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/_inputs.py +1 -1
  4. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/_utilities.py +1 -1
  5. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster.py +1 -1
  6. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_host_group.py +1 -1
  7. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +1 -1
  8. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +1 -1
  9. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +1 -1
  10. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_vm_group.py +1 -1
  11. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/compute_cluster_vm_host_rule.py +1 -1
  12. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/config/__init__.py +1 -1
  13. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/config/__init__.pyi +1 -1
  14. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/config/vars.py +1 -1
  15. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/content_library.py +1 -1
  16. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/content_library_item.py +1 -1
  17. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/custom_attribute.py +1 -1
  18. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/datacenter.py +1 -1
  19. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/datastore_cluster.py +1 -1
  20. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +1 -1
  21. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/distributed_port_group.py +1 -1
  22. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/distributed_virtual_switch.py +1 -1
  23. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +1 -1
  24. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/dpm_host_override.py +1 -1
  25. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/drs_vm_override.py +1 -1
  26. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/entity_permissions.py +1 -1
  27. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/file.py +1 -1
  28. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/folder.py +1 -1
  29. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_compute_cluster.py +1 -1
  30. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_compute_cluster_host_group.py +1 -1
  31. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_content_library.py +1 -1
  32. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_content_library_item.py +1 -1
  33. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_custom_attribute.py +1 -1
  34. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_datacenter.py +1 -1
  35. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_datastore.py +1 -1
  36. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_datastore_cluster.py +1 -1
  37. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_datastore_stats.py +1 -1
  38. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
  39. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_dynamic.py +1 -1
  40. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_folder.py +1 -1
  41. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_guest_os_customization.py +1 -1
  42. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_host.py +1 -1
  43. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_host_base_images.py +1 -1
  44. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_host_pci_device.py +1 -1
  45. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_host_thumbprint.py +1 -1
  46. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_host_vgpu_profile.py +1 -1
  47. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_license.py +1 -1
  48. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_network.py +1 -1
  49. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_ovf_vm_template.py +1 -1
  50. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_policy.py +1 -1
  51. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_resource_pool.py +1 -1
  52. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_role.py +1 -1
  53. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_tag.py +1 -1
  54. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_tag_category.py +1 -1
  55. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_vapp_container.py +1 -1
  56. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_virtual_machine.py +1 -1
  57. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/get_vmfs_disks.py +1 -1
  58. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/guest_os_customization.py +1 -1
  59. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/ha_vm_override.py +1 -1
  60. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/host.py +1 -1
  61. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/host_port_group.py +1 -1
  62. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/host_virtual_switch.py +1 -1
  63. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/license.py +1 -1
  64. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/nas_datastore.py +1 -1
  65. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/offline_software_depot.py +1 -1
  66. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/outputs.py +1 -1
  67. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/provider.py +36 -38
  68. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/pulumi-plugin.json +1 -1
  69. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/resource_pool.py +1 -1
  70. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/role.py +1 -1
  71. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/storage_drs_vm_override.py +1 -1
  72. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/supervisor.py +1 -1
  73. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/tag.py +1 -1
  74. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/tag_category.py +1 -1
  75. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/vapp_container.py +1 -1
  76. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/vapp_entity.py +1 -1
  77. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/virtual_disk.py +1 -1
  78. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/virtual_machine.py +1 -1
  79. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/virtual_machine_class.py +1 -1
  80. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/virtual_machine_snapshot.py +1 -1
  81. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/vm_storage_policy.py +1 -1
  82. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/vmfs_datastore.py +1 -1
  83. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/vnic.py +1 -1
  84. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  85. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pyproject.toml +1 -1
  86. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/README.md +0 -0
  87. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere/py.typed +0 -0
  88. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
  89. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  90. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere.egg-info/requires.txt +0 -0
  91. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  92. {pulumi_vsphere-4.15.0a1747983379 → pulumi_vsphere-4.15.0a1749538881}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.15.0a1747983379
3
+ Version: 4.15.0a1749538881
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -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
 
@@ -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
@@ -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
@@ -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
@@ -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.1749538881"
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.15.0a1747983379
3
+ Version: 4.15.0a1749538881
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "vsphere"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "4.15.0a1747983379"
8
+ version = "4.15.0a1749538881"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]