pulumi-vsphere 4.14.0a1739946909__py3-none-any.whl → 4.17.0a1763710194__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/__init__.py +12 -1
- pulumi_vsphere/_inputs.py +1172 -1172
- pulumi_vsphere/_utilities.py +1 -1
- pulumi_vsphere/compute_cluster.py +1226 -1484
- pulumi_vsphere/compute_cluster_host_group.py +124 -53
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
- pulumi_vsphere/compute_cluster_vm_group.py +58 -53
- pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
- pulumi_vsphere/config/__init__.py +2 -1
- pulumi_vsphere/config/__init__.pyi +2 -2
- pulumi_vsphere/config/vars.py +15 -15
- pulumi_vsphere/configuration_profile.py +286 -0
- pulumi_vsphere/content_library.py +64 -59
- pulumi_vsphere/content_library_item.py +109 -104
- pulumi_vsphere/custom_attribute.py +41 -36
- pulumi_vsphere/datacenter.py +80 -79
- pulumi_vsphere/datastore_cluster.py +531 -477
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
- pulumi_vsphere/distributed_port_group.py +802 -818
- pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
- pulumi_vsphere/dpm_host_override.py +159 -70
- pulumi_vsphere/drs_vm_override.py +75 -70
- pulumi_vsphere/entity_permissions.py +40 -39
- pulumi_vsphere/file.py +148 -162
- pulumi_vsphere/folder.py +104 -99
- pulumi_vsphere/get_compute_cluster.py +18 -18
- pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
- pulumi_vsphere/get_configuration_profile.py +145 -0
- pulumi_vsphere/get_content_library.py +10 -10
- pulumi_vsphere/get_content_library_item.py +22 -22
- pulumi_vsphere/get_custom_attribute.py +12 -12
- pulumi_vsphere/get_datacenter.py +12 -12
- pulumi_vsphere/get_datastore.py +22 -22
- pulumi_vsphere/get_datastore_cluster.py +19 -19
- pulumi_vsphere/get_datastore_stats.py +22 -26
- pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
- pulumi_vsphere/get_dynamic.py +22 -26
- pulumi_vsphere/get_folder.py +140 -18
- pulumi_vsphere/get_guest_os_customization.py +74 -21
- pulumi_vsphere/get_host.py +18 -18
- pulumi_vsphere/get_host_base_images.py +6 -6
- pulumi_vsphere/get_host_pci_device.py +30 -30
- pulumi_vsphere/get_host_thumbprint.py +22 -22
- pulumi_vsphere/get_host_vgpu_profile.py +17 -17
- pulumi_vsphere/get_license.py +26 -24
- pulumi_vsphere/get_network.py +80 -29
- pulumi_vsphere/get_ovf_vm_template.py +126 -126
- pulumi_vsphere/get_policy.py +10 -10
- pulumi_vsphere/get_resource_pool.py +77 -26
- pulumi_vsphere/get_role.py +26 -26
- pulumi_vsphere/get_tag.py +18 -18
- pulumi_vsphere/get_tag_category.py +16 -16
- pulumi_vsphere/get_vapp_container.py +16 -16
- pulumi_vsphere/get_virtual_machine.py +273 -273
- pulumi_vsphere/get_vmfs_disks.py +24 -24
- pulumi_vsphere/guest_os_customization.py +75 -74
- pulumi_vsphere/ha_vm_override.py +295 -374
- pulumi_vsphere/host.py +304 -249
- pulumi_vsphere/host_port_group.py +321 -341
- pulumi_vsphere/host_virtual_switch.py +373 -389
- pulumi_vsphere/license.py +125 -84
- pulumi_vsphere/nas_datastore.py +324 -261
- pulumi_vsphere/offline_software_depot.py +26 -21
- pulumi_vsphere/outputs.py +1003 -970
- pulumi_vsphere/provider.py +165 -146
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +691 -364
- pulumi_vsphere/role.py +46 -45
- pulumi_vsphere/storage_drs_vm_override.py +92 -87
- pulumi_vsphere/supervisor.py +210 -209
- pulumi_vsphere/tag.py +58 -53
- pulumi_vsphere/tag_category.py +75 -70
- pulumi_vsphere/vapp_container.py +262 -257
- pulumi_vsphere/vapp_entity.py +177 -172
- pulumi_vsphere/virtual_disk.py +130 -125
- pulumi_vsphere/virtual_machine.py +1339 -1443
- pulumi_vsphere/virtual_machine_class.py +109 -108
- pulumi_vsphere/virtual_machine_snapshot.py +122 -121
- pulumi_vsphere/vm_storage_policy.py +40 -39
- pulumi_vsphere/vmfs_datastore.py +189 -184
- pulumi_vsphere/vnic.py +145 -144
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
- pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -234,9 +234,9 @@ class GetVirtualMachineResult:
|
|
|
234
234
|
raise TypeError("Expected argument 'vvtd_enabled' to be a bool")
|
|
235
235
|
pulumi.set(__self__, "vvtd_enabled", vvtd_enabled)
|
|
236
236
|
|
|
237
|
-
@property
|
|
237
|
+
@_builtins.property
|
|
238
238
|
@pulumi.getter(name="alternateGuestName")
|
|
239
|
-
def alternate_guest_name(self) -> Optional[str]:
|
|
239
|
+
def alternate_guest_name(self) -> Optional[_builtins.str]:
|
|
240
240
|
"""
|
|
241
241
|
The alternate guest name of the virtual machine when
|
|
242
242
|
`guest_id` is a non-specific operating system, like `otherGuest` or
|
|
@@ -244,77 +244,77 @@ class GetVirtualMachineResult:
|
|
|
244
244
|
"""
|
|
245
245
|
return pulumi.get(self, "alternate_guest_name")
|
|
246
246
|
|
|
247
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
248
248
|
@pulumi.getter
|
|
249
|
-
def annotation(self) -> str:
|
|
249
|
+
def annotation(self) -> _builtins.str:
|
|
250
250
|
"""
|
|
251
251
|
The user-provided description of this virtual machine.
|
|
252
252
|
"""
|
|
253
253
|
return pulumi.get(self, "annotation")
|
|
254
254
|
|
|
255
|
-
@property
|
|
255
|
+
@_builtins.property
|
|
256
256
|
@pulumi.getter(name="bootDelay")
|
|
257
|
-
def boot_delay(self) -> Optional[int]:
|
|
257
|
+
def boot_delay(self) -> Optional[_builtins.int]:
|
|
258
258
|
return pulumi.get(self, "boot_delay")
|
|
259
259
|
|
|
260
|
-
@property
|
|
260
|
+
@_builtins.property
|
|
261
261
|
@pulumi.getter(name="bootRetryDelay")
|
|
262
|
-
def boot_retry_delay(self) -> Optional[int]:
|
|
262
|
+
def boot_retry_delay(self) -> Optional[_builtins.int]:
|
|
263
263
|
return pulumi.get(self, "boot_retry_delay")
|
|
264
264
|
|
|
265
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
266
266
|
@pulumi.getter(name="bootRetryEnabled")
|
|
267
|
-
def boot_retry_enabled(self) -> Optional[bool]:
|
|
267
|
+
def boot_retry_enabled(self) -> Optional[_builtins.bool]:
|
|
268
268
|
return pulumi.get(self, "boot_retry_enabled")
|
|
269
269
|
|
|
270
|
-
@property
|
|
270
|
+
@_builtins.property
|
|
271
271
|
@pulumi.getter(name="changeVersion")
|
|
272
|
-
def change_version(self) -> str:
|
|
272
|
+
def change_version(self) -> _builtins.str:
|
|
273
273
|
return pulumi.get(self, "change_version")
|
|
274
274
|
|
|
275
|
-
@property
|
|
275
|
+
@_builtins.property
|
|
276
276
|
@pulumi.getter(name="cpuHotAddEnabled")
|
|
277
|
-
def cpu_hot_add_enabled(self) -> Optional[bool]:
|
|
277
|
+
def cpu_hot_add_enabled(self) -> Optional[_builtins.bool]:
|
|
278
278
|
return pulumi.get(self, "cpu_hot_add_enabled")
|
|
279
279
|
|
|
280
|
-
@property
|
|
280
|
+
@_builtins.property
|
|
281
281
|
@pulumi.getter(name="cpuHotRemoveEnabled")
|
|
282
|
-
def cpu_hot_remove_enabled(self) -> Optional[bool]:
|
|
282
|
+
def cpu_hot_remove_enabled(self) -> Optional[_builtins.bool]:
|
|
283
283
|
return pulumi.get(self, "cpu_hot_remove_enabled")
|
|
284
284
|
|
|
285
|
-
@property
|
|
285
|
+
@_builtins.property
|
|
286
286
|
@pulumi.getter(name="cpuLimit")
|
|
287
|
-
def cpu_limit(self) -> Optional[int]:
|
|
287
|
+
def cpu_limit(self) -> Optional[_builtins.int]:
|
|
288
288
|
return pulumi.get(self, "cpu_limit")
|
|
289
289
|
|
|
290
|
-
@property
|
|
290
|
+
@_builtins.property
|
|
291
291
|
@pulumi.getter(name="cpuPerformanceCountersEnabled")
|
|
292
|
-
def cpu_performance_counters_enabled(self) -> Optional[bool]:
|
|
292
|
+
def cpu_performance_counters_enabled(self) -> Optional[_builtins.bool]:
|
|
293
293
|
return pulumi.get(self, "cpu_performance_counters_enabled")
|
|
294
294
|
|
|
295
|
-
@property
|
|
295
|
+
@_builtins.property
|
|
296
296
|
@pulumi.getter(name="cpuReservation")
|
|
297
|
-
def cpu_reservation(self) -> Optional[int]:
|
|
297
|
+
def cpu_reservation(self) -> Optional[_builtins.int]:
|
|
298
298
|
return pulumi.get(self, "cpu_reservation")
|
|
299
299
|
|
|
300
|
-
@property
|
|
300
|
+
@_builtins.property
|
|
301
301
|
@pulumi.getter(name="cpuShareCount")
|
|
302
|
-
def cpu_share_count(self) -> int:
|
|
302
|
+
def cpu_share_count(self) -> _builtins.int:
|
|
303
303
|
return pulumi.get(self, "cpu_share_count")
|
|
304
304
|
|
|
305
|
-
@property
|
|
305
|
+
@_builtins.property
|
|
306
306
|
@pulumi.getter(name="cpuShareLevel")
|
|
307
|
-
def cpu_share_level(self) -> Optional[str]:
|
|
307
|
+
def cpu_share_level(self) -> Optional[_builtins.str]:
|
|
308
308
|
return pulumi.get(self, "cpu_share_level")
|
|
309
309
|
|
|
310
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
311
311
|
@pulumi.getter(name="datacenterId")
|
|
312
|
-
def datacenter_id(self) -> Optional[str]:
|
|
312
|
+
def datacenter_id(self) -> Optional[_builtins.str]:
|
|
313
313
|
return pulumi.get(self, "datacenter_id")
|
|
314
314
|
|
|
315
|
-
@property
|
|
315
|
+
@_builtins.property
|
|
316
316
|
@pulumi.getter(name="defaultIpAddress")
|
|
317
|
-
def default_ip_address(self) -> str:
|
|
317
|
+
def default_ip_address(self) -> _builtins.str:
|
|
318
318
|
"""
|
|
319
319
|
Whenever possible, this is the first IPv4 address that
|
|
320
320
|
is reachable through the default gateway configured on the machine, then the
|
|
@@ -324,7 +324,7 @@ class GetVirtualMachineResult:
|
|
|
324
324
|
"""
|
|
325
325
|
return pulumi.get(self, "default_ip_address")
|
|
326
326
|
|
|
327
|
-
@property
|
|
327
|
+
@_builtins.property
|
|
328
328
|
@pulumi.getter
|
|
329
329
|
def disks(self) -> Sequence['outputs.GetVirtualMachineDiskResult']:
|
|
330
330
|
"""
|
|
@@ -339,161 +339,161 @@ class GetVirtualMachineResult:
|
|
|
339
339
|
"""
|
|
340
340
|
return pulumi.get(self, "disks")
|
|
341
341
|
|
|
342
|
-
@property
|
|
342
|
+
@_builtins.property
|
|
343
343
|
@pulumi.getter(name="efiSecureBootEnabled")
|
|
344
|
-
def efi_secure_boot_enabled(self) -> Optional[bool]:
|
|
344
|
+
def efi_secure_boot_enabled(self) -> Optional[_builtins.bool]:
|
|
345
345
|
return pulumi.get(self, "efi_secure_boot_enabled")
|
|
346
346
|
|
|
347
|
-
@property
|
|
347
|
+
@_builtins.property
|
|
348
348
|
@pulumi.getter(name="enableDiskUuid")
|
|
349
|
-
def enable_disk_uuid(self) -> Optional[bool]:
|
|
349
|
+
def enable_disk_uuid(self) -> Optional[_builtins.bool]:
|
|
350
350
|
return pulumi.get(self, "enable_disk_uuid")
|
|
351
351
|
|
|
352
|
-
@property
|
|
352
|
+
@_builtins.property
|
|
353
353
|
@pulumi.getter(name="enableLogging")
|
|
354
|
-
def enable_logging(self) -> Optional[bool]:
|
|
354
|
+
def enable_logging(self) -> Optional[_builtins.bool]:
|
|
355
355
|
return pulumi.get(self, "enable_logging")
|
|
356
356
|
|
|
357
|
-
@property
|
|
357
|
+
@_builtins.property
|
|
358
358
|
@pulumi.getter(name="eptRviMode")
|
|
359
|
-
def ept_rvi_mode(self) -> str:
|
|
359
|
+
def ept_rvi_mode(self) -> _builtins.str:
|
|
360
360
|
return pulumi.get(self, "ept_rvi_mode")
|
|
361
361
|
|
|
362
|
-
@property
|
|
362
|
+
@_builtins.property
|
|
363
363
|
@pulumi.getter(name="extraConfig")
|
|
364
|
-
def extra_config(self) -> Optional[Mapping[str, str]]:
|
|
364
|
+
def extra_config(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
365
365
|
return pulumi.get(self, "extra_config")
|
|
366
366
|
|
|
367
|
-
@property
|
|
367
|
+
@_builtins.property
|
|
368
368
|
@pulumi.getter(name="extraConfigRebootRequired")
|
|
369
|
-
def extra_config_reboot_required(self) -> Optional[bool]:
|
|
369
|
+
def extra_config_reboot_required(self) -> Optional[_builtins.bool]:
|
|
370
370
|
return pulumi.get(self, "extra_config_reboot_required")
|
|
371
371
|
|
|
372
|
-
@property
|
|
372
|
+
@_builtins.property
|
|
373
373
|
@pulumi.getter
|
|
374
|
-
def firmware(self) -> Optional[str]:
|
|
374
|
+
def firmware(self) -> Optional[_builtins.str]:
|
|
375
375
|
"""
|
|
376
376
|
The firmware type for this virtual machine. Can be `bios` or
|
|
377
377
|
`efi`.
|
|
378
378
|
"""
|
|
379
379
|
return pulumi.get(self, "firmware")
|
|
380
380
|
|
|
381
|
-
@property
|
|
381
|
+
@_builtins.property
|
|
382
382
|
@pulumi.getter
|
|
383
|
-
def folder(self) -> Optional[str]:
|
|
383
|
+
def folder(self) -> Optional[_builtins.str]:
|
|
384
384
|
return pulumi.get(self, "folder")
|
|
385
385
|
|
|
386
|
-
@property
|
|
386
|
+
@_builtins.property
|
|
387
387
|
@pulumi.getter(name="guestId")
|
|
388
|
-
def guest_id(self) -> str:
|
|
388
|
+
def guest_id(self) -> _builtins.str:
|
|
389
389
|
"""
|
|
390
390
|
The guest ID of the virtual machine or template.
|
|
391
391
|
"""
|
|
392
392
|
return pulumi.get(self, "guest_id")
|
|
393
393
|
|
|
394
|
-
@property
|
|
394
|
+
@_builtins.property
|
|
395
395
|
@pulumi.getter(name="guestIpAddresses")
|
|
396
|
-
def guest_ip_addresses(self) -> Sequence[str]:
|
|
396
|
+
def guest_ip_addresses(self) -> Sequence[_builtins.str]:
|
|
397
397
|
"""
|
|
398
398
|
A list of IP addresses as reported by VMware Tools.
|
|
399
399
|
"""
|
|
400
400
|
return pulumi.get(self, "guest_ip_addresses")
|
|
401
401
|
|
|
402
|
-
@property
|
|
402
|
+
@_builtins.property
|
|
403
403
|
@pulumi.getter(name="hardwareVersion")
|
|
404
|
-
def hardware_version(self) -> int:
|
|
404
|
+
def hardware_version(self) -> _builtins.int:
|
|
405
405
|
"""
|
|
406
406
|
The hardware version number on this virtual machine.
|
|
407
407
|
"""
|
|
408
408
|
return pulumi.get(self, "hardware_version")
|
|
409
409
|
|
|
410
|
-
@property
|
|
410
|
+
@_builtins.property
|
|
411
411
|
@pulumi.getter(name="hvMode")
|
|
412
|
-
def hv_mode(self) -> str:
|
|
412
|
+
def hv_mode(self) -> _builtins.str:
|
|
413
413
|
return pulumi.get(self, "hv_mode")
|
|
414
414
|
|
|
415
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
416
416
|
@pulumi.getter
|
|
417
|
-
def id(self) -> str:
|
|
417
|
+
def id(self) -> _builtins.str:
|
|
418
418
|
"""
|
|
419
419
|
The provider-assigned unique ID for this managed resource.
|
|
420
420
|
"""
|
|
421
421
|
return pulumi.get(self, "id")
|
|
422
422
|
|
|
423
|
-
@property
|
|
423
|
+
@_builtins.property
|
|
424
424
|
@pulumi.getter(name="ideControllerScanCount")
|
|
425
|
-
def ide_controller_scan_count(self) -> Optional[int]:
|
|
425
|
+
def ide_controller_scan_count(self) -> Optional[_builtins.int]:
|
|
426
426
|
return pulumi.get(self, "ide_controller_scan_count")
|
|
427
427
|
|
|
428
|
-
@property
|
|
428
|
+
@_builtins.property
|
|
429
429
|
@pulumi.getter(name="instanceUuid")
|
|
430
|
-
def instance_uuid(self) -> str:
|
|
430
|
+
def instance_uuid(self) -> _builtins.str:
|
|
431
431
|
"""
|
|
432
432
|
The instance UUID of the virtual machine or template.
|
|
433
433
|
"""
|
|
434
434
|
return pulumi.get(self, "instance_uuid")
|
|
435
435
|
|
|
436
|
-
@property
|
|
436
|
+
@_builtins.property
|
|
437
437
|
@pulumi.getter(name="latencySensitivity")
|
|
438
|
-
def latency_sensitivity(self) -> Optional[str]:
|
|
438
|
+
def latency_sensitivity(self) -> Optional[_builtins.str]:
|
|
439
439
|
return pulumi.get(self, "latency_sensitivity")
|
|
440
440
|
|
|
441
|
-
@property
|
|
441
|
+
@_builtins.property
|
|
442
442
|
@pulumi.getter
|
|
443
|
-
def memory(self) -> Optional[int]:
|
|
443
|
+
def memory(self) -> Optional[_builtins.int]:
|
|
444
444
|
"""
|
|
445
445
|
The size of the virtual machine's memory, in MB.
|
|
446
446
|
"""
|
|
447
447
|
return pulumi.get(self, "memory")
|
|
448
448
|
|
|
449
|
-
@property
|
|
449
|
+
@_builtins.property
|
|
450
450
|
@pulumi.getter(name="memoryHotAddEnabled")
|
|
451
|
-
def memory_hot_add_enabled(self) -> Optional[bool]:
|
|
451
|
+
def memory_hot_add_enabled(self) -> Optional[_builtins.bool]:
|
|
452
452
|
return pulumi.get(self, "memory_hot_add_enabled")
|
|
453
453
|
|
|
454
|
-
@property
|
|
454
|
+
@_builtins.property
|
|
455
455
|
@pulumi.getter(name="memoryLimit")
|
|
456
|
-
def memory_limit(self) -> Optional[int]:
|
|
456
|
+
def memory_limit(self) -> Optional[_builtins.int]:
|
|
457
457
|
return pulumi.get(self, "memory_limit")
|
|
458
458
|
|
|
459
|
-
@property
|
|
459
|
+
@_builtins.property
|
|
460
460
|
@pulumi.getter(name="memoryReservation")
|
|
461
|
-
def memory_reservation(self) -> Optional[int]:
|
|
461
|
+
def memory_reservation(self) -> Optional[_builtins.int]:
|
|
462
462
|
return pulumi.get(self, "memory_reservation")
|
|
463
463
|
|
|
464
|
-
@property
|
|
464
|
+
@_builtins.property
|
|
465
465
|
@pulumi.getter(name="memoryReservationLockedToMax")
|
|
466
|
-
def memory_reservation_locked_to_max(self) -> Optional[bool]:
|
|
466
|
+
def memory_reservation_locked_to_max(self) -> Optional[_builtins.bool]:
|
|
467
467
|
return pulumi.get(self, "memory_reservation_locked_to_max")
|
|
468
468
|
|
|
469
|
-
@property
|
|
469
|
+
@_builtins.property
|
|
470
470
|
@pulumi.getter(name="memoryShareCount")
|
|
471
|
-
def memory_share_count(self) -> int:
|
|
471
|
+
def memory_share_count(self) -> _builtins.int:
|
|
472
472
|
return pulumi.get(self, "memory_share_count")
|
|
473
473
|
|
|
474
|
-
@property
|
|
474
|
+
@_builtins.property
|
|
475
475
|
@pulumi.getter(name="memoryShareLevel")
|
|
476
|
-
def memory_share_level(self) -> Optional[str]:
|
|
476
|
+
def memory_share_level(self) -> Optional[_builtins.str]:
|
|
477
477
|
return pulumi.get(self, "memory_share_level")
|
|
478
478
|
|
|
479
|
-
@property
|
|
479
|
+
@_builtins.property
|
|
480
480
|
@pulumi.getter
|
|
481
|
-
def moid(self) -> str:
|
|
481
|
+
def moid(self) -> _builtins.str:
|
|
482
482
|
return pulumi.get(self, "moid")
|
|
483
483
|
|
|
484
|
-
@property
|
|
484
|
+
@_builtins.property
|
|
485
485
|
@pulumi.getter
|
|
486
|
-
def name(self) -> Optional[str]:
|
|
486
|
+
def name(self) -> Optional[_builtins.str]:
|
|
487
487
|
return pulumi.get(self, "name")
|
|
488
488
|
|
|
489
|
-
@property
|
|
489
|
+
@_builtins.property
|
|
490
490
|
@pulumi.getter(name="nestedHvEnabled")
|
|
491
|
-
def nested_hv_enabled(self) -> Optional[bool]:
|
|
491
|
+
def nested_hv_enabled(self) -> Optional[_builtins.bool]:
|
|
492
492
|
return pulumi.get(self, "nested_hv_enabled")
|
|
493
493
|
|
|
494
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
495
495
|
@pulumi.getter(name="networkInterfaceTypes")
|
|
496
|
-
def network_interface_types(self) -> Sequence[str]:
|
|
496
|
+
def network_interface_types(self) -> Sequence[_builtins.str]:
|
|
497
497
|
"""
|
|
498
498
|
The network interface types for each network
|
|
499
499
|
interface found on the virtual machine, in device bus order. Will be one of
|
|
@@ -502,7 +502,7 @@ class GetVirtualMachineResult:
|
|
|
502
502
|
"""
|
|
503
503
|
return pulumi.get(self, "network_interface_types")
|
|
504
504
|
|
|
505
|
-
@property
|
|
505
|
+
@_builtins.property
|
|
506
506
|
@pulumi.getter(name="networkInterfaces")
|
|
507
507
|
def network_interfaces(self) -> Sequence['outputs.GetVirtualMachineNetworkInterfaceResult']:
|
|
508
508
|
"""
|
|
@@ -516,67 +516,67 @@ class GetVirtualMachineResult:
|
|
|
516
516
|
"""
|
|
517
517
|
return pulumi.get(self, "network_interfaces")
|
|
518
518
|
|
|
519
|
-
@property
|
|
519
|
+
@_builtins.property
|
|
520
520
|
@pulumi.getter(name="numCoresPerSocket")
|
|
521
|
-
def num_cores_per_socket(self) -> Optional[int]:
|
|
521
|
+
def num_cores_per_socket(self) -> Optional[_builtins.int]:
|
|
522
522
|
"""
|
|
523
523
|
The number of cores per socket for this virtual
|
|
524
524
|
machine.
|
|
525
525
|
"""
|
|
526
526
|
return pulumi.get(self, "num_cores_per_socket")
|
|
527
527
|
|
|
528
|
-
@property
|
|
528
|
+
@_builtins.property
|
|
529
529
|
@pulumi.getter(name="numCpus")
|
|
530
|
-
def num_cpus(self) -> Optional[int]:
|
|
530
|
+
def num_cpus(self) -> Optional[_builtins.int]:
|
|
531
531
|
"""
|
|
532
532
|
The total number of virtual processor cores assigned to this
|
|
533
533
|
virtual machine.
|
|
534
534
|
"""
|
|
535
535
|
return pulumi.get(self, "num_cpus")
|
|
536
536
|
|
|
537
|
-
@property
|
|
537
|
+
@_builtins.property
|
|
538
538
|
@pulumi.getter(name="nvmeControllerScanCount")
|
|
539
|
-
def nvme_controller_scan_count(self) -> Optional[int]:
|
|
539
|
+
def nvme_controller_scan_count(self) -> Optional[_builtins.int]:
|
|
540
540
|
return pulumi.get(self, "nvme_controller_scan_count")
|
|
541
541
|
|
|
542
|
-
@property
|
|
542
|
+
@_builtins.property
|
|
543
543
|
@pulumi.getter(name="replaceTrigger")
|
|
544
|
-
def replace_trigger(self) -> Optional[str]:
|
|
544
|
+
def replace_trigger(self) -> Optional[_builtins.str]:
|
|
545
545
|
return pulumi.get(self, "replace_trigger")
|
|
546
546
|
|
|
547
|
-
@property
|
|
547
|
+
@_builtins.property
|
|
548
548
|
@pulumi.getter(name="runToolsScriptsAfterPowerOn")
|
|
549
|
-
def run_tools_scripts_after_power_on(self) -> Optional[bool]:
|
|
549
|
+
def run_tools_scripts_after_power_on(self) -> Optional[_builtins.bool]:
|
|
550
550
|
return pulumi.get(self, "run_tools_scripts_after_power_on")
|
|
551
551
|
|
|
552
|
-
@property
|
|
552
|
+
@_builtins.property
|
|
553
553
|
@pulumi.getter(name="runToolsScriptsAfterResume")
|
|
554
|
-
def run_tools_scripts_after_resume(self) -> Optional[bool]:
|
|
554
|
+
def run_tools_scripts_after_resume(self) -> Optional[_builtins.bool]:
|
|
555
555
|
return pulumi.get(self, "run_tools_scripts_after_resume")
|
|
556
556
|
|
|
557
|
-
@property
|
|
557
|
+
@_builtins.property
|
|
558
558
|
@pulumi.getter(name="runToolsScriptsBeforeGuestReboot")
|
|
559
|
-
def run_tools_scripts_before_guest_reboot(self) -> Optional[bool]:
|
|
559
|
+
def run_tools_scripts_before_guest_reboot(self) -> Optional[_builtins.bool]:
|
|
560
560
|
return pulumi.get(self, "run_tools_scripts_before_guest_reboot")
|
|
561
561
|
|
|
562
|
-
@property
|
|
562
|
+
@_builtins.property
|
|
563
563
|
@pulumi.getter(name="runToolsScriptsBeforeGuestShutdown")
|
|
564
|
-
def run_tools_scripts_before_guest_shutdown(self) -> Optional[bool]:
|
|
564
|
+
def run_tools_scripts_before_guest_shutdown(self) -> Optional[_builtins.bool]:
|
|
565
565
|
return pulumi.get(self, "run_tools_scripts_before_guest_shutdown")
|
|
566
566
|
|
|
567
|
-
@property
|
|
567
|
+
@_builtins.property
|
|
568
568
|
@pulumi.getter(name="runToolsScriptsBeforeGuestStandby")
|
|
569
|
-
def run_tools_scripts_before_guest_standby(self) -> Optional[bool]:
|
|
569
|
+
def run_tools_scripts_before_guest_standby(self) -> Optional[_builtins.bool]:
|
|
570
570
|
return pulumi.get(self, "run_tools_scripts_before_guest_standby")
|
|
571
571
|
|
|
572
|
-
@property
|
|
572
|
+
@_builtins.property
|
|
573
573
|
@pulumi.getter(name="sataControllerScanCount")
|
|
574
|
-
def sata_controller_scan_count(self) -> Optional[int]:
|
|
574
|
+
def sata_controller_scan_count(self) -> Optional[_builtins.int]:
|
|
575
575
|
return pulumi.get(self, "sata_controller_scan_count")
|
|
576
576
|
|
|
577
|
-
@property
|
|
577
|
+
@_builtins.property
|
|
578
578
|
@pulumi.getter(name="scsiBusSharing")
|
|
579
|
-
def scsi_bus_sharing(self) -> str:
|
|
579
|
+
def scsi_bus_sharing(self) -> _builtins.str:
|
|
580
580
|
"""
|
|
581
581
|
Mode for sharing the SCSI bus. The modes are
|
|
582
582
|
physicalSharing, virtualSharing, and noSharing. Only the first number of
|
|
@@ -584,14 +584,14 @@ class GetVirtualMachineResult:
|
|
|
584
584
|
"""
|
|
585
585
|
return pulumi.get(self, "scsi_bus_sharing")
|
|
586
586
|
|
|
587
|
-
@property
|
|
587
|
+
@_builtins.property
|
|
588
588
|
@pulumi.getter(name="scsiControllerScanCount")
|
|
589
|
-
def scsi_controller_scan_count(self) -> Optional[int]:
|
|
589
|
+
def scsi_controller_scan_count(self) -> Optional[_builtins.int]:
|
|
590
590
|
return pulumi.get(self, "scsi_controller_scan_count")
|
|
591
591
|
|
|
592
|
-
@property
|
|
592
|
+
@_builtins.property
|
|
593
593
|
@pulumi.getter(name="scsiType")
|
|
594
|
-
def scsi_type(self) -> str:
|
|
594
|
+
def scsi_type(self) -> _builtins.str:
|
|
595
595
|
"""
|
|
596
596
|
The common type of all SCSI controllers on this virtual machine.
|
|
597
597
|
Will be one of `lsilogic` (LSI Logic Parallel), `lsilogic-sas` (LSI Logic
|
|
@@ -601,62 +601,62 @@ class GetVirtualMachineResult:
|
|
|
601
601
|
"""
|
|
602
602
|
return pulumi.get(self, "scsi_type")
|
|
603
603
|
|
|
604
|
-
@property
|
|
604
|
+
@_builtins.property
|
|
605
605
|
@pulumi.getter(name="storagePolicyId")
|
|
606
|
-
def storage_policy_id(self) -> str:
|
|
606
|
+
def storage_policy_id(self) -> _builtins.str:
|
|
607
607
|
return pulumi.get(self, "storage_policy_id")
|
|
608
608
|
|
|
609
|
-
@property
|
|
609
|
+
@_builtins.property
|
|
610
610
|
@pulumi.getter(name="swapPlacementPolicy")
|
|
611
|
-
def swap_placement_policy(self) -> Optional[str]:
|
|
611
|
+
def swap_placement_policy(self) -> Optional[_builtins.str]:
|
|
612
612
|
return pulumi.get(self, "swap_placement_policy")
|
|
613
613
|
|
|
614
|
-
@property
|
|
614
|
+
@_builtins.property
|
|
615
615
|
@pulumi.getter(name="syncTimeWithHost")
|
|
616
|
-
def sync_time_with_host(self) -> Optional[bool]:
|
|
616
|
+
def sync_time_with_host(self) -> Optional[_builtins.bool]:
|
|
617
617
|
return pulumi.get(self, "sync_time_with_host")
|
|
618
618
|
|
|
619
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
620
620
|
@pulumi.getter(name="syncTimeWithHostPeriodically")
|
|
621
|
-
def sync_time_with_host_periodically(self) -> Optional[bool]:
|
|
621
|
+
def sync_time_with_host_periodically(self) -> Optional[_builtins.bool]:
|
|
622
622
|
return pulumi.get(self, "sync_time_with_host_periodically")
|
|
623
623
|
|
|
624
|
-
@property
|
|
624
|
+
@_builtins.property
|
|
625
625
|
@pulumi.getter(name="toolsUpgradePolicy")
|
|
626
|
-
def tools_upgrade_policy(self) -> Optional[str]:
|
|
626
|
+
def tools_upgrade_policy(self) -> Optional[_builtins.str]:
|
|
627
627
|
return pulumi.get(self, "tools_upgrade_policy")
|
|
628
628
|
|
|
629
|
-
@property
|
|
629
|
+
@_builtins.property
|
|
630
630
|
@pulumi.getter
|
|
631
|
-
def uuid(self) -> str:
|
|
631
|
+
def uuid(self) -> _builtins.str:
|
|
632
632
|
return pulumi.get(self, "uuid")
|
|
633
633
|
|
|
634
|
-
@property
|
|
634
|
+
@_builtins.property
|
|
635
635
|
@pulumi.getter
|
|
636
636
|
def vapp(self) -> Optional['outputs.GetVirtualMachineVappResult']:
|
|
637
637
|
return pulumi.get(self, "vapp")
|
|
638
638
|
|
|
639
|
-
@property
|
|
639
|
+
@_builtins.property
|
|
640
640
|
@pulumi.getter(name="vappTransports")
|
|
641
|
-
def vapp_transports(self) -> Sequence[str]:
|
|
641
|
+
def vapp_transports(self) -> Sequence[_builtins.str]:
|
|
642
642
|
return pulumi.get(self, "vapp_transports")
|
|
643
643
|
|
|
644
|
-
@property
|
|
644
|
+
@_builtins.property
|
|
645
645
|
@pulumi.getter(name="vbsEnabled")
|
|
646
|
-
def vbs_enabled(self) -> Optional[bool]:
|
|
646
|
+
def vbs_enabled(self) -> Optional[_builtins.bool]:
|
|
647
647
|
return pulumi.get(self, "vbs_enabled")
|
|
648
648
|
|
|
649
|
-
@property
|
|
649
|
+
@_builtins.property
|
|
650
650
|
@pulumi.getter
|
|
651
|
-
def vtpm(self) -> bool:
|
|
651
|
+
def vtpm(self) -> _builtins.bool:
|
|
652
652
|
"""
|
|
653
653
|
Indicates whether a virtual Trusted Platform Module (TPM) device is present on the virtual machine.
|
|
654
654
|
"""
|
|
655
655
|
return pulumi.get(self, "vtpm")
|
|
656
656
|
|
|
657
|
-
@property
|
|
657
|
+
@_builtins.property
|
|
658
658
|
@pulumi.getter(name="vvtdEnabled")
|
|
659
|
-
def vvtd_enabled(self) -> Optional[bool]:
|
|
659
|
+
def vvtd_enabled(self) -> Optional[_builtins.bool]:
|
|
660
660
|
return pulumi.get(self, "vvtd_enabled")
|
|
661
661
|
|
|
662
662
|
|
|
@@ -736,62 +736,62 @@ class AwaitableGetVirtualMachineResult(GetVirtualMachineResult):
|
|
|
736
736
|
vvtd_enabled=self.vvtd_enabled)
|
|
737
737
|
|
|
738
738
|
|
|
739
|
-
def get_virtual_machine(alternate_guest_name: Optional[str] = None,
|
|
740
|
-
annotation: Optional[str] = None,
|
|
741
|
-
boot_delay: Optional[int] = None,
|
|
742
|
-
boot_retry_delay: Optional[int] = None,
|
|
743
|
-
boot_retry_enabled: Optional[bool] = None,
|
|
744
|
-
cpu_hot_add_enabled: Optional[bool] = None,
|
|
745
|
-
cpu_hot_remove_enabled: Optional[bool] = None,
|
|
746
|
-
cpu_limit: Optional[int] = None,
|
|
747
|
-
cpu_performance_counters_enabled: Optional[bool] = None,
|
|
748
|
-
cpu_reservation: Optional[int] = None,
|
|
749
|
-
cpu_share_count: Optional[int] = None,
|
|
750
|
-
cpu_share_level: Optional[str] = None,
|
|
751
|
-
datacenter_id: Optional[str] = None,
|
|
752
|
-
efi_secure_boot_enabled: Optional[bool] = None,
|
|
753
|
-
enable_disk_uuid: Optional[bool] = None,
|
|
754
|
-
enable_logging: Optional[bool] = None,
|
|
755
|
-
ept_rvi_mode: Optional[str] = None,
|
|
756
|
-
extra_config: Optional[Mapping[str, str]] = None,
|
|
757
|
-
extra_config_reboot_required: Optional[bool] = None,
|
|
758
|
-
firmware: Optional[str] = None,
|
|
759
|
-
folder: Optional[str] = None,
|
|
760
|
-
guest_id: Optional[str] = None,
|
|
761
|
-
hardware_version: Optional[int] = None,
|
|
762
|
-
hv_mode: Optional[str] = None,
|
|
763
|
-
ide_controller_scan_count: Optional[int] = None,
|
|
764
|
-
latency_sensitivity: Optional[str] = None,
|
|
765
|
-
memory: Optional[int] = None,
|
|
766
|
-
memory_hot_add_enabled: Optional[bool] = None,
|
|
767
|
-
memory_limit: Optional[int] = None,
|
|
768
|
-
memory_reservation: Optional[int] = None,
|
|
769
|
-
memory_reservation_locked_to_max: Optional[bool] = None,
|
|
770
|
-
memory_share_count: Optional[int] = None,
|
|
771
|
-
memory_share_level: Optional[str] = None,
|
|
772
|
-
moid: Optional[str] = None,
|
|
773
|
-
name: Optional[str] = None,
|
|
774
|
-
nested_hv_enabled: Optional[bool] = None,
|
|
775
|
-
num_cores_per_socket: Optional[int] = None,
|
|
776
|
-
num_cpus: Optional[int] = None,
|
|
777
|
-
nvme_controller_scan_count: Optional[int] = None,
|
|
778
|
-
replace_trigger: Optional[str] = None,
|
|
779
|
-
run_tools_scripts_after_power_on: Optional[bool] = None,
|
|
780
|
-
run_tools_scripts_after_resume: Optional[bool] = None,
|
|
781
|
-
run_tools_scripts_before_guest_reboot: Optional[bool] = None,
|
|
782
|
-
run_tools_scripts_before_guest_shutdown: Optional[bool] = None,
|
|
783
|
-
run_tools_scripts_before_guest_standby: Optional[bool] = None,
|
|
784
|
-
sata_controller_scan_count: Optional[int] = None,
|
|
785
|
-
scsi_controller_scan_count: Optional[int] = None,
|
|
786
|
-
storage_policy_id: Optional[str] = None,
|
|
787
|
-
swap_placement_policy: Optional[str] = None,
|
|
788
|
-
sync_time_with_host: Optional[bool] = None,
|
|
789
|
-
sync_time_with_host_periodically: Optional[bool] = None,
|
|
790
|
-
tools_upgrade_policy: Optional[str] = None,
|
|
791
|
-
uuid: Optional[str] = None,
|
|
739
|
+
def get_virtual_machine(alternate_guest_name: Optional[_builtins.str] = None,
|
|
740
|
+
annotation: Optional[_builtins.str] = None,
|
|
741
|
+
boot_delay: Optional[_builtins.int] = None,
|
|
742
|
+
boot_retry_delay: Optional[_builtins.int] = None,
|
|
743
|
+
boot_retry_enabled: Optional[_builtins.bool] = None,
|
|
744
|
+
cpu_hot_add_enabled: Optional[_builtins.bool] = None,
|
|
745
|
+
cpu_hot_remove_enabled: Optional[_builtins.bool] = None,
|
|
746
|
+
cpu_limit: Optional[_builtins.int] = None,
|
|
747
|
+
cpu_performance_counters_enabled: Optional[_builtins.bool] = None,
|
|
748
|
+
cpu_reservation: Optional[_builtins.int] = None,
|
|
749
|
+
cpu_share_count: Optional[_builtins.int] = None,
|
|
750
|
+
cpu_share_level: Optional[_builtins.str] = None,
|
|
751
|
+
datacenter_id: Optional[_builtins.str] = None,
|
|
752
|
+
efi_secure_boot_enabled: Optional[_builtins.bool] = None,
|
|
753
|
+
enable_disk_uuid: Optional[_builtins.bool] = None,
|
|
754
|
+
enable_logging: Optional[_builtins.bool] = None,
|
|
755
|
+
ept_rvi_mode: Optional[_builtins.str] = None,
|
|
756
|
+
extra_config: Optional[Mapping[str, _builtins.str]] = None,
|
|
757
|
+
extra_config_reboot_required: Optional[_builtins.bool] = None,
|
|
758
|
+
firmware: Optional[_builtins.str] = None,
|
|
759
|
+
folder: Optional[_builtins.str] = None,
|
|
760
|
+
guest_id: Optional[_builtins.str] = None,
|
|
761
|
+
hardware_version: Optional[_builtins.int] = None,
|
|
762
|
+
hv_mode: Optional[_builtins.str] = None,
|
|
763
|
+
ide_controller_scan_count: Optional[_builtins.int] = None,
|
|
764
|
+
latency_sensitivity: Optional[_builtins.str] = None,
|
|
765
|
+
memory: Optional[_builtins.int] = None,
|
|
766
|
+
memory_hot_add_enabled: Optional[_builtins.bool] = None,
|
|
767
|
+
memory_limit: Optional[_builtins.int] = None,
|
|
768
|
+
memory_reservation: Optional[_builtins.int] = None,
|
|
769
|
+
memory_reservation_locked_to_max: Optional[_builtins.bool] = None,
|
|
770
|
+
memory_share_count: Optional[_builtins.int] = None,
|
|
771
|
+
memory_share_level: Optional[_builtins.str] = None,
|
|
772
|
+
moid: Optional[_builtins.str] = None,
|
|
773
|
+
name: Optional[_builtins.str] = None,
|
|
774
|
+
nested_hv_enabled: Optional[_builtins.bool] = None,
|
|
775
|
+
num_cores_per_socket: Optional[_builtins.int] = None,
|
|
776
|
+
num_cpus: Optional[_builtins.int] = None,
|
|
777
|
+
nvme_controller_scan_count: Optional[_builtins.int] = None,
|
|
778
|
+
replace_trigger: Optional[_builtins.str] = None,
|
|
779
|
+
run_tools_scripts_after_power_on: Optional[_builtins.bool] = None,
|
|
780
|
+
run_tools_scripts_after_resume: Optional[_builtins.bool] = None,
|
|
781
|
+
run_tools_scripts_before_guest_reboot: Optional[_builtins.bool] = None,
|
|
782
|
+
run_tools_scripts_before_guest_shutdown: Optional[_builtins.bool] = None,
|
|
783
|
+
run_tools_scripts_before_guest_standby: Optional[_builtins.bool] = None,
|
|
784
|
+
sata_controller_scan_count: Optional[_builtins.int] = None,
|
|
785
|
+
scsi_controller_scan_count: Optional[_builtins.int] = None,
|
|
786
|
+
storage_policy_id: Optional[_builtins.str] = None,
|
|
787
|
+
swap_placement_policy: Optional[_builtins.str] = None,
|
|
788
|
+
sync_time_with_host: Optional[_builtins.bool] = None,
|
|
789
|
+
sync_time_with_host_periodically: Optional[_builtins.bool] = None,
|
|
790
|
+
tools_upgrade_policy: Optional[_builtins.str] = None,
|
|
791
|
+
uuid: Optional[_builtins.str] = None,
|
|
792
792
|
vapp: Optional[Union['GetVirtualMachineVappArgs', 'GetVirtualMachineVappArgsDict']] = None,
|
|
793
|
-
vbs_enabled: Optional[bool] = None,
|
|
794
|
-
vvtd_enabled: Optional[bool] = None,
|
|
793
|
+
vbs_enabled: Optional[_builtins.bool] = None,
|
|
794
|
+
vvtd_enabled: Optional[_builtins.bool] = None,
|
|
795
795
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetVirtualMachineResult:
|
|
796
796
|
"""
|
|
797
797
|
The `VirtualMachine` data source can be used to find the UUID of an
|
|
@@ -829,29 +829,29 @@ def get_virtual_machine(alternate_guest_name: Optional[str] = None,
|
|
|
829
829
|
```
|
|
830
830
|
|
|
831
831
|
|
|
832
|
-
:param str alternate_guest_name: The alternate guest name of the virtual machine when
|
|
832
|
+
:param _builtins.str alternate_guest_name: The alternate guest name of the virtual machine when
|
|
833
833
|
`guest_id` is a non-specific operating system, like `otherGuest` or
|
|
834
834
|
`otherGuest64`.
|
|
835
|
-
:param str annotation: The user-provided description of this virtual machine.
|
|
836
|
-
:param str datacenter_id: The managed object reference
|
|
835
|
+
:param _builtins.str annotation: The user-provided description of this virtual machine.
|
|
836
|
+
:param _builtins.str datacenter_id: The managed object reference
|
|
837
837
|
ID of the datacenter the virtual machine is located in.
|
|
838
838
|
This can be omitted if the search path used in `name` is an absolute path.
|
|
839
839
|
For default datacenters, use the `id` attribute from an empty
|
|
840
840
|
`Datacenter` data source.
|
|
841
|
-
:param str firmware: The firmware type for this virtual machine. Can be `bios` or
|
|
841
|
+
:param _builtins.str firmware: The firmware type for this virtual machine. Can be `bios` or
|
|
842
842
|
`efi`.
|
|
843
|
-
:param str folder: The name of the virtual machine folder where the virtual machine is located. The `name` argument is limited to 80 characters. If the `name` argument includes the full path to the virtual machine and exceeds the 80 characters limit, the `folder` folder argument can be used.
|
|
844
|
-
:param str guest_id: The guest ID of the virtual machine or template.
|
|
845
|
-
:param int hardware_version: The hardware version number on this virtual machine.
|
|
846
|
-
:param int memory: The size of the virtual machine's memory, in MB.
|
|
847
|
-
:param str name: The name of the virtual machine. This can be a name or
|
|
843
|
+
:param _builtins.str folder: The name of the virtual machine folder where the virtual machine is located. The `name` argument is limited to 80 characters. If the `name` argument includes the full path to the virtual machine and exceeds the 80 characters limit, the `folder` folder argument can be used.
|
|
844
|
+
:param _builtins.str guest_id: The guest ID of the virtual machine or template.
|
|
845
|
+
:param _builtins.int hardware_version: The hardware version number on this virtual machine.
|
|
846
|
+
:param _builtins.int memory: The size of the virtual machine's memory, in MB.
|
|
847
|
+
:param _builtins.str name: The name of the virtual machine. This can be a name or
|
|
848
848
|
the full path relative to the datacenter. This is required if a UUID lookup
|
|
849
849
|
is not performed.
|
|
850
|
-
:param int num_cores_per_socket: The number of cores per socket for this virtual
|
|
850
|
+
:param _builtins.int num_cores_per_socket: The number of cores per socket for this virtual
|
|
851
851
|
machine.
|
|
852
|
-
:param int num_cpus: The total number of virtual processor cores assigned to this
|
|
852
|
+
:param _builtins.int num_cpus: The total number of virtual processor cores assigned to this
|
|
853
853
|
virtual machine.
|
|
854
|
-
:param int nvme_controller_scan_count: The number of NVMe controllers to
|
|
854
|
+
:param _builtins.int nvme_controller_scan_count: The number of NVMe controllers to
|
|
855
855
|
scan for disk attributes and controller types on. Default: `1`.
|
|
856
856
|
|
|
857
857
|
> **NOTE:** For best results, ensure that all the disks on any templates you
|
|
@@ -859,9 +859,9 @@ def get_virtual_machine(alternate_guest_name: Optional[str] = None,
|
|
|
859
859
|
value at the default. See the `VirtualMachine`
|
|
860
860
|
resource documentation for the significance of this setting, specifically the
|
|
861
861
|
additional requirements and notes for cloning section.
|
|
862
|
-
:param int scsi_controller_scan_count: The number of SCSI controllers to
|
|
862
|
+
:param _builtins.int scsi_controller_scan_count: The number of SCSI controllers to
|
|
863
863
|
scan for disk attributes and controller types on. Default: `1`.
|
|
864
|
-
:param str uuid: Specify this field for a UUID lookup, `name` and `datacenter_id`
|
|
864
|
+
:param _builtins.str uuid: Specify this field for a UUID lookup, `name` and `datacenter_id`
|
|
865
865
|
are not required if this is specified.
|
|
866
866
|
"""
|
|
867
867
|
__args__ = dict()
|
|
@@ -993,62 +993,62 @@ def get_virtual_machine(alternate_guest_name: Optional[str] = None,
|
|
|
993
993
|
vbs_enabled=pulumi.get(__ret__, 'vbs_enabled'),
|
|
994
994
|
vtpm=pulumi.get(__ret__, 'vtpm'),
|
|
995
995
|
vvtd_enabled=pulumi.get(__ret__, 'vvtd_enabled'))
|
|
996
|
-
def get_virtual_machine_output(alternate_guest_name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
997
|
-
annotation: Optional[pulumi.Input[Optional[str]]] = None,
|
|
998
|
-
boot_delay: Optional[pulumi.Input[Optional[int]]] = None,
|
|
999
|
-
boot_retry_delay: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1000
|
-
boot_retry_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1001
|
-
cpu_hot_add_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1002
|
-
cpu_hot_remove_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1003
|
-
cpu_limit: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1004
|
-
cpu_performance_counters_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1005
|
-
cpu_reservation: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1006
|
-
cpu_share_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1007
|
-
cpu_share_level: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1008
|
-
datacenter_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1009
|
-
efi_secure_boot_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1010
|
-
enable_disk_uuid: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1011
|
-
enable_logging: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1012
|
-
ept_rvi_mode: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1013
|
-
extra_config: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
|
|
1014
|
-
extra_config_reboot_required: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1015
|
-
firmware: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1016
|
-
folder: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1017
|
-
guest_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1018
|
-
hardware_version: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1019
|
-
hv_mode: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1020
|
-
ide_controller_scan_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1021
|
-
latency_sensitivity: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1022
|
-
memory: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1023
|
-
memory_hot_add_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1024
|
-
memory_limit: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1025
|
-
memory_reservation: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1026
|
-
memory_reservation_locked_to_max: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1027
|
-
memory_share_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1028
|
-
memory_share_level: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1029
|
-
moid: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1030
|
-
name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1031
|
-
nested_hv_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1032
|
-
num_cores_per_socket: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1033
|
-
num_cpus: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1034
|
-
nvme_controller_scan_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1035
|
-
replace_trigger: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1036
|
-
run_tools_scripts_after_power_on: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1037
|
-
run_tools_scripts_after_resume: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1038
|
-
run_tools_scripts_before_guest_reboot: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1039
|
-
run_tools_scripts_before_guest_shutdown: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1040
|
-
run_tools_scripts_before_guest_standby: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1041
|
-
sata_controller_scan_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1042
|
-
scsi_controller_scan_count: Optional[pulumi.Input[Optional[int]]] = None,
|
|
1043
|
-
storage_policy_id: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1044
|
-
swap_placement_policy: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1045
|
-
sync_time_with_host: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1046
|
-
sync_time_with_host_periodically: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1047
|
-
tools_upgrade_policy: Optional[pulumi.Input[Optional[str]]] = None,
|
|
1048
|
-
uuid: Optional[pulumi.Input[Optional[str]]] = None,
|
|
996
|
+
def get_virtual_machine_output(alternate_guest_name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
997
|
+
annotation: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
998
|
+
boot_delay: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
999
|
+
boot_retry_delay: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1000
|
+
boot_retry_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1001
|
+
cpu_hot_add_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1002
|
+
cpu_hot_remove_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1003
|
+
cpu_limit: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1004
|
+
cpu_performance_counters_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1005
|
+
cpu_reservation: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1006
|
+
cpu_share_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1007
|
+
cpu_share_level: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1008
|
+
datacenter_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1009
|
+
efi_secure_boot_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1010
|
+
enable_disk_uuid: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1011
|
+
enable_logging: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1012
|
+
ept_rvi_mode: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1013
|
+
extra_config: Optional[pulumi.Input[Optional[Mapping[str, _builtins.str]]]] = None,
|
|
1014
|
+
extra_config_reboot_required: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1015
|
+
firmware: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1016
|
+
folder: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1017
|
+
guest_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1018
|
+
hardware_version: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1019
|
+
hv_mode: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1020
|
+
ide_controller_scan_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1021
|
+
latency_sensitivity: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1022
|
+
memory: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1023
|
+
memory_hot_add_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1024
|
+
memory_limit: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1025
|
+
memory_reservation: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1026
|
+
memory_reservation_locked_to_max: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1027
|
+
memory_share_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1028
|
+
memory_share_level: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1029
|
+
moid: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1030
|
+
name: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1031
|
+
nested_hv_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1032
|
+
num_cores_per_socket: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1033
|
+
num_cpus: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1034
|
+
nvme_controller_scan_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1035
|
+
replace_trigger: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1036
|
+
run_tools_scripts_after_power_on: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1037
|
+
run_tools_scripts_after_resume: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1038
|
+
run_tools_scripts_before_guest_reboot: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1039
|
+
run_tools_scripts_before_guest_shutdown: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1040
|
+
run_tools_scripts_before_guest_standby: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1041
|
+
sata_controller_scan_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1042
|
+
scsi_controller_scan_count: Optional[pulumi.Input[Optional[_builtins.int]]] = None,
|
|
1043
|
+
storage_policy_id: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1044
|
+
swap_placement_policy: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1045
|
+
sync_time_with_host: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1046
|
+
sync_time_with_host_periodically: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1047
|
+
tools_upgrade_policy: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1048
|
+
uuid: Optional[pulumi.Input[Optional[_builtins.str]]] = None,
|
|
1049
1049
|
vapp: Optional[pulumi.Input[Optional[Union['GetVirtualMachineVappArgs', 'GetVirtualMachineVappArgsDict']]]] = None,
|
|
1050
|
-
vbs_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1051
|
-
vvtd_enabled: Optional[pulumi.Input[Optional[bool]]] = None,
|
|
1050
|
+
vbs_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1051
|
+
vvtd_enabled: Optional[pulumi.Input[Optional[_builtins.bool]]] = None,
|
|
1052
1052
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetVirtualMachineResult]:
|
|
1053
1053
|
"""
|
|
1054
1054
|
The `VirtualMachine` data source can be used to find the UUID of an
|
|
@@ -1086,29 +1086,29 @@ def get_virtual_machine_output(alternate_guest_name: Optional[pulumi.Input[Optio
|
|
|
1086
1086
|
```
|
|
1087
1087
|
|
|
1088
1088
|
|
|
1089
|
-
:param str alternate_guest_name: The alternate guest name of the virtual machine when
|
|
1089
|
+
:param _builtins.str alternate_guest_name: The alternate guest name of the virtual machine when
|
|
1090
1090
|
`guest_id` is a non-specific operating system, like `otherGuest` or
|
|
1091
1091
|
`otherGuest64`.
|
|
1092
|
-
:param str annotation: The user-provided description of this virtual machine.
|
|
1093
|
-
:param str datacenter_id: The managed object reference
|
|
1092
|
+
:param _builtins.str annotation: The user-provided description of this virtual machine.
|
|
1093
|
+
:param _builtins.str datacenter_id: The managed object reference
|
|
1094
1094
|
ID of the datacenter the virtual machine is located in.
|
|
1095
1095
|
This can be omitted if the search path used in `name` is an absolute path.
|
|
1096
1096
|
For default datacenters, use the `id` attribute from an empty
|
|
1097
1097
|
`Datacenter` data source.
|
|
1098
|
-
:param str firmware: The firmware type for this virtual machine. Can be `bios` or
|
|
1098
|
+
:param _builtins.str firmware: The firmware type for this virtual machine. Can be `bios` or
|
|
1099
1099
|
`efi`.
|
|
1100
|
-
:param str folder: The name of the virtual machine folder where the virtual machine is located. The `name` argument is limited to 80 characters. If the `name` argument includes the full path to the virtual machine and exceeds the 80 characters limit, the `folder` folder argument can be used.
|
|
1101
|
-
:param str guest_id: The guest ID of the virtual machine or template.
|
|
1102
|
-
:param int hardware_version: The hardware version number on this virtual machine.
|
|
1103
|
-
:param int memory: The size of the virtual machine's memory, in MB.
|
|
1104
|
-
:param str name: The name of the virtual machine. This can be a name or
|
|
1100
|
+
:param _builtins.str folder: The name of the virtual machine folder where the virtual machine is located. The `name` argument is limited to 80 characters. If the `name` argument includes the full path to the virtual machine and exceeds the 80 characters limit, the `folder` folder argument can be used.
|
|
1101
|
+
:param _builtins.str guest_id: The guest ID of the virtual machine or template.
|
|
1102
|
+
:param _builtins.int hardware_version: The hardware version number on this virtual machine.
|
|
1103
|
+
:param _builtins.int memory: The size of the virtual machine's memory, in MB.
|
|
1104
|
+
:param _builtins.str name: The name of the virtual machine. This can be a name or
|
|
1105
1105
|
the full path relative to the datacenter. This is required if a UUID lookup
|
|
1106
1106
|
is not performed.
|
|
1107
|
-
:param int num_cores_per_socket: The number of cores per socket for this virtual
|
|
1107
|
+
:param _builtins.int num_cores_per_socket: The number of cores per socket for this virtual
|
|
1108
1108
|
machine.
|
|
1109
|
-
:param int num_cpus: The total number of virtual processor cores assigned to this
|
|
1109
|
+
:param _builtins.int num_cpus: The total number of virtual processor cores assigned to this
|
|
1110
1110
|
virtual machine.
|
|
1111
|
-
:param int nvme_controller_scan_count: The number of NVMe controllers to
|
|
1111
|
+
:param _builtins.int nvme_controller_scan_count: The number of NVMe controllers to
|
|
1112
1112
|
scan for disk attributes and controller types on. Default: `1`.
|
|
1113
1113
|
|
|
1114
1114
|
> **NOTE:** For best results, ensure that all the disks on any templates you
|
|
@@ -1116,9 +1116,9 @@ def get_virtual_machine_output(alternate_guest_name: Optional[pulumi.Input[Optio
|
|
|
1116
1116
|
value at the default. See the `VirtualMachine`
|
|
1117
1117
|
resource documentation for the significance of this setting, specifically the
|
|
1118
1118
|
additional requirements and notes for cloning section.
|
|
1119
|
-
:param int scsi_controller_scan_count: The number of SCSI controllers to
|
|
1119
|
+
:param _builtins.int scsi_controller_scan_count: The number of SCSI controllers to
|
|
1120
1120
|
scan for disk attributes and controller types on. Default: `1`.
|
|
1121
|
-
:param str uuid: Specify this field for a UUID lookup, `name` and `datacenter_id`
|
|
1121
|
+
:param _builtins.str uuid: Specify this field for a UUID lookup, `name` and `datacenter_id`
|
|
1122
1122
|
are not required if this is specified.
|
|
1123
1123
|
"""
|
|
1124
1124
|
__args__ = dict()
|