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

19 lines
287 B
Java

package biz.nellemann.hmci.pcm;
public class LparUtil {
Integer id;
String uuid;
String name;
String state;
String type;
String osType;
Integer affinityScore;
LparMemory memory;
LparProcessor processor;
Network network;
Storage storage;
}