pulumi-vsphere 4.14.0a1747752163__tar.gz → 4.15.0__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.14.0a1747752163 → pulumi_vsphere-4.15.0}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/__init__.py +1 -1
  3. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/_inputs.py +1 -1
  4. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/_utilities.py +1 -1
  5. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster.py +1 -1
  6. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_host_group.py +1 -1
  7. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +1 -1
  8. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +1 -1
  9. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +1 -1
  10. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_group.py +1 -1
  11. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_host_rule.py +1 -1
  12. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/__init__.py +1 -1
  13. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/__init__.pyi +1 -1
  14. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/vars.py +1 -1
  15. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/content_library.py +1 -1
  16. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/content_library_item.py +1 -1
  17. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/custom_attribute.py +1 -1
  18. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datacenter.py +1 -1
  19. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datastore_cluster.py +1 -1
  20. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +1 -1
  21. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_port_group.py +1 -1
  22. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_virtual_switch.py +1 -1
  23. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +1 -1
  24. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/dpm_host_override.py +1 -1
  25. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/drs_vm_override.py +1 -1
  26. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/entity_permissions.py +1 -1
  27. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/file.py +1 -1
  28. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/folder.py +1 -1
  29. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_compute_cluster.py +1 -1
  30. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_compute_cluster_host_group.py +1 -1
  31. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_content_library.py +1 -1
  32. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_content_library_item.py +1 -1
  33. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_custom_attribute.py +1 -1
  34. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datacenter.py +1 -1
  35. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore.py +1 -1
  36. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore_cluster.py +1 -1
  37. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore_stats.py +1 -1
  38. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
  39. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_dynamic.py +1 -1
  40. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_folder.py +1 -1
  41. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_guest_os_customization.py +1 -1
  42. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host.py +1 -1
  43. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_base_images.py +1 -1
  44. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_pci_device.py +1 -1
  45. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_thumbprint.py +1 -1
  46. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_vgpu_profile.py +1 -1
  47. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_license.py +1 -1
  48. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_network.py +22 -5
  49. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_ovf_vm_template.py +1 -1
  50. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_policy.py +1 -1
  51. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_resource_pool.py +64 -13
  52. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_role.py +1 -1
  53. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_tag.py +1 -1
  54. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_tag_category.py +1 -1
  55. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_vapp_container.py +1 -1
  56. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_virtual_machine.py +1 -1
  57. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_vmfs_disks.py +1 -1
  58. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/guest_os_customization.py +1 -1
  59. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/ha_vm_override.py +1 -1
  60. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host.py +1 -1
  61. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host_port_group.py +1 -1
  62. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host_virtual_switch.py +1 -1
  63. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/license.py +1 -1
  64. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/nas_datastore.py +1 -1
  65. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/offline_software_depot.py +1 -1
  66. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/outputs.py +1 -1
  67. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/provider.py +36 -38
  68. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/pulumi-plugin.json +1 -1
  69. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/resource_pool.py +1 -1
  70. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/role.py +1 -1
  71. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/storage_drs_vm_override.py +1 -1
  72. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/supervisor.py +1 -1
  73. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/tag.py +1 -1
  74. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/tag_category.py +1 -1
  75. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vapp_container.py +1 -1
  76. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vapp_entity.py +1 -1
  77. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_disk.py +1 -1
  78. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine.py +1 -1
  79. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine_class.py +1 -1
  80. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine_snapshot.py +1 -1
  81. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vm_storage_policy.py +1 -1
  82. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vmfs_datastore.py +1 -1
  83. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vnic.py +1 -1
  84. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  85. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pyproject.toml +1 -1
  86. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/README.md +0 -0
  87. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere/py.typed +0 -0
  88. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
  89. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  90. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/requires.txt +0 -0
  91. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  92. {pulumi_vsphere-4.14.0a1747752163 → pulumi_vsphere-4.15.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.14.0a1747752163
3
+ Version: 4.15.0
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
@@ -29,7 +29,7 @@ class GetNetworkResult:
29
29
  """
30
30
  A collection of values returned by getNetwork.
31
31
  """
32
- def __init__(__self__, datacenter_id=None, distributed_virtual_switch_uuid=None, filters=None, id=None, name=None, retry_interval=None, retry_timeout=None, type=None):
32
+ def __init__(__self__, datacenter_id=None, distributed_virtual_switch_uuid=None, filters=None, id=None, name=None, retry_interval=None, retry_timeout=None, type=None, vpc_id=None):
33
33
  if datacenter_id and not isinstance(datacenter_id, str):
34
34
  raise TypeError("Expected argument 'datacenter_id' to be a str")
35
35
  pulumi.set(__self__, "datacenter_id", datacenter_id)
@@ -54,6 +54,9 @@ class GetNetworkResult:
54
54
  if type and not isinstance(type, str):
55
55
  raise TypeError("Expected argument 'type' to be a str")
56
56
  pulumi.set(__self__, "type", type)
57
+ if vpc_id and not isinstance(vpc_id, str):
58
+ raise TypeError("Expected argument 'vpc_id' to be a str")
59
+ pulumi.set(__self__, "vpc_id", vpc_id)
57
60
 
58
61
  @property
59
62
  @pulumi.getter(name="datacenterId")
@@ -104,6 +107,11 @@ class GetNetworkResult:
104
107
  """
105
108
  return pulumi.get(self, "type")
106
109
 
110
+ @property
111
+ @pulumi.getter(name="vpcId")
112
+ def vpc_id(self) -> Optional[builtins.str]:
113
+ return pulumi.get(self, "vpc_id")
114
+
107
115
 
108
116
  class AwaitableGetNetworkResult(GetNetworkResult):
109
117
  # pylint: disable=using-constant-test
@@ -118,7 +126,8 @@ class AwaitableGetNetworkResult(GetNetworkResult):
118
126
  name=self.name,
119
127
  retry_interval=self.retry_interval,
120
128
  retry_timeout=self.retry_timeout,
121
- type=self.type)
129
+ type=self.type,
130
+ vpc_id=self.vpc_id)
122
131
 
123
132
 
124
133
  def get_network(datacenter_id: Optional[builtins.str] = None,
@@ -127,6 +136,7 @@ def get_network(datacenter_id: Optional[builtins.str] = None,
127
136
  name: Optional[builtins.str] = None,
128
137
  retry_interval: Optional[builtins.int] = None,
129
138
  retry_timeout: Optional[builtins.int] = None,
139
+ vpc_id: Optional[builtins.str] = None,
130
140
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetNetworkResult:
131
141
  """
132
142
  The `get_network` data source can be used to discover the ID of a network in
@@ -173,6 +183,7 @@ def get_network(datacenter_id: Optional[builtins.str] = None,
173
183
  :param builtins.str name: The name of the network. This can be a name or path.
174
184
  :param builtins.int retry_interval: The interval in milliseconds to retry the read operation if `retry_timeout` is set. Default: 500.
175
185
  :param builtins.int retry_timeout: The timeout duration in seconds for the data source to retry read operations.
186
+ :param builtins.str vpc_id: Select a VPC scope for retrieval of VPC subnets.
176
187
  """
177
188
  __args__ = dict()
178
189
  __args__['datacenterId'] = datacenter_id
@@ -181,6 +192,7 @@ def get_network(datacenter_id: Optional[builtins.str] = None,
181
192
  __args__['name'] = name
182
193
  __args__['retryInterval'] = retry_interval
183
194
  __args__['retryTimeout'] = retry_timeout
195
+ __args__['vpcId'] = vpc_id
184
196
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
185
197
  __ret__ = pulumi.runtime.invoke('vsphere:index/getNetwork:getNetwork', __args__, opts=opts, typ=GetNetworkResult).value
186
198
 
@@ -192,13 +204,15 @@ def get_network(datacenter_id: Optional[builtins.str] = None,
192
204
  name=pulumi.get(__ret__, 'name'),
193
205
  retry_interval=pulumi.get(__ret__, 'retry_interval'),
194
206
  retry_timeout=pulumi.get(__ret__, 'retry_timeout'),
195
- type=pulumi.get(__ret__, 'type'))
207
+ type=pulumi.get(__ret__, 'type'),
208
+ vpc_id=pulumi.get(__ret__, 'vpc_id'))
196
209
  def get_network_output(datacenter_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
197
210
  distributed_virtual_switch_uuid: Optional[pulumi.Input[Optional[builtins.str]]] = None,
198
211
  filters: Optional[pulumi.Input[Optional[Sequence[Union['GetNetworkFilterArgs', 'GetNetworkFilterArgsDict']]]]] = None,
199
212
  name: Optional[pulumi.Input[builtins.str]] = None,
200
213
  retry_interval: Optional[pulumi.Input[Optional[builtins.int]]] = None,
201
214
  retry_timeout: Optional[pulumi.Input[Optional[builtins.int]]] = None,
215
+ vpc_id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
202
216
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetNetworkResult]:
203
217
  """
204
218
  The `get_network` data source can be used to discover the ID of a network in
@@ -245,6 +259,7 @@ def get_network_output(datacenter_id: Optional[pulumi.Input[Optional[builtins.st
245
259
  :param builtins.str name: The name of the network. This can be a name or path.
246
260
  :param builtins.int retry_interval: The interval in milliseconds to retry the read operation if `retry_timeout` is set. Default: 500.
247
261
  :param builtins.int retry_timeout: The timeout duration in seconds for the data source to retry read operations.
262
+ :param builtins.str vpc_id: Select a VPC scope for retrieval of VPC subnets.
248
263
  """
249
264
  __args__ = dict()
250
265
  __args__['datacenterId'] = datacenter_id
@@ -253,6 +268,7 @@ def get_network_output(datacenter_id: Optional[pulumi.Input[Optional[builtins.st
253
268
  __args__['name'] = name
254
269
  __args__['retryInterval'] = retry_interval
255
270
  __args__['retryTimeout'] = retry_timeout
271
+ __args__['vpcId'] = vpc_id
256
272
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
257
273
  __ret__ = pulumi.runtime.invoke_output('vsphere:index/getNetwork:getNetwork', __args__, opts=opts, typ=GetNetworkResult)
258
274
  return __ret__.apply(lambda __response__: GetNetworkResult(
@@ -263,4 +279,5 @@ def get_network_output(datacenter_id: Optional[pulumi.Input[Optional[builtins.st
263
279
  name=pulumi.get(__response__, 'name'),
264
280
  retry_interval=pulumi.get(__response__, 'retry_interval'),
265
281
  retry_timeout=pulumi.get(__response__, 'retry_timeout'),
266
- type=pulumi.get(__response__, 'type')))
282
+ type=pulumi.get(__response__, 'type'),
283
+ vpc_id=pulumi.get(__response__, 'vpc_id')))
@@ -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