Data Object - KernelModuleInfo(vim.host.KernelModuleSystem.ModuleInfo)

Returned by
QueryModules
Extends
DynamicData
See also
KernelModuleSectionInfo
Since
vSphere API 4.0

Data Object Description

Information about a kernel module.

Properties

Name Type Description
bssSectionKernelModuleSectionInfo

BSS section information.
dataSectionKernelModuleSectionInfo

Data section information.
enabledxsd:boolean

Is the module enabled?
filenamexsd:string

Module filename, without the path.
idxsd:int

Module ID.
loadedxsd:boolean

Is the module loaded?
namexsd:string

Module name.
optionStringxsd:string

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.
readOnlySectionKernelModuleSectionInfo

Read-only section information.
textSectionKernelModuleSectionInfo

Text section information.
useCountxsd:int

Number of references to this module.
versionxsd:string

Version string.
writableSectionKernelModuleSectionInfo

Writable section information.
Properties inherited from DynamicData
None

Show WSDL type definition