
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
1.8 KiB
1.8 KiB
vim.vm.device.VirtualDevice.URIBackingInfo
The VirtualDeviceURIBackingInfo data object type defines information for using a network socket as backing for a virtual device.
- extends
- since
- Attributes:
-
serviceURI (str):
- Identifies the local host or a system on the network, depending on the value of direction .
-
- If you use the virtual machine as a server, the URI identifies the host on which the virtual machine runs. In this case, the host name part of the URI should be empty, or it should specify the address of the local host.
- If you use the virtual machine as a client, the URI identifies the remote system on the network.
direction (str):
The direction of the connection. For possible values see VirtualDeviceURIBackingOptionDirection
proxyURI (str, optional):
Identifies a proxy service that provides network access to the serviceURI . If you specify a proxy URI, the virtual machine initiates a connection with the proxy service and forwards the serviceURI and direction to the proxy.