public class HostNumaInfo extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
HostNumaNode[] |
numaNode |
int |
numNodes |
String |
type |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostNumaInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostNumaNode[] |
getNumaNode() |
int |
getNumNodes() |
String |
getType() |
void |
setNumaNode(HostNumaNode[] numaNode) |
void |
setNumNodes(int numNodes) |
void |
setType(String type) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String type
public int numNodes
public HostNumaNode[] numaNode
public String getType()
public int getNumNodes()
public HostNumaNode[] getNumaNode()
public void setType(String type)
public void setNumNodes(int numNodes)
public void setNumaNode(HostNumaNode[] numaNode)
Copyright © 2011-2012. All Rights Reserved.