public class HostNumaInfo extends DynamicData
Java class for HostNumaInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostNumaInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="numNodes" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="numaNode" type="{urn:vim25}HostNumaNode" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostNumaNode> |
numaNode |
protected int |
numNodes |
protected String |
type |
| Constructor and Description |
|---|
HostNumaInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<HostNumaNode> |
getNumaNode()
Gets the value of the numaNode property.
|
int |
getNumNodes()
Gets the value of the numNodes property.
|
String |
getType()
Gets the value of the type property.
|
void |
setNumNodes(int value)
Sets the value of the numNodes property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected String type
protected int numNodes
protected List<HostNumaNode> numaNode
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic int getNumNodes()
public void setNumNodes(int value)
public List<HostNumaNode> getNumaNode()
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 numaNode property.
For example, to add a new item, do as follows:
getNumaNode().add(newItem);
Objects of the following type(s) are allowed in the list
HostNumaNode
Copyright © 2018. All rights reserved.