org.jclouds.softlayer.compute.functions.internal
Class OperatingSystems
java.lang.Object
org.jclouds.softlayer.compute.functions.internal.OperatingSystems
public class OperatingSystems
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CENTOS
protected static final String CENTOS
- See Also:
- Constant Field Values
DEBIAN
protected static final String DEBIAN
- See Also:
- Constant Field Values
RHEL
protected static final String RHEL
- See Also:
- Constant Field Values
UBUNTU
protected static final String UBUNTU
- See Also:
- Constant Field Values
WINDOWS
protected static final String WINDOWS
- See Also:
- Constant Field Values
CLOUD_LINUX
protected static final String CLOUD_LINUX
- See Also:
- Constant Field Values
VYATTACE
protected static final String VYATTACE
- See Also:
- Constant Field Values
OperatingSystems
public OperatingSystems()
osFamily
public static com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamily> osFamily()
bits
public static com.google.common.base.Function<String,Integer> bits()
version
public static com.google.common.base.Function<String,String> version()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.