pulumi-vsphere 4.11.5__tar.gz → 4.12.0a1725603256__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.
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/PKG-INFO +2 -3
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/_inputs.py +5 -1066
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/_utilities.py +1 -1
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster.py +2 -181
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_host_group.py +2 -67
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +2 -29
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +2 -41
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +2 -205
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_group.py +2 -198
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/compute_cluster_vm_host_rule.py +2 -73
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/__init__.pyi +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/vars.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/content_library.py +2 -103
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/content_library_item.py +2 -143
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/custom_attribute.py +2 -77
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datacenter.py +4 -19
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datastore_cluster.py +2 -63
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +2 -159
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/distributed_port_group.py +2 -285
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/distributed_virtual_switch.py +2 -261
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/dpm_host_override.py +2 -63
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/drs_vm_override.py +2 -67
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/entity_permissions.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/file.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/folder.py +2 -141
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_compute_cluster.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_compute_cluster_host_group.py +6 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_content_library.py +4 -12
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_content_library_item.py +4 -16
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_custom_attribute.py +4 -13
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datacenter.py +4 -12
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore.py +4 -16
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore_cluster.py +4 -14
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_datastore_stats.py +4 -16
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_distributed_virtual_switch.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_dynamic.py +4 -16
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_folder.py +4 -12
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_guest_os_customization.py +4 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_base_images.py +4 -11
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_pci_device.py +4 -19
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_thumbprint.py +14 -34
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_host_vgpu_profile.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_license.py +4 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_network.py +4 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_ovf_vm_template.py +4 -55
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_policy.py +4 -12
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_resource_pool.py +4 -14
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_role.py +4 -18
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_tag.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_tag_category.py +4 -15
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_vapp_container.py +4 -14
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_virtual_machine.py +4 -130
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/get_vmfs_disks.py +4 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/guest_os_customization.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/ha_vm_override.py +2 -163
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host.py +12 -203
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host_port_group.py +2 -17
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/host_virtual_switch.py +2 -69
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/license.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/nas_datastore.py +2 -67
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/offline_software_depot.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/outputs.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/provider.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/pulumi-plugin.json +1 -1
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/resource_pool.py +437 -168
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/role.py +2 -33
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/storage_drs_vm_override.py +2 -133
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/supervisor.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/tag.py +2 -159
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/tag_category.py +2 -83
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vapp_container.py +2 -163
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vapp_entity.py +2 -147
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_disk.py +2 -81
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine.py +2 -53
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine_class.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/virtual_machine_snapshot.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vm_storage_policy.py +0 -5
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vmfs_datastore.py +2 -271
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/vnic.py +4 -19
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/PKG-INFO +2 -3
- pulumi_vsphere-4.12.0a1725603256/pulumi_vsphere.egg-info/requires.txt +3 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pyproject.toml +2 -2
- pulumi_vsphere-4.11.5/pulumi_vsphere.egg-info/requires.txt +0 -6
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/README.md +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/__init__.py +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/SOURCES.txt +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.11.5 → pulumi_vsphere-4.12.0a1725603256}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: pulumi_vsphere
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.12.0a1725603256
|
|
4
4
|
Summary: A Pulumi package for creating vsphere resources
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
@@ -9,9 +9,8 @@ Keywords: pulumi,vsphere
|
|
|
9
9
|
Requires-Python: >=3.8
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
Requires-Dist: parver>=0.2.1
|
|
12
|
-
Requires-Dist: pulumi<4.0.0,>=3.
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.0.0
|
|
13
13
|
Requires-Dist: semver>=2.8.1
|
|
14
|
-
Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
|
|
15
14
|
|
|
16
15
|
[](https://github.com/pulumi/pulumi-vsphere/actions)
|
|
17
16
|
[](https://slack.pulumi.com)
|