public class HostNumaNode extends DynamicData
Java class for HostNumaNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNumaNode">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="typeId" type="{http://www.w3.org/2001/XMLSchema}byte"/>
<element name="cpuID" type="{http://www.w3.org/2001/XMLSchema}short" maxOccurs="unbounded"/>
<element name="memoryRangeBegin" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="memoryRangeLength" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Short> |
cpuID |
protected long |
memoryRangeBegin |
protected long |
memoryRangeLength |
protected byte |
typeId |
| Constructor and Description |
|---|
HostNumaNode() |
| Modifier and Type | Method and Description |
|---|---|
List<Short> |
getCpuID()
Gets the value of the cpuID property.
|
long |
getMemoryRangeBegin()
Gets the value of the memoryRangeBegin property.
|
long |
getMemoryRangeLength()
Gets the value of the memoryRangeLength property.
|
byte |
getTypeId()
Gets the value of the typeId property.
|
void |
setMemoryRangeBegin(long value)
Sets the value of the memoryRangeBegin property.
|
void |
setMemoryRangeLength(long value)
Sets the value of the memoryRangeLength property.
|
void |
setTypeId(byte value)
Sets the value of the typeId property.
|
protected byte typeId
protected long memoryRangeBegin
protected long memoryRangeLength
public byte getTypeId()
public void setTypeId(byte value)
public List<Short> getCpuID()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cpuID property.
For example, to add a new item, do as follows:
getCpuID().add(newItem);
Objects of the following type(s) are allowed in the list
Short
public long getMemoryRangeBegin()
public void setMemoryRangeBegin(long value)
public long getMemoryRangeLength()
public void setMemoryRangeLength(long value)
Copyright © 2018. All rights reserved.