⇨
SEND US FEEDBACK!
vSphere API/SDK Documentation
>
vSphere Management SDK
>
vSphere Web Services SDK Documentation
>
VMware vSphere API Reference
>
Enumerated Types
>
V
1
2
3
4
5
0 Ratings
Managed Object Types
Data Object Types
All Properties
All Methods
Enum - VirtualMachineFlagInfoVirtualMmuUsage(vim.vm.FlagInfo.VirtualMmuUsage)
Since
VI API 2.5
Enum Description
Set of possible values for
virtualMmuUsage
.
Enum Constants
Name
Description
automatic
Determine automatically whether to use nested page table hardware support.
off
Do not use nested page table hardware support.
on
Use nested paging hardware support if the physical hardware supports it.
Show WSDL type definition
<simpleType xmlns="http://www.w3.org/2001/XMLSchema" xmlns:vim25="urn:vim25" name="VirtualMachineFlagInfoVirtualMmuUsage"> <restriction base="xsd:string"> <enumeration value="automatic"/> <enumeration value="on"/> <enumeration value="off"/> </restriction> </simpleType>
Top of page
Managed Object Types
Data Object Types
All Properties
All Methods
Feedback
1
2
3
4
5
0 Ratings