| Package | Description |
|---|---|
| com.vmware.vim25 |
| Modifier and Type | Field and Description |
|---|---|
protected KernelModuleSectionInfo |
KernelModuleInfo.bssSection |
protected KernelModuleSectionInfo |
KernelModuleInfo.dataSection |
protected KernelModuleSectionInfo |
KernelModuleInfo.readOnlySection |
protected KernelModuleSectionInfo |
KernelModuleInfo.textSection |
protected KernelModuleSectionInfo |
KernelModuleInfo.writableSection |
| Modifier and Type | Method and Description |
|---|---|
KernelModuleSectionInfo |
ObjectFactory.createKernelModuleSectionInfo()
Create an instance of
KernelModuleSectionInfo |
KernelModuleSectionInfo |
KernelModuleInfo.getBssSection()
Gets the value of the bssSection property.
|
KernelModuleSectionInfo |
KernelModuleInfo.getDataSection()
Gets the value of the dataSection property.
|
KernelModuleSectionInfo |
KernelModuleInfo.getReadOnlySection()
Gets the value of the readOnlySection property.
|
KernelModuleSectionInfo |
KernelModuleInfo.getTextSection()
Gets the value of the textSection property.
|
KernelModuleSectionInfo |
KernelModuleInfo.getWritableSection()
Gets the value of the writableSection property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
KernelModuleInfo.setBssSection(KernelModuleSectionInfo value)
Sets the value of the bssSection property.
|
void |
KernelModuleInfo.setDataSection(KernelModuleSectionInfo value)
Sets the value of the dataSection property.
|
void |
KernelModuleInfo.setReadOnlySection(KernelModuleSectionInfo value)
Sets the value of the readOnlySection property.
|
void |
KernelModuleInfo.setTextSection(KernelModuleSectionInfo value)
Sets the value of the textSection property.
|
void |
KernelModuleInfo.setWritableSection(KernelModuleSectionInfo value)
Sets the value of the writableSection property.
|
Copyright © 2018. All rights reserved.