Vmsvc/get.capability: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh vmsvc/get.capability ==== Usage: get.capability vmid Get list of capabilities for virtual machine. Category: Vimsh |
No edit summary |
||
Line 3: | Line 3: | ||
Get list of capabilities for virtual machine. | Get list of capabilities for virtual machine. | ||
==== Example output ==== | |||
[/]$ vmsvc/get.capability 4400 | |||
(vim.vm.Capability) { | |||
dynamicType = <unset>, | |||
snapshotOperationsSupported = true, | |||
multipleSnapshotsSupported = true, | |||
snapshotConfigSupported = true, | |||
poweredOffSnapshotsSupported = true, | |||
memorySnapshotsSupported = true, | |||
revertToSnapshotSupported = true, | |||
quiescedSnapshotsSupported = true, | |||
disableSnapshotsSupported = false, | |||
lockSnapshotsSupported = false, | |||
consolePreferencesSupported = true, | |||
cpuFeatureMaskSupported = true, | |||
s1AcpiManagementSupported = true, | |||
settingScreenResolutionSupported = false, | |||
toolsAutoUpdateSupported = true, | |||
vmNpivWwnSupported = true, | |||
npivWwnOnNonRdmVmSupported = false, | |||
swapPlacementSupported = true, | |||
toolsSyncTimeSupported = true, | |||
virtualMmuUsageSupported = true, | |||
diskSharesSupported = true, | |||
bootOptionsSupported = true, | |||
settingVideoRamSizeSupported = true, | |||
} | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Revision as of 11:52, 17 December 2008
vimsh vmsvc/get.capability
Usage: get.capability vmid
Get list of capabilities for virtual machine.
Example output
[/]$ vmsvc/get.capability 4400 (vim.vm.Capability) { dynamicType = <unset>, snapshotOperationsSupported = true, multipleSnapshotsSupported = true, snapshotConfigSupported = true, poweredOffSnapshotsSupported = true, memorySnapshotsSupported = true, revertToSnapshotSupported = true, quiescedSnapshotsSupported = true, disableSnapshotsSupported = false, lockSnapshotsSupported = false, consolePreferencesSupported = true, cpuFeatureMaskSupported = true, s1AcpiManagementSupported = true, settingScreenResolutionSupported = false, toolsAutoUpdateSupported = true, vmNpivWwnSupported = true, npivWwnOnNonRdmVmSupported = false, swapPlacementSupported = true, toolsSyncTimeSupported = true, virtualMmuUsageSupported = true, diskSharesSupported = true, bootOptionsSupported = true, settingVideoRamSizeSupported = true, }