Package com.vmware.vim25
Class KernelModuleInfo
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.KernelModuleInfo
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintbooleanintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetId()getName()intbooleanbooleanisLoaded()voidsetBssSection(KernelModuleSectionInfo bssSection) voidsetDataSection(KernelModuleSectionInfo dataSection) voidsetEnabled(boolean enabled) voidsetFilename(String filename) voidsetId(int id) voidsetLoaded(boolean loaded) voidvoidsetOptionString(String optionString) voidsetReadOnlySection(KernelModuleSectionInfo readOnlySection) voidsetTextSection(KernelModuleSectionInfo textSection) voidsetUseCount(int useCount) voidsetVersion(String version) voidsetWritableSection(KernelModuleSectionInfo writableSection) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
id
public int id -
name
-
version
-
filename
-
optionString
-
loaded
public boolean loaded -
enabled
public boolean enabled -
useCount
public int useCount -
readOnlySection
-
writableSection
-
textSection
-
dataSection
-
bssSection
-
-
Constructor Details
-
KernelModuleInfo
public KernelModuleInfo()
-
-
Method Details
-
getId
public int getId() -
getName
-
getVersion
-
getFilename
-
getOptionString
-
isLoaded
public boolean isLoaded() -
isEnabled
public boolean isEnabled() -
getUseCount
public int getUseCount() -
getReadOnlySection
-
getWritableSection
-
getTextSection
-
getDataSection
-
getBssSection
-
setId
public void setId(int id) -
setName
-
setVersion
-
setFilename
-
setOptionString
-
setLoaded
public void setLoaded(boolean loaded) -
setEnabled
public void setEnabled(boolean enabled) -
setUseCount
public void setUseCount(int useCount) -
setReadOnlySection
-
setWritableSection
-
setTextSection
-
setDataSection
-
setBssSection
-