org.jclouds.softlayer.compute.functions.internal
Class OperatingSystems

java.lang.Object
  extended by org.jclouds.softlayer.compute.functions.internal.OperatingSystems

public class OperatingSystems
extends Object


Field Summary
protected static String CENTOS
           
protected static String CLOUD_LINUX
           
protected static String DEBIAN
           
protected static String RHEL
           
protected static String UBUNTU
           
protected static String VYATTACE
           
protected static String WINDOWS
           
 
Constructor Summary
OperatingSystems()
           
 
Method Summary
static com.google.common.base.Function<String,Integer> bits()
           
static com.google.common.base.Function<String,org.jclouds.compute.domain.OsFamily> osFamily()
           
static com.google.common.base.Function<String,String> version()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

OperatingSystems

public OperatingSystems()
Method Detail

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.