Files
deb-python-pyvmomi/docs/vim/action/MethodAction.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

554 B

vim.action.MethodAction

This data object type defines an operation and its arguments, invoked on a particular entity.

extends

vim.action.Action

Attributes:

name (str):

Name of the operation.

argument ([vim.action.MethodActionArgument], optional):

An array consisting of the arguments for the operation.