Class KernelModuleInfo

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.KernelModuleInfo
All Implemented Interfaces:
Serializable

public class KernelModuleInfo extends DynamicData
See Also:
  • Field Details

  • Constructor Details

    • KernelModuleInfo

      public KernelModuleInfo()
  • Method Details

    • getId

      public int getId()
    • getName

      public String getName()
    • getVersion

      public String getVersion()
    • getFilename

      public String getFilename()
    • getOptionString

      public String getOptionString()
    • isLoaded

      public boolean isLoaded()
    • isEnabled

      public boolean isEnabled()
    • getUseCount

      public int getUseCount()
    • getReadOnlySection

      public KernelModuleSectionInfo getReadOnlySection()
    • getWritableSection

      public KernelModuleSectionInfo getWritableSection()
    • getTextSection

      public KernelModuleSectionInfo getTextSection()
    • getDataSection

      public KernelModuleSectionInfo getDataSection()
    • getBssSection

      public KernelModuleSectionInfo getBssSection()
    • setId

      public void setId(int id)
    • setName

      public void setName(String name)
    • setVersion

      public void setVersion(String version)
    • setFilename

      public void setFilename(String filename)
    • setOptionString

      public void setOptionString(String optionString)
    • setLoaded

      public void setLoaded(boolean loaded)
    • setEnabled

      public void setEnabled(boolean enabled)
    • setUseCount

      public void setUseCount(int useCount)
    • setReadOnlySection

      public void setReadOnlySection(KernelModuleSectionInfo readOnlySection)
    • setWritableSection

      public void setWritableSection(KernelModuleSectionInfo writableSection)
    • setTextSection

      public void setTextSection(KernelModuleSectionInfo textSection)
    • setDataSection

      public void setDataSection(KernelModuleSectionInfo dataSection)
    • setBssSection

      public void setBssSection(KernelModuleSectionInfo bssSection)