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

14 lines
246 B
Groovy

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