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

14 lines
262 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class ServerProcessor {
List<BigDecimal> totalProcUnits
List<BigDecimal> utilizedProcUnits
List<BigDecimal> availableProcUnits
List<BigDecimal> configurableProcUnits
}