Files
deb-python-pyvmomi/docs/vim/event/VmWwnChangedEvent.rst
Shawn Hartsock c83651f5be pyvmomi RST docs do not properly show lists
Fixes RST documents to include list mark up when appropriate.

closes: https://github.com/vmware/pyvmomi/issues/76
2014-08-13 14:49:24 -04:00

626 B

vim.event.VmWwnChangedEvent

This event records a change in a virtual machine's WWN (World Wide Name).

extends

vim.event.VmEvent

since

VI API 2.5

Attributes:

oldNodeWwns ([long], optional):

The old node WWN.

oldPortWwns ([long], optional):

The old port WWN.

newNodeWwns ([long], optional):

The new node WWN.

newPortWwns ([long], optional):

The new port WWN.