|
| 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 | xsd:string |
Module name.
|
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 | xsd:string |
Module name.
|
| options | xsd:string |
Option string to be passed to the kernel module at
load time.
|
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 |