Vmsvc/get.networks: Difference between revisions

From VI-Toolkit
Jump to navigation Jump to search
(New page: ==== vimsh vmsvc/get.networks ==== Usage: get.networks vmid Show the list of networks for this virtual machine. Category: Vimsh)
 
No edit summary
Line 3: Line 3:


Show the list of networks for this virtual machine.
Show the list of networks for this virtual machine.
==== example output ====
[/]$ vmsvc/get.networks 4400
Networks:
(vim.Network.Summary) {
    dynamicType = <unset>,
    network = 'vim.Network:HaNetwork-Virtual Machines Network',
    name = "Virtual Machines Network",
    accessible = true,
}


[[Category: Vimsh]]
[[Category: Vimsh]]

Revision as of 12:00, 17 December 2008

vimsh vmsvc/get.networks

Usage: get.networks vmid

Show the list of networks for this virtual machine.

example output

[/]$ vmsvc/get.networks 4400
Networks:

(vim.Network.Summary) {
   dynamicType = <unset>,
   network = 'vim.Network:HaNetwork-Virtual Machines Network',
   name = "Virtual Machines Network",
   accessible = true,
}