Uses of Class
org.jclouds.cloudsigma.domain.DriveType

Packages that use DriveType
org.jclouds.cloudsigma.domain   
 

Uses of DriveType in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return DriveType
static DriveType DriveType.fromValue(String type)
           
 DriveType DriveInfo.getType()
           
static DriveType DriveType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DriveType[] DriveType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.cloudsigma.domain with parameters of type DriveType
 DriveInfo.Builder DriveInfo.Builder.type(DriveType type)
           
 

Constructors in org.jclouds.cloudsigma.domain with parameters of type DriveType
DriveInfo(String uuid, String name, long size, ClaimType claimType, Iterable<String> tags, Iterable<String> readers, Iterable<String> use, DriveStatus status, String user, Set<String> claimed, String encryptionCipher, String imaging, DriveMetrics metrics, Boolean autoexpanding, Integer bits, String description, Iterable<String> driveType, String encryptionKey, Boolean free, String installNotes, String os, DriveType type, URI url)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.