pulumi-vsphere 4.10.0a1710245029__tar.gz → 4.10.2__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.10.0a1710245029 → pulumi_vsphere-4.10.2}/PKG-INFO +1 -1
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/__init__.py +28 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/_inputs.py +566 -236
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/_utilities.py +35 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster.py +747 -1477
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +28 -20
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/datacenter.py +33 -40
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/datastore_cluster.py +154 -364
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/distributed_port_group.py +126 -182
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/distributed_virtual_switch.py +301 -819
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/entity_permissions.py +56 -35
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/file.py +16 -24
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/folder.py +7 -28
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_compute_cluster.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_compute_cluster_host_group.py +20 -20
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_content_library.py +10 -10
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_content_library_item.py +12 -8
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_custom_attribute.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_datacenter.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_datastore.py +9 -13
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_datastore_cluster.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_datastore_stats.py +38 -44
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_distributed_virtual_switch.py +2 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_dynamic.py +18 -20
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_folder.py +10 -6
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_guest_os_customization.py +8 -47
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_host.py +0 -4
- pulumi_vsphere-4.10.2/pulumi_vsphere/get_host_base_images.py +97 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_host_pci_device.py +8 -14
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_host_thumbprint.py +12 -16
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_host_vgpu_profile.py +4 -10
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_license.py +2 -5
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_network.py +14 -18
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_policy.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_resource_pool.py +14 -18
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_role.py +4 -8
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_tag.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_tag_category.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_vapp_container.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_virtual_machine.py +58 -41
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_vmfs_disks.py +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/guest_os_customization.py +50 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/ha_vm_override.py +189 -378
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/host.py +0 -20
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/host_port_group.py +12 -24
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/host_virtual_switch.py +140 -287
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/license.py +0 -32
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/nas_datastore.py +7 -7
- pulumi_vsphere-4.10.2/pulumi_vsphere/offline_software_depot.py +180 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/outputs.py +591 -270
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/provider.py +2 -6
- pulumi_vsphere-4.10.2/pulumi_vsphere/pulumi-plugin.json +5 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/resource_pool.py +50 -24
- pulumi_vsphere-4.10.2/pulumi_vsphere/supervisor.py +962 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/virtual_disk.py +14 -20
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/virtual_machine.py +580 -809
- pulumi_vsphere-4.10.2/pulumi_vsphere/virtual_machine_class.py +442 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/virtual_machine_snapshot.py +8 -12
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/vm_storage_policy.py +74 -86
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/vnic.py +61 -77
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere.egg-info/SOURCES.txt +4 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pyproject.toml +1 -1
- pulumi_vsphere-4.10.0a1710245029/pulumi_vsphere/pulumi-plugin.json +0 -4
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/README.md +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/config/__init__.pyi +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/config/vars.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/content_library.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/content_library_item.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/custom_attribute.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/dpm_host_override.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/drs_vm_override.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/role.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/tag.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/tag_category.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/vapp_container.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/vapp_entity.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere/vmfs_datastore.py +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere.egg-info/requires.txt +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.10.0a1710245029 → pulumi_vsphere-4.10.2}/setup.cfg +0 -0
|
@@ -39,6 +39,7 @@ from .get_dynamic import *
|
|
|
39
39
|
from .get_folder import *
|
|
40
40
|
from .get_guest_os_customization import *
|
|
41
41
|
from .get_host import *
|
|
42
|
+
from .get_host_base_images import *
|
|
42
43
|
from .get_host_pci_device import *
|
|
43
44
|
from .get_host_thumbprint import *
|
|
44
45
|
from .get_host_vgpu_profile import *
|
|
@@ -60,16 +61,19 @@ from .host_port_group import *
|
|
|
60
61
|
from .host_virtual_switch import *
|
|
61
62
|
from .license import *
|
|
62
63
|
from .nas_datastore import *
|
|
64
|
+
from .offline_software_depot import *
|
|
63
65
|
from .provider import *
|
|
64
66
|
from .resource_pool import *
|
|
65
67
|
from .role import *
|
|
66
68
|
from .storage_drs_vm_override import *
|
|
69
|
+
from .supervisor import *
|
|
67
70
|
from .tag import *
|
|
68
71
|
from .tag_category import *
|
|
69
72
|
from .vapp_container import *
|
|
70
73
|
from .vapp_entity import *
|
|
71
74
|
from .virtual_disk import *
|
|
72
75
|
from .virtual_machine import *
|
|
76
|
+
from .virtual_machine_class import *
|
|
73
77
|
from .virtual_machine_snapshot import *
|
|
74
78
|
from .vm_storage_policy import *
|
|
75
79
|
from .vmfs_datastore import *
|
|
@@ -303,6 +307,14 @@ _utilities.register(
|
|
|
303
307
|
"vsphere:index/nasDatastore:NasDatastore": "NasDatastore"
|
|
304
308
|
}
|
|
305
309
|
},
|
|
310
|
+
{
|
|
311
|
+
"pkg": "vsphere",
|
|
312
|
+
"mod": "index/offlineSoftwareDepot",
|
|
313
|
+
"fqn": "pulumi_vsphere",
|
|
314
|
+
"classes": {
|
|
315
|
+
"vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot": "OfflineSoftwareDepot"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
306
318
|
{
|
|
307
319
|
"pkg": "vsphere",
|
|
308
320
|
"mod": "index/resourcePool",
|
|
@@ -327,6 +339,14 @@ _utilities.register(
|
|
|
327
339
|
"vsphere:index/storageDrsVmOverride:StorageDrsVmOverride": "StorageDrsVmOverride"
|
|
328
340
|
}
|
|
329
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"pkg": "vsphere",
|
|
344
|
+
"mod": "index/supervisor",
|
|
345
|
+
"fqn": "pulumi_vsphere",
|
|
346
|
+
"classes": {
|
|
347
|
+
"vsphere:index/supervisor:Supervisor": "Supervisor"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
330
350
|
{
|
|
331
351
|
"pkg": "vsphere",
|
|
332
352
|
"mod": "index/tag",
|
|
@@ -375,6 +395,14 @@ _utilities.register(
|
|
|
375
395
|
"vsphere:index/virtualMachine:VirtualMachine": "VirtualMachine"
|
|
376
396
|
}
|
|
377
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"pkg": "vsphere",
|
|
400
|
+
"mod": "index/virtualMachineClass",
|
|
401
|
+
"fqn": "pulumi_vsphere",
|
|
402
|
+
"classes": {
|
|
403
|
+
"vsphere:index/virtualMachineClass:VirtualMachineClass": "VirtualMachineClass"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
378
406
|
{
|
|
379
407
|
"pkg": "vsphere",
|
|
380
408
|
"mod": "index/virtualMachineSnapshot",
|