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

1.0 KiB

vim.host.TpmOptionEventDetails

Details of a Trusted Platform Module (TPM) event recording boot-time options.The boot-time options set on the system are packaged into a file that is supplied to the kernel at boot time. The boot options may be a string of key=value pairs (possibly separated by a new line) or a blob of arbitrary data.

extends

vim.host.TpmEventDetails

since

vSphere API 5.1

Attributes:

optionsFileName (str):

Name of the file containing the boot options.

bootOptions (int, optional):

Options set by the boot option package.This array exposes the raw contents of the settings file (or files) that were passed to kernel during the boot up process, and, therefore, should be treated accordingly.