Virtual Machine Get Capability
Information about the runtime capabilities of this virtual machine.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VirtualMachine/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"snapshotOperationsSupported": false,
"multipleSnapshotsSupported": false,
"snapshotConfigSupported": false,
"poweredOffSnapshotsSupported": false,
"memorySnapshotsSupported": false,
"revertToSnapshotSupported": false,
"quiescedSnapshotsSupported": false,
"disableSnapshotsSupported": false,
"lockSnapshotsSupported": false,
"consolePreferencesSupported": false,
"cpuFeatureMaskSupported": false,
"s1AcpiManagementSupported": false,
"settingScreenResolutionSupported": false,
"toolsAutoUpdateSupported": false,
"vmNpivWwnSupported": false,
"npivWwnOnNonRdmVmSupported": false,
"vmNpivWwnDisableSupported": false,
"vmNpivWwnUpdateSupported": false,
"swapPlacementSupported": false,
"toolsSyncTimeSupported": false,
"virtualMmuUsageSupported": false,
"diskSharesSupported": false,
"bootOptionsSupported": false,
"bootRetryOptionsSupported": false,
"settingVideoRamSizeSupported": false,
"settingDisplayTopologySupported": false,
"recordReplaySupported": false,
"changeTrackingSupported": false,
"multipleCoresPerSocketSupported": false,
"hostBasedReplicationSupported": false,
"guestAutoLockSupported": false,
"memoryReservationLockSupported": false,
"featureRequirementSupported": false,
"poweredOnMonitorTypeChangeSupported": false,
"seSparseDiskSupported": false,
"nestedHVSupported": false,
"vPMCSupported": false,
"secureBootSupported": false,
"perVmEvcSupported": false,
"virtualMmuUsageIgnored": false,
"virtualExecUsageIgnored": false,
"diskOnlySnapshotOnSuspendedVMSupported": false,
"suspendToMemorySupported": false,
"toolsSyncTimeAllowSupported": false,
"sevSupported": false,
"pmemFailoverSupported": false,
"requireSgxAttestationSupported": false,
"changeModeDisksSupported": false,
"vendorDeviceGroupSupported": false
}
Indicates whether or not a virtual machine supports snapshot operations.
Indicates whether or not a virtual machine supports multiple snapshots.
This value is not set when the virtual machine is unavailable, for instance, when it is being created or deleted.
Indicates whether or not a virtual machine supports snapshot config.
Indicates whether or not a virtual machine supports snapshot operations in poweredOff state.
This flag doesn't affect vim.VirtualMachine.GetSnapshot, which is always supported.
Indicates whether or not a virtual machine supports memory snapshots.
Indicates whether or not a virtual machine supports reverting to a snapshot.
Indicates whether or not a virtual machine supports quiesced snapshots.
Deprecated as of vSphere API 4.0. The value returned from the server is always false.
Indicates whether or not snapshots can be disabled.
Indicates whether or not the snapshot tree can be locked.
Indicates whether console preferences can be set for this virtual machine.
Indicates whether CPU feature requirements masks can be set for this virtual machine.
Masking for hardware version 9 and newer virtual machines is controlled by VirtualMachineCapability.featureRequirementSupported.
Indicates whether or not a virtual machine supports ACPI S1 settings management.
Indicates whether of not this virtual machine supports setting the screen resolution of the console window.
This capability depends on the guest operating system configured for this virtual machine.
Supports tools auto-update.
Supports virtual machine NPIV WWN.
Supports assigning NPIV WWN to virtual machines that don't have RDM disks.
Indicates whether the NPIV disabling operation is supported the virtual machine.
Indicates whether the update of NPIV WWNs are supported on the virtual machine.
Flag indicating whether the virtual machine has a configurable swapfile placement policy.
Indicates whether asking tools to sync time with the host is supported.
Indicates whether or not the use of nested page table hardware support can be explicitly set.
Indicates whether resource settings for disks can be applied to this virtual machine.
Indicates whether boot options can be configured for this virtual machine.
Indicates whether automatic boot retry can be configured for this virtual machine.
Flag indicating whether the video ram size of this virtual machine can be configured.
Indicates whether of not this virtual machine supports setting the display topology of the console window.
This capability depends on the guest operating system configured for this virtual machine.
Deprecated as of vSphere API 6.0.
Indicates whether record and replay functionality is supported on this virtual machine.
Indicates that change tracking is supported for virtual disks of this virtual machine.
However, even if change tracking is supported, it might not be available for all disks of the virtual machine. For example, passthru raw disk mappings or disks backed by any Ver1BackingInfo cannot be tracked.
Indicates whether multiple virtual cores per socket is supported on this VM.
Indicates that host based replication is supported on this virtual machine.
However, even if host based replication is supported, it might not be available for all disk types. For example, passthru raw disk mappings can not be replicated.
Indicates whether features like guest OS auto-lock and MKS connection controls are supported for this virtual machine.
Indicates whether memoryReservationLockedToMax may be set to true for this virtual machine.
Indicates whether featureRequirement feature is supported.
Indicates whether a monitor type change is supported while this virtual machine is in the poweredOn state.
Indicates whether this virtual machine supports the Flex-SE (space-efficient, sparse) format for virtual disks.
Indicates whether this virtual machine supports nested hardware-assisted virtualization.
Indicates whether this virtual machine supports virtualized CPU performance counters.
Indicates whether secureBoot is supported for this virtual machine.
Indicates whether this virtual machine supports Per-VM EVC mode.
Indicates that VirtualMachineFlagInfo.virtualMmuUsage is ignored by this virtual machine, always operating as if "on" was selected.
Indicates that VirtualMachineFlagInfo.virtualExecUsage is ignored by this virtual machine, always operating as if "hvOn" was selected.
Indicates whether this virtual machine supports creating disk-only snapshots in suspended state.
If this capability is not set, the snapshot of a virtual machine in suspended state will always include memory.
Indicates whether this virtual machine supports suspending to memory.
Since: vSphere API Release 7.0.2.0
Indicates support for allowing or disallowing all tools time sync with host.
Since: vSphere API Release 7.0.1.0
Indicates support for AMD-SEV (Secure Encrypted Virtualization).
SEV is supported when set to true, and unsupported otherwise.
Since: vSphere API Release 7.0.1.0
Indicates support for failover to a dfferent host on VM's with pmem.
Failover is supported when set to true, and unsupported otherwise.
Since: vSphere API Release 7.0.2.0
Whether the VM supports requiring SGX remote attestation.
Since: vSphere API Release 8.0.0.1
Indicates support for change mode on virtual disks
Since: vSphere API Release 8.0.0.1
Indicates support for Vendor Device Groups
Since: vSphere API Release 8.0.1.0