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

Details of a Trusted Platform Module (TPM) event recording kernel security option passed at boot time and currently in effect.This event type exists to simplify parsing of the security-related information by internal and third-party solutions. Each boot option may be passed to kernel multiple times and/or in different forms. Replicating the parsing logic of the kernel would be neither convinient, nor secure for the client applications.Each instance of this event reports details of a single security-related boot option, as set in the kernel.

extends

vim.host.TpmEventDetails

since

vSphere API 5.1

Attributes:

bootSecurityOption (str):

Security-related options string, reflecting the state of an option set in the kernel.This string is in the form of a KEY=VALUE pair.