com.hyper9.simdk.stubs.dao
Class HostHardwareSummary
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.HostHardwareSummary
- All Implemented Interfaces:
- Serializable
public class HostHardwareSummary
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
HostHardwareSummary
public HostHardwareSummary()
getVendor
public String getVendor()
setVendor
public void setVendor(String toSet)
getModel
public String getModel()
setModel
public void setModel(String toSet)
getUuid
public String getUuid()
setUuid
public void setUuid(String toSet)
getOtherIdentifyingInfo
public List<HostSystemIdentificationInfo> getOtherIdentifyingInfo()
setOtherIdentifyingInfo
public void setOtherIdentifyingInfo(List<HostSystemIdentificationInfo> toSet)
getMemorySize
public Long getMemorySize()
setMemorySize
public void setMemorySize(Long toSet)
getCpuModel
public String getCpuModel()
setCpuModel
public void setCpuModel(String toSet)
getCpuMhz
public Integer getCpuMhz()
setCpuMhz
public void setCpuMhz(Integer toSet)
getNumCpuPkgs
public Short getNumCpuPkgs()
setNumCpuPkgs
public void setNumCpuPkgs(Short toSet)
getNumCpuCores
public Short getNumCpuCores()
setNumCpuCores
public void setNumCpuCores(Short toSet)
getNumCpuThreads
public Short getNumCpuThreads()
setNumCpuThreads
public void setNumCpuThreads(Short toSet)
getNumNics
public Integer getNumNics()
setNumNics
public void setNumNics(Integer toSet)
getNumHBAs
public Integer getNumHBAs()
setNumHBAs
public void setNumHBAs(Integer toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.