java.lang.Object
org.jclouds.softlayer.compute.functions.internal.OperatingSystems
public class OperatingSystems
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
CENTOS
protected static final String CENTOS
- See Also:
-
-
DEBIAN
protected static final String DEBIAN
- See Also:
-
-
RHEL
protected static final String RHEL
- See Also:
-
-
UBUNTU
protected static final String UBUNTU
- See Also:
-
-
WINDOWS
protected static final String WINDOWS
- See Also:
-
-
CLOUD_LINUX
protected static final String CLOUD_LINUX
- See Also:
-
-
VYATTACE
protected static final String VYATTACE
- See Also:
-
-
Constructor Details
-
OperatingSystems
public OperatingSystems()
-
Method Details
-
osFamily
public static com.google.common.base.Function<String,OsFamily> osFamily()
-
bits
public static com.google.common.base.Function<String,Integer> bits()
-
version
public static com.google.common.base.Function<String,String> version()