Vmsvc/get.capability: Difference between revisions

From VI-Toolkit
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)
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:


Get list of capabilities for virtual machine.
Get list of capabilities for virtual machine.
You can use [[vmsvc/getallvms]] to retrieve the vmid
==== 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]]

Latest revision as of 12:53, 17 December 2008

vimsh vmsvc/get.capability

Usage: get.capability vmid

Get list of capabilities for virtual machine.

You can use vmsvc/getallvms to retrieve the vmid

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,
}