Files
deb-python-pyvmomi/docs/vim/HttpNfcLease/HostInfo.rst
Shawn Hartsock 15f7be9a52 pyVmomi reStructured Text Documentation
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
2014-06-17 14:07:42 -04:00

885 B

vim.HttpNfcLease.HostInfo

Contains information about how to connect to a given host.

extends

vmodl.DynamicData

since

vSphere API 4.1

Attributes:

url (str):

The host url will be of the formhttps://hostname/nfc/ticket id/The url can be used for both POST requests to a single device and for multi-POST requests to multiple devices. A single-POST URL is formed by adding the target id to the hostUrl:https://hostname/nfc/ticket id/target ida multi-POST URL looks likehttps://hostname/nfc/ticket id/multi?targets=id1,id2,id3,...

sslThumbprint (str):

SSL thumbprint for the host the URL refers to. Empty if no SSL thumbprint is available or needed.