pulumi-vsphere 4.9.0a1700547848__tar.gz → 4.10.0a1701793797__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.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/PKG-INFO +1 -1
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/__init__.py +10 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/_inputs.py +675 -28
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/_utilities.py +41 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster.py +155 -7
- pulumi_vsphere-4.10.0a1701793797/pulumi_vsphere/get_guest_os_customization.py +173 -0
- pulumi_vsphere-4.10.0a1701793797/pulumi_vsphere/guest_os_customization.py +350 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/outputs.py +952 -84
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere.egg-info/SOURCES.txt +2 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pyproject.toml +1 -1
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/README.md +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/config/__init__.pyi +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/config/vars.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/content_library.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/content_library_item.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/custom_attribute.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/datacenter.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/datastore_cluster.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/distributed_port_group.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/distributed_virtual_switch.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/dpm_host_override.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/drs_vm_override.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/entity_permissions.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/file.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/folder.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_compute_cluster.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_content_library.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_content_library_item.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_custom_attribute.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_datacenter.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_datastore.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_datastore_cluster.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_distributed_virtual_switch.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_dynamic.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_folder.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_host.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_host_pci_device.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_host_thumbprint.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_license.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_network.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_policy.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_resource_pool.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_role.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_tag.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_tag_category.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_vapp_container.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_virtual_machine.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/get_vmfs_disks.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/ha_vm_override.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/host.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/host_port_group.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/host_virtual_switch.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/license.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/nas_datastore.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/provider.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/pulumi-plugin.json +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/resource_pool.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/role.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/tag.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/tag_category.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/vapp_container.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/vapp_entity.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/virtual_disk.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/virtual_machine.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/virtual_machine_snapshot.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/vm_storage_policy.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/vmfs_datastore.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/vnic.py +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere.egg-info/requires.txt +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/setup.cfg +0 -0
{pulumi_vsphere-4.9.0a1700547848 → pulumi_vsphere-4.10.0a1701793797}/pulumi_vsphere/__init__.py
RENAMED
|
@@ -36,6 +36,7 @@ from .get_datastore_cluster import *
|
|
|
36
36
|
from .get_distributed_virtual_switch import *
|
|
37
37
|
from .get_dynamic import *
|
|
38
38
|
from .get_folder import *
|
|
39
|
+
from .get_guest_os_customization import *
|
|
39
40
|
from .get_host import *
|
|
40
41
|
from .get_host_pci_device import *
|
|
41
42
|
from .get_host_thumbprint import *
|
|
@@ -50,6 +51,7 @@ from .get_tag_category import *
|
|
|
50
51
|
from .get_vapp_container import *
|
|
51
52
|
from .get_virtual_machine import *
|
|
52
53
|
from .get_vmfs_disks import *
|
|
54
|
+
from .guest_os_customization import *
|
|
53
55
|
from .ha_vm_override import *
|
|
54
56
|
from .host import *
|
|
55
57
|
from .host_port_group import *
|
|
@@ -243,6 +245,14 @@ _utilities.register(
|
|
|
243
245
|
"vsphere:index/folder:Folder": "Folder"
|
|
244
246
|
}
|
|
245
247
|
},
|
|
248
|
+
{
|
|
249
|
+
"pkg": "vsphere",
|
|
250
|
+
"mod": "index/guestOsCustomization",
|
|
251
|
+
"fqn": "pulumi_vsphere",
|
|
252
|
+
"classes": {
|
|
253
|
+
"vsphere:index/guestOsCustomization:GuestOsCustomization": "GuestOsCustomization"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
246
256
|
{
|
|
247
257
|
"pkg": "vsphere",
|
|
248
258
|
"mod": "index/haVmOverride",
|