hmci/src/main/groovy/biz/nellemann/hmci/pcm/ServerUtil.groovy

14 lines
251 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class ServerUtil {
ServerProcessor processor
ServerMemory memory
PhysicalProcessorPool physicalProcessorPool
List<SharedProcessorPool> sharedProcessorPool
}