pulumi-vsphere 4.12.0a1727221820__py3-none-any.whl → 4.12.0a1727889180__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/compute_cluster.py +176 -2
- pulumi_vsphere/compute_cluster_host_group.py +62 -2
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +24 -2
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +36 -2
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +200 -2
- pulumi_vsphere/compute_cluster_vm_group.py +158 -2
- pulumi_vsphere/compute_cluster_vm_host_rule.py +68 -2
- pulumi_vsphere/content_library.py +98 -2
- pulumi_vsphere/content_library_item.py +138 -2
- pulumi_vsphere/custom_attribute.py +72 -2
- pulumi_vsphere/datacenter.py +14 -4
- pulumi_vsphere/datastore_cluster.py +58 -2
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +154 -2
- pulumi_vsphere/distributed_port_group.py +280 -2
- pulumi_vsphere/distributed_virtual_switch.py +256 -2
- pulumi_vsphere/dpm_host_override.py +58 -2
- pulumi_vsphere/drs_vm_override.py +62 -2
- pulumi_vsphere/folder.py +136 -2
- pulumi_vsphere/get_compute_cluster_host_group.py +2 -2
- pulumi_vsphere/ha_vm_override.py +158 -2
- pulumi_vsphere/host.py +250 -2
- pulumi_vsphere/host_port_group.py +12 -2
- pulumi_vsphere/host_virtual_switch.py +64 -2
- pulumi_vsphere/nas_datastore.py +62 -2
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +4 -16
- pulumi_vsphere/role.py +28 -2
- pulumi_vsphere/storage_drs_vm_override.py +128 -2
- pulumi_vsphere/tag.py +154 -2
- pulumi_vsphere/tag_category.py +78 -2
- pulumi_vsphere/vapp_container.py +158 -2
- pulumi_vsphere/vapp_entity.py +142 -2
- pulumi_vsphere/virtual_disk.py +76 -2
- pulumi_vsphere/virtual_machine.py +48 -2
- pulumi_vsphere/vmfs_datastore.py +266 -2
- pulumi_vsphere/vnic.py +14 -4
- {pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/METADATA +1 -1
- {pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/RECORD +40 -40
- {pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/WHEEL +0 -0
- {pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/top_level.txt +0 -0
{pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/RECORD
RENAMED
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
pulumi_vsphere/__init__.py,sha256=7zI4b3F2NEW8hz7TIVEWb1MZI_HqHV4GUM2o9lJKez0,10798
|
|
2
2
|
pulumi_vsphere/_inputs.py,sha256=47uwlKCjl3fK0iCTYTup7EGLjtaR_TToxdHcMb4o2ew,143694
|
|
3
3
|
pulumi_vsphere/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
|
|
4
|
-
pulumi_vsphere/compute_cluster.py,sha256=
|
|
5
|
-
pulumi_vsphere/compute_cluster_host_group.py,sha256=
|
|
6
|
-
pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=
|
|
7
|
-
pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256
|
|
8
|
-
pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=
|
|
9
|
-
pulumi_vsphere/compute_cluster_vm_group.py,sha256=
|
|
10
|
-
pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=
|
|
11
|
-
pulumi_vsphere/content_library.py,sha256=
|
|
12
|
-
pulumi_vsphere/content_library_item.py,sha256=
|
|
13
|
-
pulumi_vsphere/custom_attribute.py,sha256=
|
|
14
|
-
pulumi_vsphere/datacenter.py,sha256=
|
|
15
|
-
pulumi_vsphere/datastore_cluster.py,sha256=
|
|
16
|
-
pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=
|
|
17
|
-
pulumi_vsphere/distributed_port_group.py,sha256=
|
|
18
|
-
pulumi_vsphere/distributed_virtual_switch.py,sha256=
|
|
19
|
-
pulumi_vsphere/dpm_host_override.py,sha256=
|
|
20
|
-
pulumi_vsphere/drs_vm_override.py,sha256=
|
|
4
|
+
pulumi_vsphere/compute_cluster.py,sha256=u65Hyy_WJKnj2_BXHLp9j8Lw0CMvcpa3zEgqYSHdf38,232716
|
|
5
|
+
pulumi_vsphere/compute_cluster_host_group.py,sha256=b3gyqeZWetgBhWehUzZgj02yoUUit2oa9hX6au42dn0,15431
|
|
6
|
+
pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=liYQVbUtw_3BzAQ0n19HCQPUdrRGYzjlYueJcOHmJ1A,25535
|
|
7
|
+
pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=xeqUCWzZ2wMONXoj9ECnwYO-dou7hM5G9ITELF8Y__0,18468
|
|
8
|
+
pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=2AobfglNRwch72fiFrfQxDT0FG2uEU8VppzsRfy0Qmc,29499
|
|
9
|
+
pulumi_vsphere/compute_cluster_vm_group.py,sha256=0uMAzkOXwpvmdY-6bleb4DecWLz2biAOpS7hwH8zHR4,22833
|
|
10
|
+
pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=64lyVLL3zJyq3QKV7Z84-N9X8KQLuCXvEsJt_CMcXPA,26804
|
|
11
|
+
pulumi_vsphere/content_library.py,sha256=oZlBiZc6B7VPuGD1nOIVYgqDUhaU6Sknvk2XFU0vKm8,19564
|
|
12
|
+
pulumi_vsphere/content_library_item.py,sha256=MN5KpWc7g_FxGTQF-SLtvngj6DTMhTyWNpbjPPO3v74,20920
|
|
13
|
+
pulumi_vsphere/custom_attribute.py,sha256=QvJldsEIRk0--ue9BPVE67suq1iUjMcUKvixxG5mSww,11585
|
|
14
|
+
pulumi_vsphere/datacenter.py,sha256=fL-LEgD6NhxVjWlU1NdTtt3xkwDiLFvC21dvIq7Lbqs,18786
|
|
15
|
+
pulumi_vsphere/datastore_cluster.py,sha256=TVB7P9o33ksdk1jC92OUpYyJOW0XIpZoA6qKSO3rIb8,84546
|
|
16
|
+
pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=oYhEoMpYeHyI3fvYpttkXOJH1ofDTdIZP3RkDflQKSo,23292
|
|
17
|
+
pulumi_vsphere/distributed_port_group.py,sha256=T7Ahzp2atMZWfmQ1lH0YT3VD36GZpwZx-VUllmYiobw,144573
|
|
18
|
+
pulumi_vsphere/distributed_virtual_switch.py,sha256=RwVnJSISxrLRke49hGXD5saOau_Tfnp2a7-NxOCy784,258216
|
|
19
|
+
pulumi_vsphere/dpm_host_override.py,sha256=FB0TeuYUWG_Z58hisrijcO3lQxyUmna39YihR_wM1uY,17529
|
|
20
|
+
pulumi_vsphere/drs_vm_override.py,sha256=dA-3ToS9vhdL3RoAEQo88KOOdbupUcfxqJgeN4sTVm0,18839
|
|
21
21
|
pulumi_vsphere/entity_permissions.py,sha256=ChtuPTQkJcPRzew0-8s5oKGWJwiEjGRWpL3JlBGUChQ,12982
|
|
22
22
|
pulumi_vsphere/file.py,sha256=uJeBCHJ2IXJO6Dj5vYeZvkYaHNNoWhkQ6PzmWVwkRIE,23397
|
|
23
|
-
pulumi_vsphere/folder.py,sha256=
|
|
23
|
+
pulumi_vsphere/folder.py,sha256=NBn-LIkYxlODwq70AhL1sOWra88Wpmqz2KQCcyhOK08,29302
|
|
24
24
|
pulumi_vsphere/get_compute_cluster.py,sha256=nBgxOLhF9RV5vGGwgCxeNCyVNKr_tQi44VnaBhBbX1M,5997
|
|
25
|
-
pulumi_vsphere/get_compute_cluster_host_group.py,sha256=
|
|
25
|
+
pulumi_vsphere/get_compute_cluster_host_group.py,sha256=lVEx1zAjsVsN64Q-d81kKnDNnFJQ4nBQbxVBXaqkH9Q,6158
|
|
26
26
|
pulumi_vsphere/get_content_library.py,sha256=OvtzMI4plfMyPnHrTV39BFJ4OQDmkQRif7vnW9HPGoE,3236
|
|
27
27
|
pulumi_vsphere/get_content_library_item.py,sha256=pxYlJl6sTUulRxDL21CmFrWs3PfItrkooQF1aKHDykw,4526
|
|
28
28
|
pulumi_vsphere/get_custom_attribute.py,sha256=skM0hjQmPyYCQdEgXjbofu9Ulez4ylw9jQKb9g3Zz2I,4354
|
|
@@ -51,36 +51,36 @@ pulumi_vsphere/get_vapp_container.py,sha256=1OUABHMT3qFbSQRqFBCQNltmuo_OF983GJR0
|
|
|
51
51
|
pulumi_vsphere/get_virtual_machine.py,sha256=7cbdpbCgsLtWSkzmPdzOhlnILjAN5_cOb0UBnDKYG70,59209
|
|
52
52
|
pulumi_vsphere/get_vmfs_disks.py,sha256=KotPjKN7ncgdWzl6qSU1DuuxIxu8BoQ5CLDH1JAgShg,6717
|
|
53
53
|
pulumi_vsphere/guest_os_customization.py,sha256=McMmuw-0x6IDTkxshaESAMf9_MMuQ4n930zcrT4Nmfs,16953
|
|
54
|
-
pulumi_vsphere/ha_vm_override.py,sha256=
|
|
55
|
-
pulumi_vsphere/host.py,sha256=
|
|
56
|
-
pulumi_vsphere/host_port_group.py,sha256=
|
|
57
|
-
pulumi_vsphere/host_virtual_switch.py,sha256=
|
|
54
|
+
pulumi_vsphere/ha_vm_override.py,sha256=UZspbf3M20j1Fbu5fdptx_NpdEBulIaHrkpURCar3q4,58960
|
|
55
|
+
pulumi_vsphere/host.py,sha256=zUCCyihjTbvkCFOl6Y2OXcfcciyX1uu8e_-GUUumGis,50725
|
|
56
|
+
pulumi_vsphere/host_port_group.py,sha256=q5chiwNimulkRECM5qdSWewVYPd9RzGe2xS576UgF2E,57254
|
|
57
|
+
pulumi_vsphere/host_virtual_switch.py,sha256=rLUkgWWTSMWNA7KeBAEyspxwb25D26utJNxubnDXgRY,59781
|
|
58
58
|
pulumi_vsphere/license.py,sha256=4IhaSHnAjOFSlSKu4AYGcbraULzzTRASs29wB7nw7aU,12022
|
|
59
|
-
pulumi_vsphere/nas_datastore.py,sha256=
|
|
59
|
+
pulumi_vsphere/nas_datastore.py,sha256=xId9ePpVFiztOfGMEAgGTV-wJtn7UE4EL5f74N-55ww,50154
|
|
60
60
|
pulumi_vsphere/offline_software_depot.py,sha256=9NvticI3dlQeZZ-Z_TwT7Jo-qa2GwhfZG4reQM3Xl3U,7379
|
|
61
61
|
pulumi_vsphere/outputs.py,sha256=tMsheiyMRU8KoTIz05uauvgdEJYmRxTownfIq6UsvCY,156594
|
|
62
62
|
pulumi_vsphere/provider.py,sha256=8H6ulcRQh7CAH67BvSthuiqAV0nAVjssl3aFk2xb2ME,20263
|
|
63
|
-
pulumi_vsphere/pulumi-plugin.json,sha256=
|
|
63
|
+
pulumi_vsphere/pulumi-plugin.json,sha256=N6wCxLrEApGFMeZtfvyWTwSpzXPtxc_kenY1pfsQ86g,84
|
|
64
64
|
pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
65
|
-
pulumi_vsphere/resource_pool.py,sha256=
|
|
66
|
-
pulumi_vsphere/role.py,sha256=
|
|
67
|
-
pulumi_vsphere/storage_drs_vm_override.py,sha256=
|
|
65
|
+
pulumi_vsphere/resource_pool.py,sha256=nvRCtanec4g_6cW2-sodjs5g0Dco26KRL4PpzDh6D5g,54253
|
|
66
|
+
pulumi_vsphere/role.py,sha256=PAc894OGeluKsWLq5LUKJs-u9BVTbhZdMBTg0NThj9I,9220
|
|
67
|
+
pulumi_vsphere/storage_drs_vm_override.py,sha256=z4r66Qo83oUf8t_yrVpvHbg-pH_wunxhb66xFUnOSho,25572
|
|
68
68
|
pulumi_vsphere/supervisor.py,sha256=6RWOhweDtZxeVUYkcWKG-WIt3FboOIYl4a5zadmtof4,46920
|
|
69
|
-
pulumi_vsphere/tag.py,sha256=
|
|
70
|
-
pulumi_vsphere/tag_category.py,sha256=
|
|
71
|
-
pulumi_vsphere/vapp_container.py,sha256=
|
|
72
|
-
pulumi_vsphere/vapp_entity.py,sha256=
|
|
73
|
-
pulumi_vsphere/virtual_disk.py,sha256=
|
|
74
|
-
pulumi_vsphere/virtual_machine.py,sha256=
|
|
69
|
+
pulumi_vsphere/tag.py,sha256=I5fx3iBmdtrEbKBUqe0mNY-geDvCvqlWCsASKWVlu0U,14993
|
|
70
|
+
pulumi_vsphere/tag_category.py,sha256=txXKWBJgkvmlVSZaUPnqFGC0wFvikQQBsF-O06SNUvE,17626
|
|
71
|
+
pulumi_vsphere/vapp_container.py,sha256=wLy4pDh4D2PhWiN3e4nlfm2GuixbhGhqUJ81o_9zSLs,54045
|
|
72
|
+
pulumi_vsphere/vapp_entity.py,sha256=NPRObAsLaM0AGPXZBKC_xgNcexxrT8IqDabM3yvUSq4,34729
|
|
73
|
+
pulumi_vsphere/virtual_disk.py,sha256=74Zd4wcvpYont-7OOiQUXTSsn0Tqbgq7gER4fTD4aOo,31959
|
|
74
|
+
pulumi_vsphere/virtual_machine.py,sha256=EMov9Lbt5i3_5iVHPCxWo0H3CA4tZznXU9AW3O2h1bo,220617
|
|
75
75
|
pulumi_vsphere/virtual_machine_class.py,sha256=ZQY09IV6uI24zYoBBOMbmccyO6bQYPai6LBi6b1e74Y,17163
|
|
76
76
|
pulumi_vsphere/virtual_machine_snapshot.py,sha256=wkVXW19WAVE281qnofn4TBbhoa4CfhVN6YLMDhrm2Ek,23912
|
|
77
77
|
pulumi_vsphere/vm_storage_policy.py,sha256=WHgz3BpuplQez-ISXWR9jRnfqX6F3PULJsr1gDV0TJ0,20009
|
|
78
|
-
pulumi_vsphere/vmfs_datastore.py,sha256=
|
|
79
|
-
pulumi_vsphere/vnic.py,sha256=
|
|
78
|
+
pulumi_vsphere/vmfs_datastore.py,sha256=7uN89k1pOCM2PW8iigpv2AtqsLBHaUKTxii-YG3_Mgs,45174
|
|
79
|
+
pulumi_vsphere/vnic.py,sha256=3XXYU7j-zhpd0AL76LBPHyfN7LK1exFc9cPfAp2C3U4,30717
|
|
80
80
|
pulumi_vsphere/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
|
|
81
81
|
pulumi_vsphere/config/__init__.pyi,sha256=ZO6ktIIpO1bKQNe2__l8JqDti_ZKgnRvHTcXcRWzb0M,1351
|
|
82
82
|
pulumi_vsphere/config/vars.py,sha256=fcurb1Hwqp3evWnRD4s2t--MUjqR9R11nIm04F1UMW0,3210
|
|
83
|
-
pulumi_vsphere-4.12.
|
|
84
|
-
pulumi_vsphere-4.12.
|
|
85
|
-
pulumi_vsphere-4.12.
|
|
86
|
-
pulumi_vsphere-4.12.
|
|
83
|
+
pulumi_vsphere-4.12.0a1727889180.dist-info/METADATA,sha256=KHohP2d3z-CX2Zrm-L5ADjS6LO0D7WuOIXHxtSDO7nI,4958
|
|
84
|
+
pulumi_vsphere-4.12.0a1727889180.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
85
|
+
pulumi_vsphere-4.12.0a1727889180.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
|
|
86
|
+
pulumi_vsphere-4.12.0a1727889180.dist-info/RECORD,,
|
{pulumi_vsphere-4.12.0a1727221820.dist-info → pulumi_vsphere-4.12.0a1727889180.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|