Hostsvc/datastore/capabilities: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== hostsvc/datastore/capabilities ==== Usage: List the capabilities supported by the datastore system. category: Vimsh)
 
No edit summary
 
Line 1: Line 1:
==== hostsvc/datastore/capabilities ====
==== hostsvc/datastore/capabilities ====
Usage: List the capabilities supported by the datastore system.
Usage: List the capabilities supported by the datastore system.
==== example output ====
# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/datastore/capabilities
(vim.host.DatastoreSystem.Capabilities) {
    dynamicType = <unset>,
    nfsMountCreationRequired = true,
    nfsMountCreationSupported = true,
    localDatastoreSupported = false,
}


[[category: Vimsh]]
[[category: Vimsh]]

Latest revision as of 04:00, 5 January 2009

hostsvc/datastore/capabilities

Usage: List the capabilities supported by the datastore system.

example output

# vmware-vim-cmd -H 10.10.10.10 -U root -P password /hostsvc/datastore/capabilities
(vim.host.DatastoreSystem.Capabilities) {
   dynamicType = <unset>,
   nfsMountCreationRequired = true,
   nfsMountCreationSupported = true,
   localDatastoreSupported = false,
}