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

14 lines
242 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class ServerMemory {
List<BigDecimal> totalMem
List<BigDecimal> availableMem
List<BigDecimal> configurableMem
List<BigDecimal> assignedMemToLpars
}