pulumi-vsphere 4.14.0a1746734806__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 (93) hide show
  1. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/PKG-INFO +1 -1
  2. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/__init__.py +1 -1
  3. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/_inputs.py +1 -1
  4. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/_utilities.py +1 -1
  5. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster.py +11 -11
  6. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_host_group.py +71 -1
  7. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +1 -1
  8. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +5 -1
  9. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +5 -1
  10. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_group.py +5 -1
  11. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/compute_cluster_vm_host_rule.py +5 -1
  12. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/__init__.py +1 -1
  13. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/__init__.pyi +1 -1
  14. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/config/vars.py +1 -1
  15. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/content_library.py +5 -1
  16. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/content_library_item.py +5 -1
  17. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/custom_attribute.py +5 -1
  18. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datacenter.py +1 -1
  19. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datastore_cluster.py +89 -1
  20. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +5 -1
  21. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_port_group.py +5 -1
  22. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_virtual_switch.py +5 -1
  23. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +1 -1
  24. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/dpm_host_override.py +89 -1
  25. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/drs_vm_override.py +5 -1
  26. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/entity_permissions.py +1 -1
  27. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/file.py +35 -50
  28. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/folder.py +17 -13
  29. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_compute_cluster.py +1 -1
  30. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_compute_cluster_host_group.py +1 -5
  31. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_content_library.py +1 -1
  32. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_content_library_item.py +1 -1
  33. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_custom_attribute.py +1 -1
  34. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datacenter.py +1 -1
  35. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore.py +1 -1
  36. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore_cluster.py +2 -2
  37. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_datastore_stats.py +1 -5
  38. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
  39. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_dynamic.py +1 -5
  40. pulumi_vsphere-4.15.0/pulumi_vsphere/get_folder.py +250 -0
  41. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_guest_os_customization.py +22 -3
  42. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host.py +1 -1
  43. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_base_images.py +1 -1
  44. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_pci_device.py +1 -1
  45. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_thumbprint.py +1 -1
  46. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_host_vgpu_profile.py +1 -1
  47. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_license.py +9 -7
  48. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_network.py +56 -5
  49. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_ovf_vm_template.py +5 -5
  50. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_policy.py +1 -1
  51. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_resource_pool.py +64 -13
  52. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_role.py +1 -1
  53. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_tag.py +1 -1
  54. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_tag_category.py +1 -1
  55. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_vapp_container.py +1 -1
  56. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_virtual_machine.py +1 -1
  57. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/get_vmfs_disks.py +1 -1
  58. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/guest_os_customization.py +1 -1
  59. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/ha_vm_override.py +5 -1
  60. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host.py +61 -7
  61. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host_port_group.py +1 -1
  62. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/host_virtual_switch.py +5 -1
  63. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/license.py +67 -27
  64. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/nas_datastore.py +63 -1
  65. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/offline_software_depot.py +5 -1
  66. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/outputs.py +34 -1
  67. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/provider.py +36 -38
  68. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/pulumi-plugin.json +1 -1
  69. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/resource_pool.py +490 -164
  70. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/role.py +1 -1
  71. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/storage_drs_vm_override.py +5 -1
  72. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/supervisor.py +3 -3
  73. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/tag.py +5 -1
  74. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/tag_category.py +5 -1
  75. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vapp_container.py +5 -1
  76. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vapp_entity.py +5 -1
  77. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_disk.py +5 -1
  78. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine.py +5 -5
  79. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine_class.py +5 -5
  80. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/virtual_machine_snapshot.py +1 -1
  81. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vm_storage_policy.py +1 -1
  82. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vmfs_datastore.py +5 -1
  83. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/vnic.py +1 -1
  84. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
  85. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pyproject.toml +1 -1
  86. pulumi_vsphere-4.14.0a1746734806/pulumi_vsphere/get_folder.py +0 -128
  87. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/README.md +0 -0
  88. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere/py.typed +0 -0
  89. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
  90. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
  91. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/requires.txt +0 -0
  92. {pulumi_vsphere-4.14.0a1746734806 → pulumi_vsphere-4.15.0}/pulumi_vsphere.egg-info/top_level.txt +0 -0
  93. {pulumi_vsphere-4.14.0a1746734806 → 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.0a1746734806
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
@@ -2561,6 +2561,8 @@ class ComputeCluster(pulumi.CustomResource):
2561
2561
 
2562
2562
  path to the cluster, via the following command:
2563
2563
 
2564
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
2565
+
2564
2566
  hcl
2565
2567
 
2566
2568
  variable "datacenter" {
@@ -2577,9 +2579,9 @@ class ComputeCluster(pulumi.CustomResource):
2577
2579
 
2578
2580
  resource "vsphere_compute_cluster" "compute_cluster" {
2579
2581
 
2580
- name = "cluster-01"
2582
+ name = "cluster-01"
2581
2583
 
2582
- datacenter_id = data.vsphere_datacenter.datacenter.id
2584
+ datacenter_id = data.vsphere_datacenter.datacenter.id
2583
2585
 
2584
2586
  }
2585
2587
 
@@ -2607,9 +2609,7 @@ class ComputeCluster(pulumi.CustomResource):
2607
2609
 
2608
2610
  ha_datastore_pdl_response = "restartAggressive"
2609
2611
 
2610
- ... etc.
2611
-
2612
- console
2612
+ }
2613
2613
 
2614
2614
  ```sh
2615
2615
  $ pulumi import vsphere:index/computeCluster:ComputeCluster compute_cluster /dc-01/host/cluster-01
@@ -2775,6 +2775,8 @@ class ComputeCluster(pulumi.CustomResource):
2775
2775
 
2776
2776
  path to the cluster, via the following command:
2777
2777
 
2778
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
2779
+
2778
2780
  hcl
2779
2781
 
2780
2782
  variable "datacenter" {
@@ -2791,9 +2793,9 @@ class ComputeCluster(pulumi.CustomResource):
2791
2793
 
2792
2794
  resource "vsphere_compute_cluster" "compute_cluster" {
2793
2795
 
2794
- name = "cluster-01"
2796
+ name = "cluster-01"
2795
2797
 
2796
- datacenter_id = data.vsphere_datacenter.datacenter.id
2798
+ datacenter_id = data.vsphere_datacenter.datacenter.id
2797
2799
 
2798
2800
  }
2799
2801
 
@@ -2821,9 +2823,7 @@ class ComputeCluster(pulumi.CustomResource):
2821
2823
 
2822
2824
  ha_datastore_pdl_response = "restartAggressive"
2823
2825
 
2824
- ... etc.
2825
-
2826
- console
2826
+ }
2827
2827
 
2828
2828
  ```sh
2829
2829
  $ pulumi import vsphere:index/computeCluster:ComputeCluster compute_cluster /dc-01/host/cluster-01
@@ -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
@@ -188,6 +188,39 @@ class ComputeClusterHostGroup(pulumi.CustomResource):
188
188
  > **NOTE:** This resource requires vCenter and is not available on direct ESXi
189
189
  connections.
190
190
 
191
+ ## Example Usage
192
+
193
+ ```python
194
+ import pulumi
195
+ import pulumi_vsphere as vsphere
196
+
197
+ config = pulumi.Config()
198
+ datacenter = config.get("datacenter")
199
+ if datacenter is None:
200
+ datacenter = "dc-01"
201
+ hosts = config.get_object("hosts")
202
+ if hosts is None:
203
+ hosts = [
204
+ "esxi-01.example.com",
205
+ "esxi-02.example.com",
206
+ "esxi-03.example.com",
207
+ ]
208
+ datacenter_get_datacenter = vsphere.get_datacenter(name=datacenter)
209
+ hosts_get_host = [vsphere.get_host(name=hosts[__index],
210
+ datacenter_id=datacenter_get_datacenter.id) for __index in range(len(hosts))]
211
+ compute_cluster = vsphere.ComputeCluster("compute_cluster",
212
+ name="compute-cluster-test",
213
+ datacenter_id=dc["id"],
214
+ host_system_ids=[[__item.id for __item in hosts_get_host]],
215
+ drs_enabled=True,
216
+ drs_automation_level="fullyAutomated",
217
+ ha_enabled=True)
218
+ cluster_host_group = vsphere.ComputeClusterHostGroup("cluster_host_group",
219
+ name="test-cluster-host-group",
220
+ compute_cluster_id=compute_cluster.id,
221
+ host_system_ids=[[__item.id for __item in hosts_get_host]])
222
+ ```
223
+
191
224
  ## Import
192
225
 
193
226
  An existing group can be imported into this resource by
@@ -198,6 +231,8 @@ class ComputeClusterHostGroup(pulumi.CustomResource):
198
231
 
199
232
  will be returned. An example is below:
200
233
 
234
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
235
+
201
236
  ```sh
202
237
  $ pulumi import vsphere:index/computeClusterHostGroup:ComputeClusterHostGroup cluster_host_group \\
203
238
  ```
@@ -241,6 +276,39 @@ class ComputeClusterHostGroup(pulumi.CustomResource):
241
276
  > **NOTE:** This resource requires vCenter and is not available on direct ESXi
242
277
  connections.
243
278
 
279
+ ## Example Usage
280
+
281
+ ```python
282
+ import pulumi
283
+ import pulumi_vsphere as vsphere
284
+
285
+ config = pulumi.Config()
286
+ datacenter = config.get("datacenter")
287
+ if datacenter is None:
288
+ datacenter = "dc-01"
289
+ hosts = config.get_object("hosts")
290
+ if hosts is None:
291
+ hosts = [
292
+ "esxi-01.example.com",
293
+ "esxi-02.example.com",
294
+ "esxi-03.example.com",
295
+ ]
296
+ datacenter_get_datacenter = vsphere.get_datacenter(name=datacenter)
297
+ hosts_get_host = [vsphere.get_host(name=hosts[__index],
298
+ datacenter_id=datacenter_get_datacenter.id) for __index in range(len(hosts))]
299
+ compute_cluster = vsphere.ComputeCluster("compute_cluster",
300
+ name="compute-cluster-test",
301
+ datacenter_id=dc["id"],
302
+ host_system_ids=[[__item.id for __item in hosts_get_host]],
303
+ drs_enabled=True,
304
+ drs_automation_level="fullyAutomated",
305
+ ha_enabled=True)
306
+ cluster_host_group = vsphere.ComputeClusterHostGroup("cluster_host_group",
307
+ name="test-cluster-host-group",
308
+ compute_cluster_id=compute_cluster.id,
309
+ host_system_ids=[[__item.id for __item in hosts_get_host]])
310
+ ```
311
+
244
312
  ## Import
245
313
 
246
314
  An existing group can be imported into this resource by
@@ -251,6 +319,8 @@ class ComputeClusterHostGroup(pulumi.CustomResource):
251
319
 
252
320
  will be returned. An example is below:
253
321
 
322
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
323
+
254
324
  ```sh
255
325
  $ pulumi import vsphere:index/computeClusterHostGroup:ComputeClusterHostGroup cluster_host_group \\
256
326
  ```
@@ -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
@@ -246,6 +246,8 @@ class ComputeClusterVmAntiAffinityRule(pulumi.CustomResource):
246
246
 
247
247
  example is below:
248
248
 
249
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
250
+
249
251
  ```sh
250
252
  $ pulumi import vsphere:index/computeClusterVmAntiAffinityRule:ComputeClusterVmAntiAffinityRule vm_anti_affinity_rule \\
251
253
  ```
@@ -287,6 +289,8 @@ class ComputeClusterVmAntiAffinityRule(pulumi.CustomResource):
287
289
 
288
290
  example is below:
289
291
 
292
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
293
+
290
294
  ```sh
291
295
  $ pulumi import vsphere:index/computeClusterVmAntiAffinityRule:ComputeClusterVmAntiAffinityRule vm_anti_affinity_rule \\
292
296
  ```
@@ -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
@@ -384,6 +384,8 @@ class ComputeClusterVmDependencyRule(pulumi.CustomResource):
384
384
 
385
385
  example is below:
386
386
 
387
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
388
+
387
389
  ```sh
388
390
  $ pulumi import vsphere:index/computeClusterVmDependencyRule:ComputeClusterVmDependencyRule cluster_vm_dependency_rule \\
389
391
  ```
@@ -514,6 +516,8 @@ class ComputeClusterVmDependencyRule(pulumi.CustomResource):
514
516
 
515
517
  example is below:
516
518
 
519
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
520
+
517
521
  ```sh
518
522
  $ pulumi import vsphere:index/computeClusterVmDependencyRule:ComputeClusterVmDependencyRule cluster_vm_dependency_rule \\
519
523
  ```
@@ -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
@@ -266,6 +266,8 @@ class ComputeClusterVmGroup(pulumi.CustomResource):
266
266
 
267
267
  will be returned. An example is below:
268
268
 
269
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
270
+
269
271
  ```sh
270
272
  $ pulumi import vsphere:index/computeClusterVmGroup:ComputeClusterVmGroup cluster_vm_group \\
271
273
  ```
@@ -372,6 +374,8 @@ class ComputeClusterVmGroup(pulumi.CustomResource):
372
374
 
373
375
  will be returned. An example is below:
374
376
 
377
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
378
+
375
379
  ```sh
376
380
  $ pulumi import vsphere:index/computeClusterVmGroup:ComputeClusterVmGroup cluster_vm_group \\
377
381
  ```
@@ -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
@@ -426,6 +426,8 @@ class ComputeClusterVmHostRule(pulumi.CustomResource):
426
426
 
427
427
  example is below:
428
428
 
429
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
430
+
429
431
  ```sh
430
432
  $ pulumi import vsphere:index/computeClusterVmHostRule:ComputeClusterVmHostRule cluster_vm_host_rule \\
431
433
  ```
@@ -556,6 +558,8 @@ class ComputeClusterVmHostRule(pulumi.CustomResource):
556
558
 
557
559
  example is below:
558
560
 
561
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
562
+
559
563
  ```sh
560
564
  $ pulumi import vsphere:index/computeClusterVmHostRule:ComputeClusterVmHostRule cluster_vm_host_rule \\
561
565
  ```
@@ -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
@@ -252,6 +252,8 @@ class ContentLibrary(pulumi.CustomResource):
252
252
 
253
253
  An existing content library can be imported into this resource by supplying the content library ID. For example:
254
254
 
255
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
256
+
255
257
  ```sh
256
258
  $ pulumi import vsphere:index/contentLibrary:ContentLibrary vsphere_content_library publisher_content_library f42a4b25-844a-44ec-9063-a3a5e9cc88c7
257
259
  ```
@@ -316,6 +318,8 @@ class ContentLibrary(pulumi.CustomResource):
316
318
 
317
319
  An existing content library can be imported into this resource by supplying the content library ID. For example:
318
320
 
321
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
322
+
319
323
  ```sh
320
324
  $ pulumi import vsphere:index/contentLibrary:ContentLibrary vsphere_content_library publisher_content_library f42a4b25-844a-44ec-9063-a3a5e9cc88c7
321
325
  ```
@@ -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
@@ -307,6 +307,8 @@ class ContentLibraryItem(pulumi.CustomResource):
307
307
 
308
308
  supplying the content library ID. An example is below:
309
309
 
310
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
311
+
310
312
  ```sh
311
313
  $ pulumi import vsphere:index/contentLibraryItem:ContentLibraryItem vsphere_content_library_item iso-linux-ubuntu-server-lts xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
312
314
  ```
@@ -393,6 +395,8 @@ class ContentLibraryItem(pulumi.CustomResource):
393
395
 
394
396
  supplying the content library ID. An example is below:
395
397
 
398
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
399
+
396
400
  ```sh
397
401
  $ pulumi import vsphere:index/contentLibraryItem:ContentLibraryItem vsphere_content_library_item iso-linux-ubuntu-server-lts xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
398
402
  ```
@@ -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
@@ -147,6 +147,8 @@ class CustomAttribute(pulumi.CustomResource):
147
147
 
148
148
  via its name, using the following command:
149
149
 
150
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
151
+
150
152
  ```sh
151
153
  $ pulumi import vsphere:index/customAttribute:CustomAttribute attribute terraform-test-attribute
152
154
  ```
@@ -197,6 +199,8 @@ class CustomAttribute(pulumi.CustomResource):
197
199
 
198
200
  via its name, using the following command:
199
201
 
202
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
203
+
200
204
  ```sh
201
205
  $ pulumi import vsphere:index/customAttribute:CustomAttribute attribute terraform-test-attribute
202
206
  ```
@@ -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
@@ -968,12 +968,56 @@ class DatastoreCluster(pulumi.CustomResource):
968
968
 
969
969
  > **NOTE:** Storage DRS requires a vSphere Enterprise Plus license.
970
970
 
971
+ ## Example Usage
972
+
973
+ The following example sets up a datastore cluster and enables Storage DRS with
974
+ the default settings. It then creates two NAS datastores using the
975
+ `NasDatastore` resource and assigns them to
976
+ the datastore cluster.
977
+
978
+ ```python
979
+ import pulumi
980
+ import pulumi_vsphere as vsphere
981
+
982
+ config = pulumi.Config()
983
+ hosts = config.get_object("hosts")
984
+ if hosts is None:
985
+ hosts = [
986
+ "esxi-01.example.com",
987
+ "esxi-02.example.com",
988
+ "esxi-03.example.com",
989
+ ]
990
+ datacenter = vsphere.get_datacenter()
991
+ hosts_get_host = [vsphere.get_host(name=hosts[__index],
992
+ datacenter_id=datacenter.id) for __index in range(len(hosts))]
993
+ datastore_cluster = vsphere.DatastoreCluster("datastore_cluster",
994
+ name="datastore-cluster-test",
995
+ datacenter_id=datacenter.id,
996
+ sdrs_enabled=True)
997
+ datastore1 = vsphere.NasDatastore("datastore1",
998
+ name="datastore-test1",
999
+ host_system_ids=[[__item["id"] for __item in esxi_hosts]],
1000
+ datastore_cluster_id=datastore_cluster.id,
1001
+ type="NFS",
1002
+ remote_hosts=["nfs"],
1003
+ remote_path="/export/test1")
1004
+ datastore2 = vsphere.NasDatastore("datastore2",
1005
+ name="datastore-test2",
1006
+ host_system_ids=[[__item["id"] for __item in esxi_hosts]],
1007
+ datastore_cluster_id=datastore_cluster.id,
1008
+ type="NFS",
1009
+ remote_hosts=["nfs"],
1010
+ remote_path="/export/test2")
1011
+ ```
1012
+
971
1013
  ## Import
972
1014
 
973
1015
  An existing datastore cluster can be imported into this resource
974
1016
 
975
1017
  via the path to the cluster, via the following command:
976
1018
 
1019
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
1020
+
977
1021
  ```sh
978
1022
  $ pulumi import vsphere:index/datastoreCluster:DatastoreCluster datastore_cluster /dc1/datastore/ds-cluster
979
1023
  ```
@@ -1054,12 +1098,56 @@ class DatastoreCluster(pulumi.CustomResource):
1054
1098
 
1055
1099
  > **NOTE:** Storage DRS requires a vSphere Enterprise Plus license.
1056
1100
 
1101
+ ## Example Usage
1102
+
1103
+ The following example sets up a datastore cluster and enables Storage DRS with
1104
+ the default settings. It then creates two NAS datastores using the
1105
+ `NasDatastore` resource and assigns them to
1106
+ the datastore cluster.
1107
+
1108
+ ```python
1109
+ import pulumi
1110
+ import pulumi_vsphere as vsphere
1111
+
1112
+ config = pulumi.Config()
1113
+ hosts = config.get_object("hosts")
1114
+ if hosts is None:
1115
+ hosts = [
1116
+ "esxi-01.example.com",
1117
+ "esxi-02.example.com",
1118
+ "esxi-03.example.com",
1119
+ ]
1120
+ datacenter = vsphere.get_datacenter()
1121
+ hosts_get_host = [vsphere.get_host(name=hosts[__index],
1122
+ datacenter_id=datacenter.id) for __index in range(len(hosts))]
1123
+ datastore_cluster = vsphere.DatastoreCluster("datastore_cluster",
1124
+ name="datastore-cluster-test",
1125
+ datacenter_id=datacenter.id,
1126
+ sdrs_enabled=True)
1127
+ datastore1 = vsphere.NasDatastore("datastore1",
1128
+ name="datastore-test1",
1129
+ host_system_ids=[[__item["id"] for __item in esxi_hosts]],
1130
+ datastore_cluster_id=datastore_cluster.id,
1131
+ type="NFS",
1132
+ remote_hosts=["nfs"],
1133
+ remote_path="/export/test1")
1134
+ datastore2 = vsphere.NasDatastore("datastore2",
1135
+ name="datastore-test2",
1136
+ host_system_ids=[[__item["id"] for __item in esxi_hosts]],
1137
+ datastore_cluster_id=datastore_cluster.id,
1138
+ type="NFS",
1139
+ remote_hosts=["nfs"],
1140
+ remote_path="/export/test2")
1141
+ ```
1142
+
1057
1143
  ## Import
1058
1144
 
1059
1145
  An existing datastore cluster can be imported into this resource
1060
1146
 
1061
1147
  via the path to the cluster, via the following command:
1062
1148
 
1149
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
1150
+
1063
1151
  ```sh
1064
1152
  $ pulumi import vsphere:index/datastoreCluster:DatastoreCluster datastore_cluster /dc1/datastore/ds-cluster
1065
1153
  ```
@@ -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
@@ -297,6 +297,8 @@ class DatastoreClusterVmAntiAffinityRule(pulumi.CustomResource):
297
297
 
298
298
  example is below:
299
299
 
300
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
301
+
300
302
  ```sh
301
303
  $ pulumi import vsphere:index/datastoreClusterVmAntiAffinityRule:DatastoreClusterVmAntiAffinityRule cluster_vm_anti_affinity_rule \\
302
304
  ```
@@ -395,6 +397,8 @@ class DatastoreClusterVmAntiAffinityRule(pulumi.CustomResource):
395
397
 
396
398
  example is below:
397
399
 
400
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
401
+
398
402
  ```sh
399
403
  $ pulumi import vsphere:index/datastoreClusterVmAntiAffinityRule:DatastoreClusterVmAntiAffinityRule cluster_vm_anti_affinity_rule \\
400
404
  ```
@@ -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
@@ -1810,6 +1810,8 @@ class DistributedPortGroup(pulumi.CustomResource):
1810
1810
 
1811
1811
  the managed object id of the port group, via the following command:
1812
1812
 
1813
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
1814
+
1813
1815
  ```sh
1814
1816
  $ pulumi import vsphere:index/distributedPortGroup:DistributedPortGroup pg /dc-01/network/pg-01
1815
1817
  ```
@@ -2027,6 +2029,8 @@ class DistributedPortGroup(pulumi.CustomResource):
2027
2029
 
2028
2030
  the managed object id of the port group, via the following command:
2029
2031
 
2032
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
2033
+
2030
2034
  ```sh
2031
2035
  $ pulumi import vsphere:index/distributedPortGroup:DistributedPortGroup pg /dc-01/network/pg-01
2032
2036
  ```
@@ -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
@@ -3366,6 +3366,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3366
3366
 
3367
3367
  to the VDS, via the following command:
3368
3368
 
3369
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
3370
+
3369
3371
  ```sh
3370
3372
  $ pulumi import vsphere:index/distributedVirtualSwitch:DistributedVirtualSwitch vds /dc-01/network/vds-01
3371
3373
  ```
@@ -3619,6 +3621,8 @@ class DistributedVirtualSwitch(pulumi.CustomResource):
3619
3621
 
3620
3622
  to the VDS, via the following command:
3621
3623
 
3624
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
3625
+
3622
3626
  ```sh
3623
3627
  $ pulumi import vsphere:index/distributedVirtualSwitch:DistributedVirtualSwitch vds /dc-01/network/vds-01
3624
3628
  ```
@@ -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