
This external documentation for pyVmomi was generated using Googly Docs (aka Google Standard Documentation) which renders very cleanly in GitHub. Internal documentation for a class should be done in Sphinx format because tools like pyCharm and Eclipse can use that documentation as a hint for code completion. Note: External docs as Googly Docs, internal docs as Sphinx. Closes bug#15
27 lines
1.2 KiB
ReStructuredText
27 lines
1.2 KiB
ReStructuredText
.. _client: ../../../../vim/vm/device/VirtualDeviceOption/URIBackingOption/Direction.rst#client
|
|
|
|
.. _server: ../../../../vim/vm/device/VirtualDeviceOption/URIBackingOption/Direction.rst#server
|
|
|
|
.. _vSphere API 4.1: ../../../../vim/version.rst#vimversionversion6
|
|
|
|
.. _vim.option.ChoiceOption: ../../../../vim/option/ChoiceOption.rst
|
|
|
|
.. _vim.vm.device.VirtualDeviceOption.BackingOption: ../../../../vim/vm/device/VirtualDeviceOption/BackingOption.rst
|
|
|
|
|
|
vim.vm.device.VirtualDeviceOption.URIBackingOption
|
|
==================================================
|
|
The URIBackingOption data object type describes network communication options for virtual devices. When establishing a connection with a remote system on the network, the virtual machine can act as a server or a client. When the virtual machine acts as a server, it accepts a connection. When the virtual machine acts as a client, it initiates the connection.
|
|
:extends: vim.vm.device.VirtualDeviceOption.BackingOption_
|
|
:since: `vSphere API 4.1`_
|
|
|
|
Attributes:
|
|
directions (`vim.option.ChoiceOption`_):
|
|
|
|
List of possible directions. Valid directions are:
|
|
* `server`_
|
|
*
|
|
* `client`_
|
|
*
|
|
*
|