Package com.ibm.cloud.is.vpc.v1.model
Class BareMetalServerCPU
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.BareMetalServerCPU
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class BareMetalServerCPU extends com.ibm.cloud.sdk.core.service.model.GenericModel
The bare metal server CPU configuration.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getArchitecture()
Gets the architecture.Long
getCoreCount()
Gets the coreCount.Long
getSocketCount()
Gets the socketCount.Long
getThreadsPerCore()
Gets the threadsPerCore.
-
-
-
Method Detail
-
getArchitecture
public String getArchitecture()
Gets the architecture. The CPU architecture.- Returns:
- the architecture
-
getCoreCount
public Long getCoreCount()
Gets the coreCount. The total number of cores.- Returns:
- the coreCount
-
getSocketCount
public Long getSocketCount()
Gets the socketCount. The total number of CPU sockets.- Returns:
- the socketCount
-
getThreadsPerCore
public Long getThreadsPerCore()
Gets the threadsPerCore. The total number of hardware threads per core.- Returns:
- the threadsPerCore
-
-