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

vim.host.TpmSoftwareComponentEventDetails

Details of a Trusted Platform Module (TPM) event recording a software component related event.This event is created when measuring a software component installed on the system. A software component may be a tardisk, a kernel module or any other type supported by the package system.Some software components are not packaged as VIBs (currently the package database and persistent state information of ESXi). For these components the VIB fields will contain empty strings.

extends

vim.host.TpmEventDetails

since

vSphere API 5.1

Attributes:

componentName (str):

Name of the software component that caused this TPM event.

vibName (str):

Name of the VIB containing the software component.

vibVersion (str):

Version of the VIB containing the software component.

vibVendor (str):

Vendor of the VIB containing the software component.