pulumi-vsphere 4.8.0a1697162932__tar.gz → 4.9.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.
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/PKG-INFO +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/__init__.py +10 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/_inputs.py +801 -569
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster.py +287 -419
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_host_group.py +7 -37
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +11 -49
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +11 -49
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +13 -55
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_vm_group.py +7 -37
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/compute_cluster_vm_host_rule.py +15 -61
- pulumi_vsphere-4.9.0/pulumi_vsphere/config/__init__.pyi +73 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/config/vars.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/content_library.py +11 -59
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/content_library_item.py +13 -55
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/custom_attribute.py +5 -31
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/datacenter.py +10 -46
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/datastore_cluster.py +51 -169
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +11 -49
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/distributed_port_group.py +95 -301
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/distributed_virtual_switch.py +190 -586
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/dpm_host_override.py +9 -43
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/drs_vm_override.py +9 -43
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/entity_permissions.py +7 -37
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/file.py +15 -61
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/folder.py +11 -49
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_compute_cluster.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_compute_cluster_host_group.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_content_library.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_content_library_item.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_custom_attribute.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_datacenter.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_datastore.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_datastore_cluster.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_distributed_virtual_switch.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_dynamic.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_folder.py +1 -1
- pulumi_vsphere-4.9.0/pulumi_vsphere/get_guest_os_customization.py +173 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_host.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_host_pci_device.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_host_thumbprint.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_license.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_network.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_ovf_vm_template.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_policy.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_resource_pool.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_role.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_tag.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_tag_category.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_vapp_container.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_virtual_machine.py +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/get_vmfs_disks.py +1 -1
- pulumi_vsphere-4.9.0/pulumi_vsphere/guest_os_customization.py +350 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/ha_vm_override.py +31 -109
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/host.py +29 -103
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/host_port_group.py +38 -130
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/host_virtual_switch.py +43 -145
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/license.py +9 -43
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/nas_datastore.py +31 -109
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/outputs.py +1071 -656
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/provider.py +14 -51
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/resource_pool.py +31 -109
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/role.py +6 -34
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/storage_drs_vm_override.py +11 -49
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/tag.py +7 -37
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/tag_category.py +9 -43
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/vapp_container.py +31 -109
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/vapp_entity.py +21 -79
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/virtual_disk.py +15 -61
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/virtual_machine.py +160 -511
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/virtual_machine_snapshot.py +15 -61
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/vm_storage_policy.py +7 -37
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/vmfs_datastore.py +22 -82
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/vnic.py +21 -89
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere.egg-info/SOURCES.txt +3 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pyproject.toml +1 -1
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/README.md +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/_utilities.py +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/pulumi-plugin.json +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere.egg-info/requires.txt +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.8.0a1697162932 → pulumi_vsphere-4.9.0}/setup.cfg +0 -0
|
@@ -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",
|