Package com.vmware.vim25
Class HostNumaNode
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostNumaNode
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionshort[]longlongbyteFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionshort[]getCpuID()longlongbytevoidsetCpuID(short[] cpuID) voidsetMemoryRangeBegin(long memoryRangeBegin) voidsetMemoryRangeLength(long memoryRangeLength) voidsetTypeId(byte typeId) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
typeId
public byte typeId -
cpuID
public short[] cpuID -
memoryRangeBegin
public long memoryRangeBegin -
memoryRangeLength
public long memoryRangeLength
-
-
Constructor Details
-
HostNumaNode
public HostNumaNode()
-
-
Method Details
-
getTypeId
public byte getTypeId() -
getCpuID
public short[] getCpuID() -
getMemoryRangeBegin
public long getMemoryRangeBegin() -
getMemoryRangeLength
public long getMemoryRangeLength() -
setTypeId
public void setTypeId(byte typeId) -
setCpuID
public void setCpuID(short[] cpuID) -
setMemoryRangeBegin
public void setMemoryRangeBegin(long memoryRangeBegin) -
setMemoryRangeLength
public void setMemoryRangeLength(long memoryRangeLength)
-