| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Properties
Name | Type | Description |
---|---|---|
None |
Methods
Methods defined in this Managed Object |
---|
QueryConfiguredModuleOptionString, QueryModules, UpdateModuleOptionString |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostKernelModuleSystem used to make the method call. |
name P | xsd:string |
Module name.
Since VI API 2.5u2 |
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
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostKernelModuleSystem used to make the method call. |
Return Value
Type | Description |
---|---|
KernelModuleInfo[] |
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
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the HostKernelModuleSystem used to make the method call. |
name P | xsd:string |
Module name.
Since VI API 2.5u2 |
options P | xsd:string |
Option string to be passed to the kernel module at
load time.
Since VI API 2.5u2 |
Return Value
Type | Description |
---|---|
None |
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
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |