From e4bb63179edac6752622e460854f6e2298db1a70 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 24 Apr 2018 11:47:46 +0200 Subject: Constants for virtId --- src/main/java/org/openslx/thrifthelper/TConst.java | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/main/java/org/openslx/thrifthelper/TConst.java (limited to 'src/main/java/org/openslx/thrifthelper') diff --git a/src/main/java/org/openslx/thrifthelper/TConst.java b/src/main/java/org/openslx/thrifthelper/TConst.java new file mode 100644 index 0000000..2ff902e --- /dev/null +++ b/src/main/java/org/openslx/thrifthelper/TConst.java @@ -0,0 +1,13 @@ +package org.openslx.thrifthelper; + +public class TConst +{ + + /* + * Fort virtId in e.g. Virtualizer class, ImageBase etc. + */ + public static final String VIRT_VMWARE = "vmware"; + public static final String VIRT_VIRTUALBOX = "virtualbox"; + public static final String VIRT_QEMU = "qemukvm"; + +} -- cgit v1.2.3-55-g7522