Class 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 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