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

12 lines
241 B
Groovy

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