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

14 lines
246 B
Groovy
Raw Normal View History

2020-08-07 14:27:42 +00:00
package biz.nellemann.hmci.pojo
import groovy.transform.ToString
@ToString
class ServerUtil {
2020-08-08 11:24:48 +00:00
2020-08-07 14:27:42 +00:00
ServerProcessor processor
ServerMemory memory
2020-08-08 11:24:48 +00:00
PhysicalProcessorPool physicalProcessorPool
SharedProcessorPool sharedProcessorPool
2020-08-07 14:27:42 +00:00
}