vSphere Web Services API
| 
 | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods | 
Data Object - KernelModuleInfo(vim.host.KernelModuleSystem.ModuleInfo)
- Returned by
 - QueryModules
 - Extends
 - DynamicData
 - See also
 - KernelModuleSectionInfo
 - Since
 - vSphere API Release 4.0
 
Data Object Description
Information about a kernel module.Properties
| Name | Type | Description | 
|---|---|---|
| bssSection | KernelModuleSectionInfo | 
         BSS section information.
       | 
| dataSection | KernelModuleSectionInfo | 
         Data section information.
       | 
| enabled | xsd:boolean | 
         Is the module enabled?
       | 
| filename | xsd:string | 
         Module filename, without the path.
       | 
| id | xsd:int | 
         Module ID.
       | 
| loaded | xsd:boolean | 
         Is the module loaded?
       | 
| name | xsd:string | 
         Module name.
       | 
| optionString | xsd: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.
       | 
| readOnlySection | KernelModuleSectionInfo | 
         Read-only section information.
       | 
| textSection | KernelModuleSectionInfo | 
         Text section information.
       | 
| useCount | xsd:int | 
         Number of references to this module.
       | 
| version | xsd:string | 
         Version string.
       | 
| writableSection | KernelModuleSectionInfo | 
         Writable section information.
       | 
| Properties inherited from DynamicData | ||
| None | ||
Show WSDL type definition
| Top of page | Local Properties | ||
| Managed Object Types | Data Object Types | All Properties | All Methods |