Class HostHardwareSummary

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

public class HostHardwareSummary extends DynamicData
See Also:
  • Field Details

    • vendor

      public String vendor
    • model

      public String model
    • uuid

      public String uuid
    • otherIdentifyingInfo

      public HostSystemIdentificationInfo[] otherIdentifyingInfo
    • memorySize

      public long memorySize
    • cpuModel

      public String cpuModel
    • cpuMhz

      public int cpuMhz
    • numCpuPkgs

      public short numCpuPkgs
    • numCpuCores

      public short numCpuCores
    • numCpuThreads

      public short numCpuThreads
    • numNics

      public int numNics
    • numHBAs

      public int numHBAs
  • Constructor Details

    • HostHardwareSummary

      public HostHardwareSummary()
  • Method Details

    • getVendor

      public String getVendor()
    • getModel

      public String getModel()
    • getUuid

      public String getUuid()
    • getOtherIdentifyingInfo

      public HostSystemIdentificationInfo[] getOtherIdentifyingInfo()
    • getMemorySize

      public long getMemorySize()
    • getCpuModel

      public String getCpuModel()
    • getCpuMhz

      public int getCpuMhz()
    • getNumCpuPkgs

      public short getNumCpuPkgs()
    • getNumCpuCores

      public short getNumCpuCores()
    • getNumCpuThreads

      public short getNumCpuThreads()
    • getNumNics

      public int getNumNics()
    • getNumHBAs

      public int getNumHBAs()
    • setVendor

      public void setVendor(String vendor)
    • setModel

      public void setModel(String model)
    • setUuid

      public void setUuid(String uuid)
    • setOtherIdentifyingInfo

      public void setOtherIdentifyingInfo(HostSystemIdentificationInfo[] otherIdentifyingInfo)
    • setMemorySize

      public void setMemorySize(long memorySize)
    • setCpuModel

      public void setCpuModel(String cpuModel)
    • setCpuMhz

      public void setCpuMhz(int cpuMhz)
    • setNumCpuPkgs

      public void setNumCpuPkgs(short numCpuPkgs)
    • setNumCpuCores

      public void setNumCpuCores(short numCpuCores)
    • setNumCpuThreads

      public void setNumCpuThreads(short numCpuThreads)
    • setNumNics

      public void setNumNics(int numNics)
    • setNumHBAs

      public void setNumHBAs(int numHBAs)