
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.7 KiB
vim.host.KernelModuleSystem.ModuleInfo
Information about a kernel module.
- extends
- since
- Attributes:
-
id (int):
Module ID.
name (str):
Module name.
version (str):
Version string.
filename (str):
Module filename, without the path.
optionString (str):
Option string configured to be passed to the kernel module when loaded. Note that this is not necessarily the option string currently in use by the kernel module.
loaded (bool):
Is the module loaded?
enabled (bool):
Is the module enabled?
useCount (int):
Number of references to this module.
readOnlySection (vim.host.KernelModuleSystem.ModuleInfo.SectionInfo):
Read-only section information.
writableSection (vim.host.KernelModuleSystem.ModuleInfo.SectionInfo):
Writable section information.
textSection (vim.host.KernelModuleSystem.ModuleInfo.SectionInfo):
Text section information.
dataSection (vim.host.KernelModuleSystem.ModuleInfo.SectionInfo):
Data section information.
bssSection (vim.host.KernelModuleSystem.ModuleInfo.SectionInfo):
BSS section information.