pulumi-vsphere 4.11.0__py3-none-any.whl → 4.11.0a1710920591__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.

Files changed (65) hide show
  1. pulumi_vsphere/__init__.py +0 -28
  2. pulumi_vsphere/_inputs.py +236 -646
  3. pulumi_vsphere/_utilities.py +4 -40
  4. pulumi_vsphere/compute_cluster.py +1486 -756
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +34 -42
  6. pulumi_vsphere/content_library.py +10 -10
  7. pulumi_vsphere/datacenter.py +40 -33
  8. pulumi_vsphere/datastore_cluster.py +364 -154
  9. pulumi_vsphere/distributed_port_group.py +187 -131
  10. pulumi_vsphere/distributed_virtual_switch.py +828 -310
  11. pulumi_vsphere/entity_permissions.py +38 -59
  12. pulumi_vsphere/file.py +24 -16
  13. pulumi_vsphere/folder.py +28 -7
  14. pulumi_vsphere/get_compute_cluster.py +4 -0
  15. pulumi_vsphere/get_compute_cluster_host_group.py +20 -20
  16. pulumi_vsphere/get_content_library.py +10 -10
  17. pulumi_vsphere/get_content_library_item.py +8 -12
  18. pulumi_vsphere/get_custom_attribute.py +4 -0
  19. pulumi_vsphere/get_datacenter.py +4 -0
  20. pulumi_vsphere/get_datastore.py +16 -12
  21. pulumi_vsphere/get_datastore_cluster.py +4 -0
  22. pulumi_vsphere/get_datastore_stats.py +52 -46
  23. pulumi_vsphere/get_distributed_virtual_switch.py +4 -2
  24. pulumi_vsphere/get_dynamic.py +20 -18
  25. pulumi_vsphere/get_folder.py +6 -10
  26. pulumi_vsphere/get_guest_os_customization.py +47 -8
  27. pulumi_vsphere/get_host.py +4 -0
  28. pulumi_vsphere/get_host_pci_device.py +14 -8
  29. pulumi_vsphere/get_host_thumbprint.py +16 -12
  30. pulumi_vsphere/get_host_vgpu_profile.py +10 -4
  31. pulumi_vsphere/get_license.py +5 -2
  32. pulumi_vsphere/get_network.py +18 -14
  33. pulumi_vsphere/get_policy.py +4 -0
  34. pulumi_vsphere/get_resource_pool.py +18 -14
  35. pulumi_vsphere/get_role.py +8 -4
  36. pulumi_vsphere/get_tag.py +4 -0
  37. pulumi_vsphere/get_tag_category.py +4 -0
  38. pulumi_vsphere/get_vapp_container.py +4 -0
  39. pulumi_vsphere/get_virtual_machine.py +43 -60
  40. pulumi_vsphere/get_vmfs_disks.py +4 -0
  41. pulumi_vsphere/guest_os_customization.py +5 -55
  42. pulumi_vsphere/ha_vm_override.py +378 -189
  43. pulumi_vsphere/host.py +60 -49
  44. pulumi_vsphere/host_port_group.py +26 -14
  45. pulumi_vsphere/host_virtual_switch.py +287 -140
  46. pulumi_vsphere/license.py +32 -0
  47. pulumi_vsphere/nas_datastore.py +7 -7
  48. pulumi_vsphere/outputs.py +270 -672
  49. pulumi_vsphere/provider.py +6 -2
  50. pulumi_vsphere/pulumi-plugin.json +1 -2
  51. pulumi_vsphere/resource_pool.py +24 -50
  52. pulumi_vsphere/virtual_disk.py +34 -42
  53. pulumi_vsphere/virtual_machine.py +827 -598
  54. pulumi_vsphere/virtual_machine_snapshot.py +12 -8
  55. pulumi_vsphere/vm_storage_policy.py +127 -115
  56. pulumi_vsphere/vnic.py +105 -89
  57. {pulumi_vsphere-4.11.0.dist-info → pulumi_vsphere-4.11.0a1710920591.dist-info}/METADATA +1 -1
  58. pulumi_vsphere-4.11.0a1710920591.dist-info/RECORD +82 -0
  59. {pulumi_vsphere-4.11.0.dist-info → pulumi_vsphere-4.11.0a1710920591.dist-info}/WHEEL +1 -1
  60. pulumi_vsphere/get_host_base_images.py +0 -97
  61. pulumi_vsphere/offline_software_depot.py +0 -180
  62. pulumi_vsphere/supervisor.py +0 -962
  63. pulumi_vsphere/virtual_machine_class.py +0 -442
  64. pulumi_vsphere-4.11.0.dist-info/RECORD +0 -86
  65. {pulumi_vsphere-4.11.0.dist-info → pulumi_vsphere-4.11.0a1710920591.dist-info}/top_level.txt +0 -0
@@ -1,442 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import pulumi
8
- import pulumi.runtime
9
- from typing import Any, Mapping, Optional, Sequence, Union, overload
10
- from . import _utilities
11
-
12
- __all__ = ['VirtualMachineClassArgs', 'VirtualMachineClass']
13
-
14
- @pulumi.input_type
15
- class VirtualMachineClassArgs:
16
- def __init__(__self__, *,
17
- cpus: pulumi.Input[int],
18
- memory: pulumi.Input[int],
19
- cpu_reservation: Optional[pulumi.Input[int]] = None,
20
- memory_reservation: Optional[pulumi.Input[int]] = None,
21
- name: Optional[pulumi.Input[str]] = None,
22
- vgpu_devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
23
- """
24
- The set of arguments for constructing a VirtualMachineClass resource.
25
- :param pulumi.Input[int] cpus: The number of CPUs.
26
- :param pulumi.Input[int] memory: The amount of memory in MB.
27
- :param pulumi.Input[int] cpu_reservation: The percentage of the available CPU capacity which will be reserved.
28
- :param pulumi.Input[int] memory_reservation: The percentage of memory reservation.
29
- :param pulumi.Input[str] name: The name for the class.
30
- :param pulumi.Input[Sequence[pulumi.Input[str]]] vgpu_devices: The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
31
- """
32
- pulumi.set(__self__, "cpus", cpus)
33
- pulumi.set(__self__, "memory", memory)
34
- if cpu_reservation is not None:
35
- pulumi.set(__self__, "cpu_reservation", cpu_reservation)
36
- if memory_reservation is not None:
37
- pulumi.set(__self__, "memory_reservation", memory_reservation)
38
- if name is not None:
39
- pulumi.set(__self__, "name", name)
40
- if vgpu_devices is not None:
41
- pulumi.set(__self__, "vgpu_devices", vgpu_devices)
42
-
43
- @property
44
- @pulumi.getter
45
- def cpus(self) -> pulumi.Input[int]:
46
- """
47
- The number of CPUs.
48
- """
49
- return pulumi.get(self, "cpus")
50
-
51
- @cpus.setter
52
- def cpus(self, value: pulumi.Input[int]):
53
- pulumi.set(self, "cpus", value)
54
-
55
- @property
56
- @pulumi.getter
57
- def memory(self) -> pulumi.Input[int]:
58
- """
59
- The amount of memory in MB.
60
- """
61
- return pulumi.get(self, "memory")
62
-
63
- @memory.setter
64
- def memory(self, value: pulumi.Input[int]):
65
- pulumi.set(self, "memory", value)
66
-
67
- @property
68
- @pulumi.getter(name="cpuReservation")
69
- def cpu_reservation(self) -> Optional[pulumi.Input[int]]:
70
- """
71
- The percentage of the available CPU capacity which will be reserved.
72
- """
73
- return pulumi.get(self, "cpu_reservation")
74
-
75
- @cpu_reservation.setter
76
- def cpu_reservation(self, value: Optional[pulumi.Input[int]]):
77
- pulumi.set(self, "cpu_reservation", value)
78
-
79
- @property
80
- @pulumi.getter(name="memoryReservation")
81
- def memory_reservation(self) -> Optional[pulumi.Input[int]]:
82
- """
83
- The percentage of memory reservation.
84
- """
85
- return pulumi.get(self, "memory_reservation")
86
-
87
- @memory_reservation.setter
88
- def memory_reservation(self, value: Optional[pulumi.Input[int]]):
89
- pulumi.set(self, "memory_reservation", value)
90
-
91
- @property
92
- @pulumi.getter
93
- def name(self) -> Optional[pulumi.Input[str]]:
94
- """
95
- The name for the class.
96
- """
97
- return pulumi.get(self, "name")
98
-
99
- @name.setter
100
- def name(self, value: Optional[pulumi.Input[str]]):
101
- pulumi.set(self, "name", value)
102
-
103
- @property
104
- @pulumi.getter(name="vgpuDevices")
105
- def vgpu_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
106
- """
107
- The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
108
- """
109
- return pulumi.get(self, "vgpu_devices")
110
-
111
- @vgpu_devices.setter
112
- def vgpu_devices(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
113
- pulumi.set(self, "vgpu_devices", value)
114
-
115
-
116
- @pulumi.input_type
117
- class _VirtualMachineClassState:
118
- def __init__(__self__, *,
119
- cpu_reservation: Optional[pulumi.Input[int]] = None,
120
- cpus: Optional[pulumi.Input[int]] = None,
121
- memory: Optional[pulumi.Input[int]] = None,
122
- memory_reservation: Optional[pulumi.Input[int]] = None,
123
- name: Optional[pulumi.Input[str]] = None,
124
- vgpu_devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
125
- """
126
- Input properties used for looking up and filtering VirtualMachineClass resources.
127
- :param pulumi.Input[int] cpu_reservation: The percentage of the available CPU capacity which will be reserved.
128
- :param pulumi.Input[int] cpus: The number of CPUs.
129
- :param pulumi.Input[int] memory: The amount of memory in MB.
130
- :param pulumi.Input[int] memory_reservation: The percentage of memory reservation.
131
- :param pulumi.Input[str] name: The name for the class.
132
- :param pulumi.Input[Sequence[pulumi.Input[str]]] vgpu_devices: The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
133
- """
134
- if cpu_reservation is not None:
135
- pulumi.set(__self__, "cpu_reservation", cpu_reservation)
136
- if cpus is not None:
137
- pulumi.set(__self__, "cpus", cpus)
138
- if memory is not None:
139
- pulumi.set(__self__, "memory", memory)
140
- if memory_reservation is not None:
141
- pulumi.set(__self__, "memory_reservation", memory_reservation)
142
- if name is not None:
143
- pulumi.set(__self__, "name", name)
144
- if vgpu_devices is not None:
145
- pulumi.set(__self__, "vgpu_devices", vgpu_devices)
146
-
147
- @property
148
- @pulumi.getter(name="cpuReservation")
149
- def cpu_reservation(self) -> Optional[pulumi.Input[int]]:
150
- """
151
- The percentage of the available CPU capacity which will be reserved.
152
- """
153
- return pulumi.get(self, "cpu_reservation")
154
-
155
- @cpu_reservation.setter
156
- def cpu_reservation(self, value: Optional[pulumi.Input[int]]):
157
- pulumi.set(self, "cpu_reservation", value)
158
-
159
- @property
160
- @pulumi.getter
161
- def cpus(self) -> Optional[pulumi.Input[int]]:
162
- """
163
- The number of CPUs.
164
- """
165
- return pulumi.get(self, "cpus")
166
-
167
- @cpus.setter
168
- def cpus(self, value: Optional[pulumi.Input[int]]):
169
- pulumi.set(self, "cpus", value)
170
-
171
- @property
172
- @pulumi.getter
173
- def memory(self) -> Optional[pulumi.Input[int]]:
174
- """
175
- The amount of memory in MB.
176
- """
177
- return pulumi.get(self, "memory")
178
-
179
- @memory.setter
180
- def memory(self, value: Optional[pulumi.Input[int]]):
181
- pulumi.set(self, "memory", value)
182
-
183
- @property
184
- @pulumi.getter(name="memoryReservation")
185
- def memory_reservation(self) -> Optional[pulumi.Input[int]]:
186
- """
187
- The percentage of memory reservation.
188
- """
189
- return pulumi.get(self, "memory_reservation")
190
-
191
- @memory_reservation.setter
192
- def memory_reservation(self, value: Optional[pulumi.Input[int]]):
193
- pulumi.set(self, "memory_reservation", value)
194
-
195
- @property
196
- @pulumi.getter
197
- def name(self) -> Optional[pulumi.Input[str]]:
198
- """
199
- The name for the class.
200
- """
201
- return pulumi.get(self, "name")
202
-
203
- @name.setter
204
- def name(self, value: Optional[pulumi.Input[str]]):
205
- pulumi.set(self, "name", value)
206
-
207
- @property
208
- @pulumi.getter(name="vgpuDevices")
209
- def vgpu_devices(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
210
- """
211
- The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
212
- """
213
- return pulumi.get(self, "vgpu_devices")
214
-
215
- @vgpu_devices.setter
216
- def vgpu_devices(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
217
- pulumi.set(self, "vgpu_devices", value)
218
-
219
-
220
- class VirtualMachineClass(pulumi.CustomResource):
221
- @overload
222
- def __init__(__self__,
223
- resource_name: str,
224
- opts: Optional[pulumi.ResourceOptions] = None,
225
- cpu_reservation: Optional[pulumi.Input[int]] = None,
226
- cpus: Optional[pulumi.Input[int]] = None,
227
- memory: Optional[pulumi.Input[int]] = None,
228
- memory_reservation: Optional[pulumi.Input[int]] = None,
229
- name: Optional[pulumi.Input[str]] = None,
230
- vgpu_devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
231
- __props__=None):
232
- """
233
- Provides a resource for configuring a Virtual Machine class.
234
-
235
- ## Example Usage
236
-
237
- ### S
238
-
239
- **Create a basic class**
240
-
241
- ```python
242
- import pulumi
243
- import pulumi_vsphere as vsphere
244
-
245
- basic_class = vsphere.VirtualMachineClass("basic_class",
246
- name="basic-class",
247
- cpus=4,
248
- memory=4096)
249
- ```
250
-
251
- **Create a class with a vGPU**
252
-
253
- ```python
254
- import pulumi
255
- import pulumi_vsphere as vsphere
256
-
257
- vgp_class = vsphere.VirtualMachineClass("vgp_class",
258
- name="vgpu-class",
259
- cpus=4,
260
- memory=4096,
261
- memory_reservation=100,
262
- vgpu_devices=["vgpu1"])
263
- ```
264
-
265
- :param str resource_name: The name of the resource.
266
- :param pulumi.ResourceOptions opts: Options for the resource.
267
- :param pulumi.Input[int] cpu_reservation: The percentage of the available CPU capacity which will be reserved.
268
- :param pulumi.Input[int] cpus: The number of CPUs.
269
- :param pulumi.Input[int] memory: The amount of memory in MB.
270
- :param pulumi.Input[int] memory_reservation: The percentage of memory reservation.
271
- :param pulumi.Input[str] name: The name for the class.
272
- :param pulumi.Input[Sequence[pulumi.Input[str]]] vgpu_devices: The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
273
- """
274
- ...
275
- @overload
276
- def __init__(__self__,
277
- resource_name: str,
278
- args: VirtualMachineClassArgs,
279
- opts: Optional[pulumi.ResourceOptions] = None):
280
- """
281
- Provides a resource for configuring a Virtual Machine class.
282
-
283
- ## Example Usage
284
-
285
- ### S
286
-
287
- **Create a basic class**
288
-
289
- ```python
290
- import pulumi
291
- import pulumi_vsphere as vsphere
292
-
293
- basic_class = vsphere.VirtualMachineClass("basic_class",
294
- name="basic-class",
295
- cpus=4,
296
- memory=4096)
297
- ```
298
-
299
- **Create a class with a vGPU**
300
-
301
- ```python
302
- import pulumi
303
- import pulumi_vsphere as vsphere
304
-
305
- vgp_class = vsphere.VirtualMachineClass("vgp_class",
306
- name="vgpu-class",
307
- cpus=4,
308
- memory=4096,
309
- memory_reservation=100,
310
- vgpu_devices=["vgpu1"])
311
- ```
312
-
313
- :param str resource_name: The name of the resource.
314
- :param VirtualMachineClassArgs args: The arguments to use to populate this resource's properties.
315
- :param pulumi.ResourceOptions opts: Options for the resource.
316
- """
317
- ...
318
- def __init__(__self__, resource_name: str, *args, **kwargs):
319
- resource_args, opts = _utilities.get_resource_args_opts(VirtualMachineClassArgs, pulumi.ResourceOptions, *args, **kwargs)
320
- if resource_args is not None:
321
- __self__._internal_init(resource_name, opts, **resource_args.__dict__)
322
- else:
323
- __self__._internal_init(resource_name, *args, **kwargs)
324
-
325
- def _internal_init(__self__,
326
- resource_name: str,
327
- opts: Optional[pulumi.ResourceOptions] = None,
328
- cpu_reservation: Optional[pulumi.Input[int]] = None,
329
- cpus: Optional[pulumi.Input[int]] = None,
330
- memory: Optional[pulumi.Input[int]] = None,
331
- memory_reservation: Optional[pulumi.Input[int]] = None,
332
- name: Optional[pulumi.Input[str]] = None,
333
- vgpu_devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
334
- __props__=None):
335
- opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
336
- if not isinstance(opts, pulumi.ResourceOptions):
337
- raise TypeError('Expected resource options to be a ResourceOptions instance')
338
- if opts.id is None:
339
- if __props__ is not None:
340
- raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
341
- __props__ = VirtualMachineClassArgs.__new__(VirtualMachineClassArgs)
342
-
343
- __props__.__dict__["cpu_reservation"] = cpu_reservation
344
- if cpus is None and not opts.urn:
345
- raise TypeError("Missing required property 'cpus'")
346
- __props__.__dict__["cpus"] = cpus
347
- if memory is None and not opts.urn:
348
- raise TypeError("Missing required property 'memory'")
349
- __props__.__dict__["memory"] = memory
350
- __props__.__dict__["memory_reservation"] = memory_reservation
351
- __props__.__dict__["name"] = name
352
- __props__.__dict__["vgpu_devices"] = vgpu_devices
353
- super(VirtualMachineClass, __self__).__init__(
354
- 'vsphere:index/virtualMachineClass:VirtualMachineClass',
355
- resource_name,
356
- __props__,
357
- opts)
358
-
359
- @staticmethod
360
- def get(resource_name: str,
361
- id: pulumi.Input[str],
362
- opts: Optional[pulumi.ResourceOptions] = None,
363
- cpu_reservation: Optional[pulumi.Input[int]] = None,
364
- cpus: Optional[pulumi.Input[int]] = None,
365
- memory: Optional[pulumi.Input[int]] = None,
366
- memory_reservation: Optional[pulumi.Input[int]] = None,
367
- name: Optional[pulumi.Input[str]] = None,
368
- vgpu_devices: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'VirtualMachineClass':
369
- """
370
- Get an existing VirtualMachineClass resource's state with the given name, id, and optional extra
371
- properties used to qualify the lookup.
372
-
373
- :param str resource_name: The unique name of the resulting resource.
374
- :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
375
- :param pulumi.ResourceOptions opts: Options for the resource.
376
- :param pulumi.Input[int] cpu_reservation: The percentage of the available CPU capacity which will be reserved.
377
- :param pulumi.Input[int] cpus: The number of CPUs.
378
- :param pulumi.Input[int] memory: The amount of memory in MB.
379
- :param pulumi.Input[int] memory_reservation: The percentage of memory reservation.
380
- :param pulumi.Input[str] name: The name for the class.
381
- :param pulumi.Input[Sequence[pulumi.Input[str]]] vgpu_devices: The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
382
- """
383
- opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
384
-
385
- __props__ = _VirtualMachineClassState.__new__(_VirtualMachineClassState)
386
-
387
- __props__.__dict__["cpu_reservation"] = cpu_reservation
388
- __props__.__dict__["cpus"] = cpus
389
- __props__.__dict__["memory"] = memory
390
- __props__.__dict__["memory_reservation"] = memory_reservation
391
- __props__.__dict__["name"] = name
392
- __props__.__dict__["vgpu_devices"] = vgpu_devices
393
- return VirtualMachineClass(resource_name, opts=opts, __props__=__props__)
394
-
395
- @property
396
- @pulumi.getter(name="cpuReservation")
397
- def cpu_reservation(self) -> pulumi.Output[Optional[int]]:
398
- """
399
- The percentage of the available CPU capacity which will be reserved.
400
- """
401
- return pulumi.get(self, "cpu_reservation")
402
-
403
- @property
404
- @pulumi.getter
405
- def cpus(self) -> pulumi.Output[int]:
406
- """
407
- The number of CPUs.
408
- """
409
- return pulumi.get(self, "cpus")
410
-
411
- @property
412
- @pulumi.getter
413
- def memory(self) -> pulumi.Output[int]:
414
- """
415
- The amount of memory in MB.
416
- """
417
- return pulumi.get(self, "memory")
418
-
419
- @property
420
- @pulumi.getter(name="memoryReservation")
421
- def memory_reservation(self) -> pulumi.Output[Optional[int]]:
422
- """
423
- The percentage of memory reservation.
424
- """
425
- return pulumi.get(self, "memory_reservation")
426
-
427
- @property
428
- @pulumi.getter
429
- def name(self) -> pulumi.Output[str]:
430
- """
431
- The name for the class.
432
- """
433
- return pulumi.get(self, "name")
434
-
435
- @property
436
- @pulumi.getter(name="vgpuDevices")
437
- def vgpu_devices(self) -> pulumi.Output[Optional[Sequence[str]]]:
438
- """
439
- The identifiers of the vGPU devices for the class. If this is set memory reservation needs to be 100.
440
- """
441
- return pulumi.get(self, "vgpu_devices")
442
-
@@ -1,86 +0,0 @@
1
- pulumi_vsphere/__init__.py,sha256=7zI4b3F2NEW8hz7TIVEWb1MZI_HqHV4GUM2o9lJKez0,10798
2
- pulumi_vsphere/_inputs.py,sha256=47uwlKCjl3fK0iCTYTup7EGLjtaR_TToxdHcMb4o2ew,143694
3
- pulumi_vsphere/_utilities.py,sha256=aNnnaO6zRha3FhNHonuabR4fJLWGXANtK5dlh1Mz95k,10506
4
- pulumi_vsphere/compute_cluster.py,sha256=Q40JsBcIcPjrE40Xv4FbHyxNqIzXXZ_PR0t4t8bUwDE,226996
5
- pulumi_vsphere/compute_cluster_host_group.py,sha256=QUCBKwC2RaJI6ZuC_qBDZJl5gey-rs3iVsbPrFFK-1g,13437
6
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=3VvW8aumyeBTrM-OdrdjZlviIF9jAOISjrIAYw9keDY,25037
7
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=-5K0E6HRhIWGBKAcMZsqXNFQLWIAhJs07_PKVi-3PBg,17554
8
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=_q1lrkr1pWzl10dGA1PdRSOXibmYvLKBLTdZG0O0YNQ,21613
9
- pulumi_vsphere/compute_cluster_vm_group.py,sha256=l3gk0qAc9UiX6DpkCZl30L6qmTigu4pGo5O1YBJoatU,13459
10
- pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=Am9PFFU8PghrdOTRbqJzeFS6nLxgX5Pob-SKqCEaY3k,24422
11
- pulumi_vsphere/content_library.py,sha256=mXiKLZmSA4kVwspxsSke6bShp506A0u4iT4ccpyuJRI,15352
12
- pulumi_vsphere/content_library_item.py,sha256=qjHPcnsxpNiFOzCPxQXngZXtR1R1RrsqAhdJgpqgZUc,15640
13
- pulumi_vsphere/custom_attribute.py,sha256=wTuv97G4uXpJ9kv_TaKZc1OYj1e_68c9dAsFc9Ds5nQ,9031
14
- pulumi_vsphere/datacenter.py,sha256=DP4KPkyplkDpV2-rPjQ6z6mosbUBwHJjq0pB64WdVuo,18630
15
- pulumi_vsphere/datastore_cluster.py,sha256=GnsFuuY2iRpOhFTMBnF94I5Y_3jkjigr44RtDmcN0Uk,82368
16
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=8eKwKS9ZYaZICVxjNrNLDDBqBKyQqOJmC_nt0jlqYJY,16842
17
- pulumi_vsphere/distributed_port_group.py,sha256=B-cttwjo6cpsL7Ns0X94dpGRO9d_oYQ8lHfVN-MEJH8,134457
18
- pulumi_vsphere/distributed_virtual_switch.py,sha256=4I5yQLy2OU9hbYQT-q4i4wOiQdXv6YUd_Wt9fpA1M18,248696
19
- pulumi_vsphere/dpm_host_override.py,sha256=i3eG4PkI3Hi2KodP6OFAGC6QLczmNDRcSIt9MbK7U1Q,15371
20
- pulumi_vsphere/drs_vm_override.py,sha256=qGlUe9gq9StYW4OHDSZKA03j0ru3Ruvb9SEaVcpHo1c,16657
21
- pulumi_vsphere/entity_permissions.py,sha256=ChtuPTQkJcPRzew0-8s5oKGWJwiEjGRWpL3JlBGUChQ,12982
22
- pulumi_vsphere/file.py,sha256=uJeBCHJ2IXJO6Dj5vYeZvkYaHNNoWhkQ6PzmWVwkRIE,23397
23
- pulumi_vsphere/folder.py,sha256=lITGsvOq_FvltVZdQDOG9Oz45ti2XqUxo9Bg7F8uV1o,24646
24
- pulumi_vsphere/get_compute_cluster.py,sha256=nBgxOLhF9RV5vGGwgCxeNCyVNKr_tQi44VnaBhBbX1M,5997
25
- pulumi_vsphere/get_compute_cluster_host_group.py,sha256=Po6-0iXe3KNHYb0e6uBvl9AKXsgjyh4mz2YfKQ_qXps,6164
26
- pulumi_vsphere/get_content_library.py,sha256=OvtzMI4plfMyPnHrTV39BFJ4OQDmkQRif7vnW9HPGoE,3236
27
- pulumi_vsphere/get_content_library_item.py,sha256=pxYlJl6sTUulRxDL21CmFrWs3PfItrkooQF1aKHDykw,4526
28
- pulumi_vsphere/get_custom_attribute.py,sha256=skM0hjQmPyYCQdEgXjbofu9Ulez4ylw9jQKb9g3Zz2I,4354
29
- pulumi_vsphere/get_datacenter.py,sha256=sfXiHyHNnm9S-bUpcbaGw1ei7ZMNJ1-s_lV6Z7B0UH4,4083
30
- pulumi_vsphere/get_datastore.py,sha256=1Y7S8iTxJSEwcVXvS-vpjQLWC2aT22H0GfX8kTvur9c,5979
31
- pulumi_vsphere/get_datastore_cluster.py,sha256=4nkwUsNLdqWIoxYhiFzkFoYjr4zyOf-5UToK_0vbELg,5157
32
- pulumi_vsphere/get_datastore_stats.py,sha256=GmG8O3j-wXzS4iveHFdF2E3SiMY7g8zFHcoBQDD5DH0,7646
33
- pulumi_vsphere/get_distributed_virtual_switch.py,sha256=icwEpCtIYmPBXvT_3M_dHV0fjwPzbR7cQWQtN-75F0c,6922
34
- pulumi_vsphere/get_dynamic.py,sha256=CdhKrE8AwkRIgWwlvtcfCKy9awzC-zr1LqU7WdQogu4,6030
35
- pulumi_vsphere/get_folder.py,sha256=rkdRDdJGuZpbcuA1PIVYr90vSTZIk26L-FCSql1H7rE,3999
36
- pulumi_vsphere/get_guest_os_customization.py,sha256=inPUaDfJiThL6BfWVMqWHcVnOCbDd0aBTWbHMaS3Dus,5288
37
- pulumi_vsphere/get_host.py,sha256=aZ-2kism0hoSyeCGALJr759ILDrk2ohDskmexXRwSb8,5200
38
- pulumi_vsphere/get_host_base_images.py,sha256=3DqvJWpPTjOgi2PiQMTaCBxMFdvXUZYH883VwCWPBSE,2936
39
- pulumi_vsphere/get_host_pci_device.py,sha256=fp5WacjO3RBLrE16D6s23hkuN4je0KaNld9N8pX6Fos,7634
40
- pulumi_vsphere/get_host_thumbprint.py,sha256=MjZDDUPSzOhicLmslzATnk8hKPu2wDA3St4vr5PnUxk,4963
41
- pulumi_vsphere/get_host_vgpu_profile.py,sha256=4y8v6Zj8IhqrAQVhwtM-tZ1blVNFmCOBiI4VenUSu3c,6370
42
- pulumi_vsphere/get_license.py,sha256=QOSDZXEch29tPPs2-Ja7fWFG5t53f3amLTRhuNjwrFY,5266
43
- pulumi_vsphere/get_network.py,sha256=_w0wCBVKFsNdVAA3Ps-VX8F3KOCtQ_1tjcZ7rU8EY2Q,7133
44
- pulumi_vsphere/get_ovf_vm_template.py,sha256=1C3sBBXBAzpxaZBiv4knADbzSNN7XaV3ItNLwRcFwb4,25791
45
- pulumi_vsphere/get_policy.py,sha256=ntQk22TpTCHRg4X5aYx4-oTfxyofEqfywYmFHmCF-II,3425
46
- pulumi_vsphere/get_resource_pool.py,sha256=9NGv83oYMVaG66UIiUtlA-bY2XQFQ-5EYBQTKqBusYs,7267
47
- pulumi_vsphere/get_role.py,sha256=N7ITzqIrfczeEG9t8wT7cl045u-TCQfOmOi_uzXbA1w,5211
48
- pulumi_vsphere/get_tag.py,sha256=NJIo7J9NsSr0SxCScu7QrNn41dWVc5vXAcIQN5VmAj8,4816
49
- pulumi_vsphere/get_tag_category.py,sha256=R-kLcRAuATkFp8PPKt01OGp8lpmceKnRf9lEn_ZJzUk,5034
50
- pulumi_vsphere/get_vapp_container.py,sha256=1OUABHMT3qFbSQRqFBCQNltmuo_OF983GJR09vnJUsY,4473
51
- pulumi_vsphere/get_virtual_machine.py,sha256=7cbdpbCgsLtWSkzmPdzOhlnILjAN5_cOb0UBnDKYG70,59209
52
- pulumi_vsphere/get_vmfs_disks.py,sha256=KotPjKN7ncgdWzl6qSU1DuuxIxu8BoQ5CLDH1JAgShg,6717
53
- pulumi_vsphere/guest_os_customization.py,sha256=McMmuw-0x6IDTkxshaESAMf9_MMuQ4n930zcrT4Nmfs,16953
54
- pulumi_vsphere/ha_vm_override.py,sha256=Z2p_A1fowtS4_UGq-SHP_dfw2ruZuYVMTo5DizkeOEQ,52698
55
- pulumi_vsphere/host.py,sha256=ixWV6MJmOWGIbSI_mkCGbzqCaH1Z0_Zckr3AdGeo3oU,47349
56
- pulumi_vsphere/host_port_group.py,sha256=b7VTsHfYZNw_6Fjdr7SJL6JKKtK7sU9Nc6DHRxsoKF0,56976
57
- pulumi_vsphere/host_virtual_switch.py,sha256=WTZtqM4GDzLIcmviM_fQ47SHNXQrEHVqV0q3wEB0sFA,57317
58
- pulumi_vsphere/license.py,sha256=4IhaSHnAjOFSlSKu4AYGcbraULzzTRASs29wB7nw7aU,12022
59
- pulumi_vsphere/nas_datastore.py,sha256=aPmG1bbVD909T_v-xPDVLOTkh_HBuwStemqCLHNyFBc,48132
60
- pulumi_vsphere/offline_software_depot.py,sha256=9NvticI3dlQeZZ-Z_TwT7Jo-qa2GwhfZG4reQM3Xl3U,7379
61
- pulumi_vsphere/outputs.py,sha256=tMsheiyMRU8KoTIz05uauvgdEJYmRxTownfIq6UsvCY,156594
62
- pulumi_vsphere/provider.py,sha256=8H6ulcRQh7CAH67BvSthuiqAV0nAVjssl3aFk2xb2ME,20263
63
- pulumi_vsphere/pulumi-plugin.json,sha256=OlXm55epxDqGUqIfHDZNohBu9_DwX5VGNpb0N2KudnY,67
64
- pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- pulumi_vsphere/resource_pool.py,sha256=7ew08gNozV_P-oS0sh2cWIbmU1T8jHbsFPLJnUrxk5Q,54809
66
- pulumi_vsphere/role.py,sha256=kO9DfdLWHq5bfwD0EBAsZuWQxrcX7amJBVUrfREHf3c,8528
67
- pulumi_vsphere/storage_drs_vm_override.py,sha256=f1DoLBiMk4_JQdPaemv5RW6xPksw5p4w-AFLZsC6Jr8,20828
68
- pulumi_vsphere/supervisor.py,sha256=6RWOhweDtZxeVUYkcWKG-WIt3FboOIYl4a5zadmtof4,46920
69
- pulumi_vsphere/tag.py,sha256=gF7uOgj1Xm_k2cV7YIiwBGakQvhi-jlsNYKDm7JDFWw,9943
70
- pulumi_vsphere/tag_category.py,sha256=FzqdUOMwmAo7W6Xuw3-CByCbBSmsvkCGXiLRaMUVVQ4,15120
71
- pulumi_vsphere/vapp_container.py,sha256=1On1t7PnLEqnQvNIt1XIh9VFu7LaSegyRyDaJf8lQmQ,48255
72
- pulumi_vsphere/vapp_entity.py,sha256=JePz7OF__e1x7aFp_9I257S61HnDT7gdHsWK-u17nlM,29555
73
- pulumi_vsphere/virtual_disk.py,sha256=GeyUz6NJ8_Zx49T0O7D1xDweyf8jmZ65jdgxfQO7bBY,29451
74
- pulumi_vsphere/virtual_machine.py,sha256=J_lqLjcz9bZ6muNdm9zXcN_IBCmD0ODc52FLI5ZJPdk,215577
75
- pulumi_vsphere/virtual_machine_class.py,sha256=ZQY09IV6uI24zYoBBOMbmccyO6bQYPai6LBi6b1e74Y,17163
76
- pulumi_vsphere/virtual_machine_snapshot.py,sha256=wkVXW19WAVE281qnofn4TBbhoa4CfhVN6YLMDhrm2Ek,23912
77
- pulumi_vsphere/vm_storage_policy.py,sha256=WHgz3BpuplQez-ISXWR9jRnfqX6F3PULJsr1gDV0TJ0,20009
78
- pulumi_vsphere/vmfs_datastore.py,sha256=gNhmetE0wMDKMEM_ImATFpnTJhqMEPd0q8eOgqpedr0,34596
79
- pulumi_vsphere/vnic.py,sha256=tFuxn8kk9H3an7jgkUvNNCnY0xuGB8-y2twMlur6PfQ,30563
80
- pulumi_vsphere/config/__init__.py,sha256=cfY0smRZD3fDVc93ZIAxEl_IM2pynmXB52n3Ahzi030,285
81
- pulumi_vsphere/config/__init__.pyi,sha256=ZO6ktIIpO1bKQNe2__l8JqDti_ZKgnRvHTcXcRWzb0M,1351
82
- pulumi_vsphere/config/vars.py,sha256=fcurb1Hwqp3evWnRD4s2t--MUjqR9R11nIm04F1UMW0,3210
83
- pulumi_vsphere-4.11.0.dist-info/METADATA,sha256=G7OGr0hqlUByVMJz-AQx2TrLUiwXiepudeyazRy3EgM,4947
84
- pulumi_vsphere-4.11.0.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
85
- pulumi_vsphere-4.11.0.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
86
- pulumi_vsphere-4.11.0.dist-info/RECORD,,