Managed Object -
HostKernelModuleSystem(vim.host.KernelModuleSystem)
- Property of
-
HostConfigManager
- See also
-
KernelModuleInfo
- Since
- VI API 2.5u2
Managed Object Description
The KernelModuleSystem managed object controls the configuration
of kernel modules on the host.
Properties
Name
|
Type
|
Description
|
None |
Methods
QueryConfiguredModuleOptionString(queryConfiguredModuleOptionString)
Query the options 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.
- Required Privileges
- Host.Config.Settings
Parameters
Return Value
Type
|
Description
|
xsd:string | Option string to be passed to the kernel module at load time. |
Faults
Type
|
Description
|
NotFound | Thrown if the kernel module does not exist on the host. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
QueryModules(queryModules)
Query the set of modules on the host.
- Required Privileges
- Host.Config.Settings
- Since
- vSphere API 4.0
Parameters
Return Value
Faults
Type
|
Description
|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
UpdateModuleOptionString(updateModuleOptionString)
Specifies the options to be passed to the kernel module when loaded.
- Required Privileges
- Host.Config.Settings
Parameters
Name | Type | Description |
_this | ManagedObjectReference |
A reference to the
HostKernelModuleSystem
used to make the method call.
|
name | xsd:string |
Module name.
|
options | xsd:string |
Option string to be passed to the kernel module at
load time.
|
Return Value
Faults
Type
|
Description
|
NotFound | Thrown if the kernel module does not exist on the host. |
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Show WSDL type definition
© 2006-2016 VMware, Inc. All rights reserved.
Revision 15-Nov-2016 | Version 6.5