pulumi-vsphere 4.16.0a1755919665__py3-none-any.whl → 4.17.0a1763072299__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.
@@ -110,8 +110,7 @@ class VirtualMachineArgs:
110
110
  :param pulumi.Input['VirtualMachineCloneArgs'] clone: A specification for cloning a virtual machine from template.
111
111
  :param pulumi.Input[_builtins.bool] cpu_hot_add_enabled: Allow CPUs to be added to this virtual machine while it is running.
112
112
  :param pulumi.Input[_builtins.bool] cpu_hot_remove_enabled: Allow CPUs to be added to this virtual machine while it is running.
113
- :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
114
- resources.
113
+ :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
115
114
  :param pulumi.Input[_builtins.bool] cpu_performance_counters_enabled: Enable CPU performance counters on this virtual machine.
116
115
  :param pulumi.Input[_builtins.int] cpu_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
117
116
  :param pulumi.Input[_builtins.int] cpu_share_count: The amount of shares to allocate to cpu for a custom share level.
@@ -119,15 +118,13 @@ class VirtualMachineArgs:
119
118
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
120
119
  :param pulumi.Input[_builtins.str] datacenter_id: The ID of the datacenter where the VM is to be created.
121
120
  :param pulumi.Input[_builtins.str] datastore_cluster_id: The ID of a datastore cluster to put the virtual machine in.
122
- :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
123
- disks that are created without datastores.
121
+ :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
124
122
  :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]] disks: A specification for a virtual disk device on this virtual machine.
125
123
  :param pulumi.Input[_builtins.bool] efi_secure_boot_enabled: When the boot type set in firmware is efi, this enables EFI secure boot.
126
124
  :param pulumi.Input[_builtins.bool] enable_disk_uuid: Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
127
125
  :param pulumi.Input[_builtins.bool] enable_logging: Enable logging on this virtual machine.
128
126
  :param pulumi.Input[_builtins.str] ept_rvi_mode: The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
129
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
130
- configuration, such as instance metadata, or configuration data for OVF images.
127
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
131
128
  :param pulumi.Input[_builtins.bool] extra_config_reboot_required: Allow the virtual machine to be rebooted when a change to `extra_config` occurs.
132
129
  :param pulumi.Input[_builtins.str] firmware: The firmware interface to use on the virtual machine. Can be one of bios or efi.
133
130
  :param pulumi.Input[_builtins.str] folder: The name of the folder to locate the virtual machine in.
@@ -137,25 +134,19 @@ class VirtualMachineArgs:
137
134
  :param pulumi.Input[_builtins.str] host_system_id: The ID of an optional host system to pin the virtual machine to.
138
135
  :param pulumi.Input[_builtins.str] hv_mode: The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
139
136
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ignored_guest_ips: List of IP addresses and CIDR networks to ignore while waiting for an IP
140
- :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
141
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
142
- devices. Can be one of low, normal, medium, or high.
137
+ :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
143
138
  :param pulumi.Input[_builtins.int] memory: The size of the virtual machine's memory, in MB.
144
139
  :param pulumi.Input[_builtins.bool] memory_hot_add_enabled: Allow memory to be added to this virtual machine while it is running.
145
- :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
146
- resources.
140
+ :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
147
141
  :param pulumi.Input[_builtins.int] memory_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
148
- :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
149
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
150
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
142
+ :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
151
143
  :param pulumi.Input[_builtins.int] memory_share_count: The amount of shares to allocate to memory for a custom share level.
152
144
  :param pulumi.Input[_builtins.str] memory_share_level: The allocation level for memory resources. Can be one of high, low, normal, or custom.
153
145
  :param pulumi.Input[_builtins.int] migrate_wait_timeout: The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
154
146
  :param pulumi.Input[_builtins.str] name: The name of this virtual machine.
155
147
  :param pulumi.Input[_builtins.bool] nested_hv_enabled: Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
156
148
  :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineNetworkInterfaceArgs']]] network_interfaces: A specification for a virtual NIC on this virtual machine.
157
- :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
158
- must be evenly divisible by this value.
149
+ :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
159
150
  :param pulumi.Input[_builtins.int] num_cpus: The number of virtual processors to assign to this virtual machine.
160
151
  :param pulumi.Input['VirtualMachineOvfDeployArgs'] ovf_deploy: A specification for deploying a virtual machine from ovf/ova template.
161
152
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] pci_device_ids: A list of PCI passthrough devices
@@ -171,23 +162,17 @@ class VirtualMachineArgs:
171
162
  :param pulumi.Input[_builtins.int] shutdown_wait_timeout: The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
172
163
  :param pulumi.Input[_builtins.str] storage_policy_id: The ID of the storage policy to assign to the virtual machine home directory.
173
164
  :param pulumi.Input[_builtins.str] swap_placement_policy: The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
174
- :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
175
- synchronized on startup and resume. Requires VMware Tools to be installed.
176
- :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
177
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
165
+ :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
166
+ :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
178
167
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
179
168
  :param pulumi.Input[_builtins.str] tools_upgrade_policy: Set the upgrade policy for VMware Tools. Can be one of `manual` or `upgradeAtPowerCycle`.
180
169
  :param pulumi.Input['VirtualMachineVappArgs'] vapp: vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
181
170
  :param pulumi.Input[_builtins.bool] vbs_enabled: Flag to specify if Virtualization-based security is enabled for this virtual machine.
182
171
  :param pulumi.Input['VirtualMachineVtpmArgs'] vtpm: A specification for a virtual Trusted Platform Module (TPM) device on the virtual machine.
183
- :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
184
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
185
- :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
186
- disables the waiter.
187
- :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
188
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
189
- :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
190
- disables the waiter.
172
+ :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
173
+ :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
174
+ :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
175
+ :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
191
176
  """
192
177
  pulumi.set(__self__, "resource_pool_id", resource_pool_id)
193
178
  if alternate_guest_name is not None:
@@ -467,8 +452,7 @@ class VirtualMachineArgs:
467
452
  @pulumi.getter(name="cpuLimit")
468
453
  def cpu_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
469
454
  """
470
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
471
- resources.
455
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
472
456
  """
473
457
  return pulumi.get(self, "cpu_limit")
474
458
 
@@ -564,8 +548,7 @@ class VirtualMachineArgs:
564
548
  @pulumi.getter(name="datastoreId")
565
549
  def datastore_id(self) -> Optional[pulumi.Input[_builtins.str]]:
566
550
  """
567
- The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
568
- disks that are created without datastores.
551
+ The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
569
552
  """
570
553
  return pulumi.get(self, "datastore_id")
571
554
 
@@ -637,8 +620,7 @@ class VirtualMachineArgs:
637
620
  @pulumi.getter(name="extraConfig")
638
621
  def extra_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
639
622
  """
640
- Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
641
- configuration, such as instance metadata, or configuration data for OVF images.
623
+ Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
642
624
  """
643
625
  return pulumi.get(self, "extra_config")
644
626
 
@@ -767,9 +749,7 @@ class VirtualMachineArgs:
767
749
  @pulumi.getter(name="latencySensitivity")
768
750
  def latency_sensitivity(self) -> Optional[pulumi.Input[_builtins.str]]:
769
751
  """
770
- Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
771
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
772
- devices. Can be one of low, normal, medium, or high.
752
+ Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
773
753
  """
774
754
  return pulumi.get(self, "latency_sensitivity")
775
755
 
@@ -805,8 +785,7 @@ class VirtualMachineArgs:
805
785
  @pulumi.getter(name="memoryLimit")
806
786
  def memory_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
807
787
  """
808
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
809
- resources.
788
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
810
789
  """
811
790
  return pulumi.get(self, "memory_limit")
812
791
 
@@ -830,9 +809,7 @@ class VirtualMachineArgs:
830
809
  @pulumi.getter(name="memoryReservationLockedToMax")
831
810
  def memory_reservation_locked_to_max(self) -> Optional[pulumi.Input[_builtins.bool]]:
832
811
  """
833
- If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
834
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
835
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
812
+ If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
836
813
  """
837
814
  return pulumi.get(self, "memory_reservation_locked_to_max")
838
815
 
@@ -916,8 +893,7 @@ class VirtualMachineArgs:
916
893
  @pulumi.getter(name="numCoresPerSocket")
917
894
  def num_cores_per_socket(self) -> Optional[pulumi.Input[_builtins.int]]:
918
895
  """
919
- The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
920
- must be evenly divisible by this value.
896
+ The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
921
897
  """
922
898
  return pulumi.get(self, "num_cores_per_socket")
923
899
 
@@ -1136,8 +1112,7 @@ class VirtualMachineArgs:
1136
1112
  @pulumi.getter(name="syncTimeWithHost")
1137
1113
  def sync_time_with_host(self) -> Optional[pulumi.Input[_builtins.bool]]:
1138
1114
  """
1139
- Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
1140
- synchronized on startup and resume. Requires VMware Tools to be installed.
1115
+ Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
1141
1116
  """
1142
1117
  return pulumi.get(self, "sync_time_with_host")
1143
1118
 
@@ -1149,8 +1124,7 @@ class VirtualMachineArgs:
1149
1124
  @pulumi.getter(name="syncTimeWithHostPeriodically")
1150
1125
  def sync_time_with_host_periodically(self) -> Optional[pulumi.Input[_builtins.bool]]:
1151
1126
  """
1152
- Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
1153
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
1127
+ Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
1154
1128
  """
1155
1129
  return pulumi.get(self, "sync_time_with_host_periodically")
1156
1130
 
@@ -1222,8 +1196,7 @@ class VirtualMachineArgs:
1222
1196
  @pulumi.getter(name="vvtdEnabled")
1223
1197
  def vvtd_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
1224
1198
  """
1225
- Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
1226
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
1199
+ Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
1227
1200
  """
1228
1201
  return pulumi.get(self, "vvtd_enabled")
1229
1202
 
@@ -1235,8 +1208,7 @@ class VirtualMachineArgs:
1235
1208
  @pulumi.getter(name="waitForGuestIpTimeout")
1236
1209
  def wait_for_guest_ip_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
1237
1210
  """
1238
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
1239
- disables the waiter.
1211
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
1240
1212
  """
1241
1213
  return pulumi.get(self, "wait_for_guest_ip_timeout")
1242
1214
 
@@ -1248,8 +1220,7 @@ class VirtualMachineArgs:
1248
1220
  @pulumi.getter(name="waitForGuestNetRoutable")
1249
1221
  def wait_for_guest_net_routable(self) -> Optional[pulumi.Input[_builtins.bool]]:
1250
1222
  """
1251
- Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
1252
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
1223
+ Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
1253
1224
  """
1254
1225
  return pulumi.get(self, "wait_for_guest_net_routable")
1255
1226
 
@@ -1261,8 +1232,7 @@ class VirtualMachineArgs:
1261
1232
  @pulumi.getter(name="waitForGuestNetTimeout")
1262
1233
  def wait_for_guest_net_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
1263
1234
  """
1264
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
1265
- disables the waiter.
1235
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
1266
1236
  """
1267
1237
  return pulumi.get(self, "wait_for_guest_net_timeout")
1268
1238
 
@@ -1374,8 +1344,7 @@ class _VirtualMachineState:
1374
1344
  :param pulumi.Input['VirtualMachineCloneArgs'] clone: A specification for cloning a virtual machine from template.
1375
1345
  :param pulumi.Input[_builtins.bool] cpu_hot_add_enabled: Allow CPUs to be added to this virtual machine while it is running.
1376
1346
  :param pulumi.Input[_builtins.bool] cpu_hot_remove_enabled: Allow CPUs to be added to this virtual machine while it is running.
1377
- :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
1378
- resources.
1347
+ :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
1379
1348
  :param pulumi.Input[_builtins.bool] cpu_performance_counters_enabled: Enable CPU performance counters on this virtual machine.
1380
1349
  :param pulumi.Input[_builtins.int] cpu_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
1381
1350
  :param pulumi.Input[_builtins.int] cpu_share_count: The amount of shares to allocate to cpu for a custom share level.
@@ -1383,16 +1352,14 @@ class _VirtualMachineState:
1383
1352
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
1384
1353
  :param pulumi.Input[_builtins.str] datacenter_id: The ID of the datacenter where the VM is to be created.
1385
1354
  :param pulumi.Input[_builtins.str] datastore_cluster_id: The ID of a datastore cluster to put the virtual machine in.
1386
- :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
1387
- disks that are created without datastores.
1355
+ :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
1388
1356
  :param pulumi.Input[_builtins.str] default_ip_address: The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
1389
1357
  :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineDiskArgs']]] disks: A specification for a virtual disk device on this virtual machine.
1390
1358
  :param pulumi.Input[_builtins.bool] efi_secure_boot_enabled: When the boot type set in firmware is efi, this enables EFI secure boot.
1391
1359
  :param pulumi.Input[_builtins.bool] enable_disk_uuid: Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
1392
1360
  :param pulumi.Input[_builtins.bool] enable_logging: Enable logging on this virtual machine.
1393
1361
  :param pulumi.Input[_builtins.str] ept_rvi_mode: The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
1394
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
1395
- configuration, such as instance metadata, or configuration data for OVF images.
1362
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
1396
1363
  :param pulumi.Input[_builtins.bool] extra_config_reboot_required: Allow the virtual machine to be rebooted when a change to `extra_config` occurs.
1397
1364
  :param pulumi.Input[_builtins.str] firmware: The firmware interface to use on the virtual machine. Can be one of bios or efi.
1398
1365
  :param pulumi.Input[_builtins.str] folder: The name of the folder to locate the virtual machine in.
@@ -1404,17 +1371,12 @@ class _VirtualMachineState:
1404
1371
  :param pulumi.Input[_builtins.str] hv_mode: The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
1405
1372
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ignored_guest_ips: List of IP addresses and CIDR networks to ignore while waiting for an IP
1406
1373
  :param pulumi.Input[_builtins.bool] imported: Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
1407
- :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
1408
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
1409
- devices. Can be one of low, normal, medium, or high.
1374
+ :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
1410
1375
  :param pulumi.Input[_builtins.int] memory: The size of the virtual machine's memory, in MB.
1411
1376
  :param pulumi.Input[_builtins.bool] memory_hot_add_enabled: Allow memory to be added to this virtual machine while it is running.
1412
- :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
1413
- resources.
1377
+ :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
1414
1378
  :param pulumi.Input[_builtins.int] memory_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
1415
- :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
1416
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
1417
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
1379
+ :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
1418
1380
  :param pulumi.Input[_builtins.int] memory_share_count: The amount of shares to allocate to memory for a custom share level.
1419
1381
  :param pulumi.Input[_builtins.str] memory_share_level: The allocation level for memory resources. Can be one of high, low, normal, or custom.
1420
1382
  :param pulumi.Input[_builtins.int] migrate_wait_timeout: The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
@@ -1422,8 +1384,7 @@ class _VirtualMachineState:
1422
1384
  :param pulumi.Input[_builtins.str] name: The name of this virtual machine.
1423
1385
  :param pulumi.Input[_builtins.bool] nested_hv_enabled: Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
1424
1386
  :param pulumi.Input[Sequence[pulumi.Input['VirtualMachineNetworkInterfaceArgs']]] network_interfaces: A specification for a virtual NIC on this virtual machine.
1425
- :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
1426
- must be evenly divisible by this value.
1387
+ :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
1427
1388
  :param pulumi.Input[_builtins.int] num_cpus: The number of virtual processors to assign to this virtual machine.
1428
1389
  :param pulumi.Input['VirtualMachineOvfDeployArgs'] ovf_deploy: A specification for deploying a virtual machine from ovf/ova template.
1429
1390
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] pci_device_ids: A list of PCI passthrough devices
@@ -1441,10 +1402,8 @@ class _VirtualMachineState:
1441
1402
  :param pulumi.Input[_builtins.int] shutdown_wait_timeout: The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
1442
1403
  :param pulumi.Input[_builtins.str] storage_policy_id: The ID of the storage policy to assign to the virtual machine home directory.
1443
1404
  :param pulumi.Input[_builtins.str] swap_placement_policy: The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
1444
- :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
1445
- synchronized on startup and resume. Requires VMware Tools to be installed.
1446
- :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
1447
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
1405
+ :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
1406
+ :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
1448
1407
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
1449
1408
  :param pulumi.Input[_builtins.str] tools_upgrade_policy: Set the upgrade policy for VMware Tools. Can be one of `manual` or `upgradeAtPowerCycle`.
1450
1409
  :param pulumi.Input[_builtins.str] uuid: The UUID of the virtual machine. Also exposed as the `id` of the resource.
@@ -1454,14 +1413,10 @@ class _VirtualMachineState:
1454
1413
  :param pulumi.Input[_builtins.str] vmware_tools_status: The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
1455
1414
  :param pulumi.Input[_builtins.str] vmx_path: The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
1456
1415
  :param pulumi.Input['VirtualMachineVtpmArgs'] vtpm: A specification for a virtual Trusted Platform Module (TPM) device on the virtual machine.
1457
- :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
1458
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
1459
- :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
1460
- disables the waiter.
1461
- :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
1462
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
1463
- :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
1464
- disables the waiter.
1416
+ :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
1417
+ :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
1418
+ :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
1419
+ :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
1465
1420
  """
1466
1421
  if alternate_guest_name is not None:
1467
1422
  pulumi.set(__self__, "alternate_guest_name", alternate_guest_name)
@@ -1764,8 +1719,7 @@ class _VirtualMachineState:
1764
1719
  @pulumi.getter(name="cpuLimit")
1765
1720
  def cpu_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
1766
1721
  """
1767
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
1768
- resources.
1722
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
1769
1723
  """
1770
1724
  return pulumi.get(self, "cpu_limit")
1771
1725
 
@@ -1861,8 +1815,7 @@ class _VirtualMachineState:
1861
1815
  @pulumi.getter(name="datastoreId")
1862
1816
  def datastore_id(self) -> Optional[pulumi.Input[_builtins.str]]:
1863
1817
  """
1864
- The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
1865
- disks that are created without datastores.
1818
+ The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
1866
1819
  """
1867
1820
  return pulumi.get(self, "datastore_id")
1868
1821
 
@@ -1946,8 +1899,7 @@ class _VirtualMachineState:
1946
1899
  @pulumi.getter(name="extraConfig")
1947
1900
  def extra_config(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
1948
1901
  """
1949
- Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
1950
- configuration, such as instance metadata, or configuration data for OVF images.
1902
+ Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
1951
1903
  """
1952
1904
  return pulumi.get(self, "extra_config")
1953
1905
 
@@ -2100,9 +2052,7 @@ class _VirtualMachineState:
2100
2052
  @pulumi.getter(name="latencySensitivity")
2101
2053
  def latency_sensitivity(self) -> Optional[pulumi.Input[_builtins.str]]:
2102
2054
  """
2103
- Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
2104
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
2105
- devices. Can be one of low, normal, medium, or high.
2055
+ Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
2106
2056
  """
2107
2057
  return pulumi.get(self, "latency_sensitivity")
2108
2058
 
@@ -2138,8 +2088,7 @@ class _VirtualMachineState:
2138
2088
  @pulumi.getter(name="memoryLimit")
2139
2089
  def memory_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
2140
2090
  """
2141
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
2142
- resources.
2091
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
2143
2092
  """
2144
2093
  return pulumi.get(self, "memory_limit")
2145
2094
 
@@ -2163,9 +2112,7 @@ class _VirtualMachineState:
2163
2112
  @pulumi.getter(name="memoryReservationLockedToMax")
2164
2113
  def memory_reservation_locked_to_max(self) -> Optional[pulumi.Input[_builtins.bool]]:
2165
2114
  """
2166
- If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
2167
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
2168
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
2115
+ If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
2169
2116
  """
2170
2117
  return pulumi.get(self, "memory_reservation_locked_to_max")
2171
2118
 
@@ -2261,8 +2208,7 @@ class _VirtualMachineState:
2261
2208
  @pulumi.getter(name="numCoresPerSocket")
2262
2209
  def num_cores_per_socket(self) -> Optional[pulumi.Input[_builtins.int]]:
2263
2210
  """
2264
- The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
2265
- must be evenly divisible by this value.
2211
+ The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
2266
2212
  """
2267
2213
  return pulumi.get(self, "num_cores_per_socket")
2268
2214
 
@@ -2514,8 +2460,7 @@ class _VirtualMachineState:
2514
2460
  @pulumi.getter(name="syncTimeWithHost")
2515
2461
  def sync_time_with_host(self) -> Optional[pulumi.Input[_builtins.bool]]:
2516
2462
  """
2517
- Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
2518
- synchronized on startup and resume. Requires VMware Tools to be installed.
2463
+ Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
2519
2464
  """
2520
2465
  return pulumi.get(self, "sync_time_with_host")
2521
2466
 
@@ -2527,8 +2472,7 @@ class _VirtualMachineState:
2527
2472
  @pulumi.getter(name="syncTimeWithHostPeriodically")
2528
2473
  def sync_time_with_host_periodically(self) -> Optional[pulumi.Input[_builtins.bool]]:
2529
2474
  """
2530
- Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
2531
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
2475
+ Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
2532
2476
  """
2533
2477
  return pulumi.get(self, "sync_time_with_host_periodically")
2534
2478
 
@@ -2648,8 +2592,7 @@ class _VirtualMachineState:
2648
2592
  @pulumi.getter(name="vvtdEnabled")
2649
2593
  def vvtd_enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
2650
2594
  """
2651
- Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
2652
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
2595
+ Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
2653
2596
  """
2654
2597
  return pulumi.get(self, "vvtd_enabled")
2655
2598
 
@@ -2661,8 +2604,7 @@ class _VirtualMachineState:
2661
2604
  @pulumi.getter(name="waitForGuestIpTimeout")
2662
2605
  def wait_for_guest_ip_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
2663
2606
  """
2664
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
2665
- disables the waiter.
2607
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
2666
2608
  """
2667
2609
  return pulumi.get(self, "wait_for_guest_ip_timeout")
2668
2610
 
@@ -2674,8 +2616,7 @@ class _VirtualMachineState:
2674
2616
  @pulumi.getter(name="waitForGuestNetRoutable")
2675
2617
  def wait_for_guest_net_routable(self) -> Optional[pulumi.Input[_builtins.bool]]:
2676
2618
  """
2677
- Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
2678
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
2619
+ Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
2679
2620
  """
2680
2621
  return pulumi.get(self, "wait_for_guest_net_routable")
2681
2622
 
@@ -2687,8 +2628,7 @@ class _VirtualMachineState:
2687
2628
  @pulumi.getter(name="waitForGuestNetTimeout")
2688
2629
  def wait_for_guest_net_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
2689
2630
  """
2690
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
2691
- disables the waiter.
2631
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
2692
2632
  """
2693
2633
  return pulumi.get(self, "wait_for_guest_net_timeout")
2694
2634
 
@@ -2817,8 +2757,7 @@ class VirtualMachine(pulumi.CustomResource):
2817
2757
  :param pulumi.Input[Union['VirtualMachineCloneArgs', 'VirtualMachineCloneArgsDict']] clone: A specification for cloning a virtual machine from template.
2818
2758
  :param pulumi.Input[_builtins.bool] cpu_hot_add_enabled: Allow CPUs to be added to this virtual machine while it is running.
2819
2759
  :param pulumi.Input[_builtins.bool] cpu_hot_remove_enabled: Allow CPUs to be added to this virtual machine while it is running.
2820
- :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
2821
- resources.
2760
+ :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
2822
2761
  :param pulumi.Input[_builtins.bool] cpu_performance_counters_enabled: Enable CPU performance counters on this virtual machine.
2823
2762
  :param pulumi.Input[_builtins.int] cpu_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
2824
2763
  :param pulumi.Input[_builtins.int] cpu_share_count: The amount of shares to allocate to cpu for a custom share level.
@@ -2826,15 +2765,13 @@ class VirtualMachine(pulumi.CustomResource):
2826
2765
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
2827
2766
  :param pulumi.Input[_builtins.str] datacenter_id: The ID of the datacenter where the VM is to be created.
2828
2767
  :param pulumi.Input[_builtins.str] datastore_cluster_id: The ID of a datastore cluster to put the virtual machine in.
2829
- :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
2830
- disks that are created without datastores.
2768
+ :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
2831
2769
  :param pulumi.Input[Sequence[pulumi.Input[Union['VirtualMachineDiskArgs', 'VirtualMachineDiskArgsDict']]]] disks: A specification for a virtual disk device on this virtual machine.
2832
2770
  :param pulumi.Input[_builtins.bool] efi_secure_boot_enabled: When the boot type set in firmware is efi, this enables EFI secure boot.
2833
2771
  :param pulumi.Input[_builtins.bool] enable_disk_uuid: Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
2834
2772
  :param pulumi.Input[_builtins.bool] enable_logging: Enable logging on this virtual machine.
2835
2773
  :param pulumi.Input[_builtins.str] ept_rvi_mode: The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
2836
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
2837
- configuration, such as instance metadata, or configuration data for OVF images.
2774
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
2838
2775
  :param pulumi.Input[_builtins.bool] extra_config_reboot_required: Allow the virtual machine to be rebooted when a change to `extra_config` occurs.
2839
2776
  :param pulumi.Input[_builtins.str] firmware: The firmware interface to use on the virtual machine. Can be one of bios or efi.
2840
2777
  :param pulumi.Input[_builtins.str] folder: The name of the folder to locate the virtual machine in.
@@ -2844,25 +2781,19 @@ class VirtualMachine(pulumi.CustomResource):
2844
2781
  :param pulumi.Input[_builtins.str] host_system_id: The ID of an optional host system to pin the virtual machine to.
2845
2782
  :param pulumi.Input[_builtins.str] hv_mode: The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
2846
2783
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ignored_guest_ips: List of IP addresses and CIDR networks to ignore while waiting for an IP
2847
- :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
2848
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
2849
- devices. Can be one of low, normal, medium, or high.
2784
+ :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
2850
2785
  :param pulumi.Input[_builtins.int] memory: The size of the virtual machine's memory, in MB.
2851
2786
  :param pulumi.Input[_builtins.bool] memory_hot_add_enabled: Allow memory to be added to this virtual machine while it is running.
2852
- :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
2853
- resources.
2787
+ :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
2854
2788
  :param pulumi.Input[_builtins.int] memory_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
2855
- :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
2856
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
2857
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
2789
+ :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
2858
2790
  :param pulumi.Input[_builtins.int] memory_share_count: The amount of shares to allocate to memory for a custom share level.
2859
2791
  :param pulumi.Input[_builtins.str] memory_share_level: The allocation level for memory resources. Can be one of high, low, normal, or custom.
2860
2792
  :param pulumi.Input[_builtins.int] migrate_wait_timeout: The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
2861
2793
  :param pulumi.Input[_builtins.str] name: The name of this virtual machine.
2862
2794
  :param pulumi.Input[_builtins.bool] nested_hv_enabled: Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
2863
2795
  :param pulumi.Input[Sequence[pulumi.Input[Union['VirtualMachineNetworkInterfaceArgs', 'VirtualMachineNetworkInterfaceArgsDict']]]] network_interfaces: A specification for a virtual NIC on this virtual machine.
2864
- :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
2865
- must be evenly divisible by this value.
2796
+ :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
2866
2797
  :param pulumi.Input[_builtins.int] num_cpus: The number of virtual processors to assign to this virtual machine.
2867
2798
  :param pulumi.Input[Union['VirtualMachineOvfDeployArgs', 'VirtualMachineOvfDeployArgsDict']] ovf_deploy: A specification for deploying a virtual machine from ovf/ova template.
2868
2799
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] pci_device_ids: A list of PCI passthrough devices
@@ -2879,23 +2810,17 @@ class VirtualMachine(pulumi.CustomResource):
2879
2810
  :param pulumi.Input[_builtins.int] shutdown_wait_timeout: The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
2880
2811
  :param pulumi.Input[_builtins.str] storage_policy_id: The ID of the storage policy to assign to the virtual machine home directory.
2881
2812
  :param pulumi.Input[_builtins.str] swap_placement_policy: The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
2882
- :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
2883
- synchronized on startup and resume. Requires VMware Tools to be installed.
2884
- :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
2885
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
2813
+ :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
2814
+ :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
2886
2815
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
2887
2816
  :param pulumi.Input[_builtins.str] tools_upgrade_policy: Set the upgrade policy for VMware Tools. Can be one of `manual` or `upgradeAtPowerCycle`.
2888
2817
  :param pulumi.Input[Union['VirtualMachineVappArgs', 'VirtualMachineVappArgsDict']] vapp: vApp configuration data for this virtual machine. Can be used to provide configuration data for OVF images.
2889
2818
  :param pulumi.Input[_builtins.bool] vbs_enabled: Flag to specify if Virtualization-based security is enabled for this virtual machine.
2890
2819
  :param pulumi.Input[Union['VirtualMachineVtpmArgs', 'VirtualMachineVtpmArgsDict']] vtpm: A specification for a virtual Trusted Platform Module (TPM) device on the virtual machine.
2891
- :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
2892
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
2893
- :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
2894
- disables the waiter.
2895
- :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
2896
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
2897
- :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
2898
- disables the waiter.
2820
+ :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
2821
+ :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
2822
+ :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
2823
+ :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
2899
2824
  """
2900
2825
  ...
2901
2826
  @overload
@@ -3234,8 +3159,7 @@ class VirtualMachine(pulumi.CustomResource):
3234
3159
  :param pulumi.Input[Union['VirtualMachineCloneArgs', 'VirtualMachineCloneArgsDict']] clone: A specification for cloning a virtual machine from template.
3235
3160
  :param pulumi.Input[_builtins.bool] cpu_hot_add_enabled: Allow CPUs to be added to this virtual machine while it is running.
3236
3161
  :param pulumi.Input[_builtins.bool] cpu_hot_remove_enabled: Allow CPUs to be added to this virtual machine while it is running.
3237
- :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
3238
- resources.
3162
+ :param pulumi.Input[_builtins.int] cpu_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
3239
3163
  :param pulumi.Input[_builtins.bool] cpu_performance_counters_enabled: Enable CPU performance counters on this virtual machine.
3240
3164
  :param pulumi.Input[_builtins.int] cpu_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
3241
3165
  :param pulumi.Input[_builtins.int] cpu_share_count: The amount of shares to allocate to cpu for a custom share level.
@@ -3243,16 +3167,14 @@ class VirtualMachine(pulumi.CustomResource):
3243
3167
  :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
3244
3168
  :param pulumi.Input[_builtins.str] datacenter_id: The ID of the datacenter where the VM is to be created.
3245
3169
  :param pulumi.Input[_builtins.str] datastore_cluster_id: The ID of a datastore cluster to put the virtual machine in.
3246
- :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
3247
- disks that are created without datastores.
3170
+ :param pulumi.Input[_builtins.str] datastore_id: The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
3248
3171
  :param pulumi.Input[_builtins.str] default_ip_address: The IP address selected by the provider to be used with any provisioners configured on this resource. When possible, this is the first IPv4 address that is reachable through the default gateway configured on the machine, then the first reachable IPv6 address, and then the first general discovered address if neither exists. If VMware Tools is not running on the virtual machine, or if the virtual machine is powered off, this value will be blank.
3249
3172
  :param pulumi.Input[Sequence[pulumi.Input[Union['VirtualMachineDiskArgs', 'VirtualMachineDiskArgsDict']]]] disks: A specification for a virtual disk device on this virtual machine.
3250
3173
  :param pulumi.Input[_builtins.bool] efi_secure_boot_enabled: When the boot type set in firmware is efi, this enables EFI secure boot.
3251
3174
  :param pulumi.Input[_builtins.bool] enable_disk_uuid: Expose the UUIDs of attached virtual disks to the virtual machine, allowing access to them in the guest.
3252
3175
  :param pulumi.Input[_builtins.bool] enable_logging: Enable logging on this virtual machine.
3253
3176
  :param pulumi.Input[_builtins.str] ept_rvi_mode: The EPT/RVI (hardware memory virtualization) setting for this virtual machine. Can be one of automatic, on, or off.
3254
- :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
3255
- configuration, such as instance metadata, or configuration data for OVF images.
3177
+ :param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] extra_config: Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
3256
3178
  :param pulumi.Input[_builtins.bool] extra_config_reboot_required: Allow the virtual machine to be rebooted when a change to `extra_config` occurs.
3257
3179
  :param pulumi.Input[_builtins.str] firmware: The firmware interface to use on the virtual machine. Can be one of bios or efi.
3258
3180
  :param pulumi.Input[_builtins.str] folder: The name of the folder to locate the virtual machine in.
@@ -3264,17 +3186,12 @@ class VirtualMachine(pulumi.CustomResource):
3264
3186
  :param pulumi.Input[_builtins.str] hv_mode: The (non-nested) hardware virtualization setting for this virtual machine. Can be one of hvAuto, hvOn, or hvOff.
3265
3187
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] ignored_guest_ips: List of IP addresses and CIDR networks to ignore while waiting for an IP
3266
3188
  :param pulumi.Input[_builtins.bool] imported: Indicates if the virtual machine resource has been imported, or if the state has been migrated from a previous version of the resource. It influences the behavior of the first post-import apply operation. See the section on importing below.
3267
- :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
3268
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
3269
- devices. Can be one of low, normal, medium, or high.
3189
+ :param pulumi.Input[_builtins.str] latency_sensitivity: Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
3270
3190
  :param pulumi.Input[_builtins.int] memory: The size of the virtual machine's memory, in MB.
3271
3191
  :param pulumi.Input[_builtins.bool] memory_hot_add_enabled: Allow memory to be added to this virtual machine while it is running.
3272
- :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
3273
- resources.
3192
+ :param pulumi.Input[_builtins.int] memory_limit: The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
3274
3193
  :param pulumi.Input[_builtins.int] memory_reservation: The amount of memory (in MB) or CPU (in MHz) that this virtual machine is guaranteed.
3275
- :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
3276
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
3277
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
3194
+ :param pulumi.Input[_builtins.bool] memory_reservation_locked_to_max: If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
3278
3195
  :param pulumi.Input[_builtins.int] memory_share_count: The amount of shares to allocate to memory for a custom share level.
3279
3196
  :param pulumi.Input[_builtins.str] memory_share_level: The allocation level for memory resources. Can be one of high, low, normal, or custom.
3280
3197
  :param pulumi.Input[_builtins.int] migrate_wait_timeout: The amount of time, in minutes, to wait for a vMotion operation to complete before failing.
@@ -3282,8 +3199,7 @@ class VirtualMachine(pulumi.CustomResource):
3282
3199
  :param pulumi.Input[_builtins.str] name: The name of this virtual machine.
3283
3200
  :param pulumi.Input[_builtins.bool] nested_hv_enabled: Enable nested hardware virtualization on this virtual machine, facilitating nested virtualization in the guest.
3284
3201
  :param pulumi.Input[Sequence[pulumi.Input[Union['VirtualMachineNetworkInterfaceArgs', 'VirtualMachineNetworkInterfaceArgsDict']]]] network_interfaces: A specification for a virtual NIC on this virtual machine.
3285
- :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
3286
- must be evenly divisible by this value.
3202
+ :param pulumi.Input[_builtins.int] num_cores_per_socket: The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
3287
3203
  :param pulumi.Input[_builtins.int] num_cpus: The number of virtual processors to assign to this virtual machine.
3288
3204
  :param pulumi.Input[Union['VirtualMachineOvfDeployArgs', 'VirtualMachineOvfDeployArgsDict']] ovf_deploy: A specification for deploying a virtual machine from ovf/ova template.
3289
3205
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] pci_device_ids: A list of PCI passthrough devices
@@ -3301,10 +3217,8 @@ class VirtualMachine(pulumi.CustomResource):
3301
3217
  :param pulumi.Input[_builtins.int] shutdown_wait_timeout: The amount of time, in minutes, to wait for shutdown when making necessary updates to the virtual machine.
3302
3218
  :param pulumi.Input[_builtins.str] storage_policy_id: The ID of the storage policy to assign to the virtual machine home directory.
3303
3219
  :param pulumi.Input[_builtins.str] swap_placement_policy: The swap file placement policy for this virtual machine. Can be one of inherit, hostLocal, or vmDirectory.
3304
- :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
3305
- synchronized on startup and resume. Requires VMware Tools to be installed.
3306
- :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
3307
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
3220
+ :param pulumi.Input[_builtins.bool] sync_time_with_host: Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
3221
+ :param pulumi.Input[_builtins.bool] sync_time_with_host_periodically: Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
3308
3222
  :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: A list of tag IDs to apply to this object.
3309
3223
  :param pulumi.Input[_builtins.str] tools_upgrade_policy: Set the upgrade policy for VMware Tools. Can be one of `manual` or `upgradeAtPowerCycle`.
3310
3224
  :param pulumi.Input[_builtins.str] uuid: The UUID of the virtual machine. Also exposed as the `id` of the resource.
@@ -3314,14 +3228,10 @@ class VirtualMachine(pulumi.CustomResource):
3314
3228
  :param pulumi.Input[_builtins.str] vmware_tools_status: The state of VMware Tools in the guest. This will determine the proper course of action for some device operations.
3315
3229
  :param pulumi.Input[_builtins.str] vmx_path: The path of the virtual machine configuration file on the datastore in which the virtual machine is placed.
3316
3230
  :param pulumi.Input[Union['VirtualMachineVtpmArgs', 'VirtualMachineVtpmArgsDict']] vtpm: A specification for a virtual Trusted Platform Module (TPM) device on the virtual machine.
3317
- :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
3318
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
3319
- :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
3320
- disables the waiter.
3321
- :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
3322
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
3323
- :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
3324
- disables the waiter.
3231
+ :param pulumi.Input[_builtins.bool] vvtd_enabled: Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
3232
+ :param pulumi.Input[_builtins.int] wait_for_guest_ip_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
3233
+ :param pulumi.Input[_builtins.bool] wait_for_guest_net_routable: Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
3234
+ :param pulumi.Input[_builtins.int] wait_for_guest_net_timeout: The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
3325
3235
  """
3326
3236
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
3327
3237
 
@@ -3501,8 +3411,7 @@ class VirtualMachine(pulumi.CustomResource):
3501
3411
  @pulumi.getter(name="cpuLimit")
3502
3412
  def cpu_limit(self) -> pulumi.Output[Optional[_builtins.int]]:
3503
3413
  """
3504
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
3505
- resources.
3414
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
3506
3415
  """
3507
3416
  return pulumi.get(self, "cpu_limit")
3508
3417
 
@@ -3566,8 +3475,7 @@ class VirtualMachine(pulumi.CustomResource):
3566
3475
  @pulumi.getter(name="datastoreId")
3567
3476
  def datastore_id(self) -> pulumi.Output[_builtins.str]:
3568
3477
  """
3569
- The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual
3570
- disks that are created without datastores.
3478
+ The ID of the virtual machine's datastore. The virtual machine configuration is placed here, along with any virtual disks that are created without datastores.
3571
3479
  """
3572
3480
  return pulumi.get(self, "datastore_id")
3573
3481
 
@@ -3623,8 +3531,7 @@ class VirtualMachine(pulumi.CustomResource):
3623
3531
  @pulumi.getter(name="extraConfig")
3624
3532
  def extra_config(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
3625
3533
  """
3626
- Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in
3627
- configuration, such as instance metadata, or configuration data for OVF images.
3534
+ Extra configuration data for this virtual machine. Can be used to supply advanced parameters not normally in configuration, such as instance metadata, or configuration data for OVF images.
3628
3535
  """
3629
3536
  return pulumi.get(self, "extra_config")
3630
3537
 
@@ -3725,9 +3632,7 @@ class VirtualMachine(pulumi.CustomResource):
3725
3632
  @pulumi.getter(name="latencySensitivity")
3726
3633
  def latency_sensitivity(self) -> pulumi.Output[Optional[_builtins.str]]:
3727
3634
  """
3728
- Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower
3729
- latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard
3730
- devices. Can be one of low, normal, medium, or high.
3635
+ Controls the scheduling delay of the virtual machine. Use a higher sensitivity for applications that require lower latency, such as VOIP, media player applications, or applications that require frequent access to mouse or keyboard devices. Can be one of low, normal, medium, or high.
3731
3636
  """
3732
3637
  return pulumi.get(self, "latency_sensitivity")
3733
3638
 
@@ -3751,8 +3656,7 @@ class VirtualMachine(pulumi.CustomResource):
3751
3656
  @pulumi.getter(name="memoryLimit")
3752
3657
  def memory_limit(self) -> pulumi.Output[Optional[_builtins.int]]:
3753
3658
  """
3754
- The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available
3755
- resources.
3659
+ The maximum amount of memory (in MB) or CPU (in MHz) that this virtual machine can consume, regardless of available resources.
3756
3660
  """
3757
3661
  return pulumi.get(self, "memory_limit")
3758
3662
 
@@ -3768,9 +3672,7 @@ class VirtualMachine(pulumi.CustomResource):
3768
3672
  @pulumi.getter(name="memoryReservationLockedToMax")
3769
3673
  def memory_reservation_locked_to_max(self) -> pulumi.Output[Optional[_builtins.bool]]:
3770
3674
  """
3771
- If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory
3772
- size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature
3773
- may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
3675
+ If set true, memory resource reservation for this virtual machine will always be equal to the virtual machine's memory size;increases in memory size will be rejected when a corresponding reservation increase is not possible. This feature may only be enabled if it is currently possible to reserve all of the virtual machine's memory.
3774
3676
  """
3775
3677
  return pulumi.get(self, "memory_reservation_locked_to_max")
3776
3678
 
@@ -3834,8 +3736,7 @@ class VirtualMachine(pulumi.CustomResource):
3834
3736
  @pulumi.getter(name="numCoresPerSocket")
3835
3737
  def num_cores_per_socket(self) -> pulumi.Output[Optional[_builtins.int]]:
3836
3738
  """
3837
- The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus
3838
- must be evenly divisible by this value.
3739
+ The number of cores to distribute amongst the CPUs in this virtual machine. If specified, the value supplied to num_cpus must be evenly divisible by this value.
3839
3740
  """
3840
3741
  return pulumi.get(self, "num_cores_per_socket")
3841
3742
 
@@ -3999,8 +3900,7 @@ class VirtualMachine(pulumi.CustomResource):
3999
3900
  @pulumi.getter(name="syncTimeWithHost")
4000
3901
  def sync_time_with_host(self) -> pulumi.Output[Optional[_builtins.bool]]:
4001
3902
  """
4002
- Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is
4003
- synchronized on startup and resume. Requires VMware Tools to be installed.
3903
+ Enable guest clock synchronization with the host. On vSphere 7.0 U1 and above, with only this setting the clock is synchronized on startup and resume. Requires VMware Tools to be installed.
4004
3904
  """
4005
3905
  return pulumi.get(self, "sync_time_with_host")
4006
3906
 
@@ -4008,8 +3908,7 @@ class VirtualMachine(pulumi.CustomResource):
4008
3908
  @pulumi.getter(name="syncTimeWithHostPeriodically")
4009
3909
  def sync_time_with_host_periodically(self) -> pulumi.Output[Optional[_builtins.bool]]:
4010
3910
  """
4011
- Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions
4012
- setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
3911
+ Enable periodic clock synchronization with the host. Supported only on vSphere 7.0 U1 and above. On prior versions setting `sync_time_with_host` is enough for periodic synchronization. Requires VMware Tools to be installed.
4013
3912
  """
4014
3913
  return pulumi.get(self, "sync_time_with_host_periodically")
4015
3914
 
@@ -4089,8 +3988,7 @@ class VirtualMachine(pulumi.CustomResource):
4089
3988
  @pulumi.getter(name="vvtdEnabled")
4090
3989
  def vvtd_enabled(self) -> pulumi.Output[Optional[_builtins.bool]]:
4091
3990
  """
4092
- Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD
4093
- I/O Virtualization (AMD-Vi or IOMMU), is enabled.
3991
+ Flag to specify if I/O MMU virtualization, also called Intel Virtualization Technology for Directed I/O (VT-d) and AMD I/O Virtualization (AMD-Vi or IOMMU), is enabled.
4094
3992
  """
4095
3993
  return pulumi.get(self, "vvtd_enabled")
4096
3994
 
@@ -4098,8 +3996,7 @@ class VirtualMachine(pulumi.CustomResource):
4098
3996
  @pulumi.getter(name="waitForGuestIpTimeout")
4099
3997
  def wait_for_guest_ip_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
4100
3998
  """
4101
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
4102
- disables the waiter.
3999
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
4103
4000
  """
4104
4001
  return pulumi.get(self, "wait_for_guest_ip_timeout")
4105
4002
 
@@ -4107,8 +4004,7 @@ class VirtualMachine(pulumi.CustomResource):
4107
4004
  @pulumi.getter(name="waitForGuestNetRoutable")
4108
4005
  def wait_for_guest_net_routable(self) -> pulumi.Output[Optional[_builtins.bool]]:
4109
4006
  """
4110
- Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for
4111
- a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
4007
+ Controls whether or not the guest network waiter waits for a routable address. When false, the waiter does not wait for a default gateway, nor are IP addresses checked against any discovered default gateways as part of its success criteria.
4112
4008
  """
4113
4009
  return pulumi.get(self, "wait_for_guest_net_routable")
4114
4010
 
@@ -4116,8 +4012,7 @@ class VirtualMachine(pulumi.CustomResource):
4116
4012
  @pulumi.getter(name="waitForGuestNetTimeout")
4117
4013
  def wait_for_guest_net_timeout(self) -> pulumi.Output[Optional[_builtins.int]]:
4118
4014
  """
4119
- The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1
4120
- disables the waiter.
4015
+ The amount of time, in minutes, to wait for an available IP address on this virtual machine. A value less than 1 disables the waiter.
4121
4016
  """
4122
4017
  return pulumi.get(self, "wait_for_guest_net_timeout")
4123
4018