Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostNUMA
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostNUMA
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class DedicatedHostNUMA extends com.ibm.cloud.sdk.core.service.model.GenericModel
The dedicated host NUMA configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getCount()
Gets the count.List<DedicatedHostNUMANode>
getNodes()
Gets the nodes.
-
-
-
Method Detail
-
getCount
public Long getCount()
Gets the count. The total number of NUMA nodes for this dedicated host.- Returns:
- the count
-
getNodes
public List<DedicatedHostNUMANode> getNodes()
Gets the nodes. The NUMA nodes for this dedicated host.- Returns:
- the nodes
-
-