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

22 lines
312 B
Groovy

package biz.nellemann.hmci.pcm
import groovy.transform.ToString
@ToString
class LparUtil {
Integer id
String uuid
String name
String state
String type
String osType
Integer affinityScore
LparMemory memory
LparProcessor processor
Network network
Storage storage
}