Uses of Class
org.jclouds.cim.OSType

Packages that use OSType
org.jclouds.cim   
org.jclouds.compute.domain   
 

Uses of OSType in org.jclouds.cim
 

Methods in org.jclouds.cim that return OSType
static OSType OSType.fromValue(int code)
           
static OSType OSType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OSType[] OSType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of OSType in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return OSType
 OSType CIMOperatingSystem.getOsType()
          CIM OSType of the image
 

Methods in org.jclouds.compute.domain with parameters of type OSType
 CIMOperatingSystem.Builder CIMOperatingSystem.Builder.osType(OSType osType)
           
 

Constructors in org.jclouds.compute.domain with parameters of type OSType
CIMOperatingSystem(OsFamily family, String name, String version, String arch, String description, boolean is64Bit, OSType osType)
           
CIMOperatingSystem(OSType osType, String version, String arch, String description)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.