pulumi-vsphere 4.14.0a1747752163__py3-none-any.whl → 4.15.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-vsphere might be problematic. Click here for more details.
- pulumi_vsphere/__init__.py +1 -1
- pulumi_vsphere/_inputs.py +1 -1
- pulumi_vsphere/_utilities.py +1 -1
- pulumi_vsphere/compute_cluster.py +1 -1
- pulumi_vsphere/compute_cluster_host_group.py +1 -1
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +1 -1
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +1 -1
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +1 -1
- pulumi_vsphere/compute_cluster_vm_group.py +1 -1
- pulumi_vsphere/compute_cluster_vm_host_rule.py +1 -1
- pulumi_vsphere/config/__init__.py +1 -1
- pulumi_vsphere/config/__init__.pyi +1 -1
- pulumi_vsphere/config/vars.py +1 -1
- pulumi_vsphere/content_library.py +1 -1
- pulumi_vsphere/content_library_item.py +1 -1
- pulumi_vsphere/custom_attribute.py +1 -1
- pulumi_vsphere/datacenter.py +1 -1
- pulumi_vsphere/datastore_cluster.py +1 -1
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +1 -1
- pulumi_vsphere/distributed_port_group.py +1 -1
- pulumi_vsphere/distributed_virtual_switch.py +1 -1
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +1 -1
- pulumi_vsphere/dpm_host_override.py +1 -1
- pulumi_vsphere/drs_vm_override.py +1 -1
- pulumi_vsphere/entity_permissions.py +1 -1
- pulumi_vsphere/file.py +1 -1
- pulumi_vsphere/folder.py +1 -1
- pulumi_vsphere/get_compute_cluster.py +1 -1
- pulumi_vsphere/get_compute_cluster_host_group.py +1 -1
- pulumi_vsphere/get_content_library.py +1 -1
- pulumi_vsphere/get_content_library_item.py +1 -1
- pulumi_vsphere/get_custom_attribute.py +1 -1
- pulumi_vsphere/get_datacenter.py +1 -1
- pulumi_vsphere/get_datastore.py +1 -1
- pulumi_vsphere/get_datastore_cluster.py +1 -1
- pulumi_vsphere/get_datastore_stats.py +1 -1
- pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
- pulumi_vsphere/get_dynamic.py +1 -1
- pulumi_vsphere/get_folder.py +1 -1
- pulumi_vsphere/get_guest_os_customization.py +1 -1
- pulumi_vsphere/get_host.py +1 -1
- pulumi_vsphere/get_host_base_images.py +1 -1
- pulumi_vsphere/get_host_pci_device.py +1 -1
- pulumi_vsphere/get_host_thumbprint.py +1 -1
- pulumi_vsphere/get_host_vgpu_profile.py +1 -1
- pulumi_vsphere/get_license.py +1 -1
- pulumi_vsphere/get_network.py +22 -5
- pulumi_vsphere/get_ovf_vm_template.py +1 -1
- pulumi_vsphere/get_policy.py +1 -1
- pulumi_vsphere/get_resource_pool.py +64 -13
- pulumi_vsphere/get_role.py +1 -1
- pulumi_vsphere/get_tag.py +1 -1
- pulumi_vsphere/get_tag_category.py +1 -1
- pulumi_vsphere/get_vapp_container.py +1 -1
- pulumi_vsphere/get_virtual_machine.py +1 -1
- pulumi_vsphere/get_vmfs_disks.py +1 -1
- pulumi_vsphere/guest_os_customization.py +1 -1
- pulumi_vsphere/ha_vm_override.py +1 -1
- pulumi_vsphere/host.py +1 -1
- pulumi_vsphere/host_port_group.py +1 -1
- pulumi_vsphere/host_virtual_switch.py +1 -1
- pulumi_vsphere/license.py +1 -1
- pulumi_vsphere/nas_datastore.py +1 -1
- pulumi_vsphere/offline_software_depot.py +1 -1
- pulumi_vsphere/outputs.py +1 -1
- pulumi_vsphere/provider.py +36 -38
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +1 -1
- pulumi_vsphere/role.py +1 -1
- pulumi_vsphere/storage_drs_vm_override.py +1 -1
- pulumi_vsphere/supervisor.py +1 -1
- pulumi_vsphere/tag.py +1 -1
- pulumi_vsphere/tag_category.py +1 -1
- pulumi_vsphere/vapp_container.py +1 -1
- pulumi_vsphere/vapp_entity.py +1 -1
- pulumi_vsphere/virtual_disk.py +1 -1
- pulumi_vsphere/virtual_machine.py +1 -1
- pulumi_vsphere/virtual_machine_class.py +1 -1
- pulumi_vsphere/virtual_machine_snapshot.py +1 -1
- pulumi_vsphere/vm_storage_policy.py +1 -1
- pulumi_vsphere/vmfs_datastore.py +1 -1
- pulumi_vsphere/vnic.py +1 -1
- {pulumi_vsphere-4.14.0a1747752163.dist-info → pulumi_vsphere-4.15.0.dist-info}/METADATA +1 -1
- pulumi_vsphere-4.15.0.dist-info/RECORD +87 -0
- {pulumi_vsphere-4.14.0a1747752163.dist-info → pulumi_vsphere-4.15.0.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.14.0a1747752163.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.14.0a1747752163.dist-info → pulumi_vsphere-4.15.0.dist-info}/top_level.txt +0 -0
pulumi_vsphere/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/_utilities.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/config/vars.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/datacenter.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/file.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/folder.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_datacenter.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_datastore.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_dynamic.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_folder.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_host.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
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
|
|
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
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_license.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_network.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_vsphere/get_policy.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
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
|