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

Packages that use DriveInfo
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudsigma.compute.config   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
org.jclouds.cloudsigma.predicates   
 

Uses of DriveInfo in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma that return DriveInfo
 DriveInfo CloudSigmaClient.cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options)
          Clone an existing drive.
 DriveInfo CloudSigmaClient.createDrive(Drive createDrive)
          create a new drive
 DriveInfo CloudSigmaClient.getDriveInfo(String uuid)
           
 DriveInfo CloudSigmaClient.setDriveData(String uuid, DriveData driveData)
          set extra drive data
 

Methods in org.jclouds.cloudsigma that return types with arguments of type DriveInfo
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.cloneDrive(String sourceUuid, String newName, CloneDriveOptions... options)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.createDrive(Drive createDrive)
           
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.getDriveInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> CloudSigmaAsyncClient.listDriveInfo()
           
 Set<? extends DriveInfo> CloudSigmaClient.listDriveInfo()
          Get all drives info
 com.google.common.util.concurrent.ListenableFuture<DriveInfo> CloudSigmaAsyncClient.setDriveData(String uuid, DriveData createDrive)
           
 

Uses of DriveInfo in org.jclouds.cloudsigma.compute
 

Methods in org.jclouds.cloudsigma.compute that return types with arguments of type DriveInfo
 Iterable<DriveInfo> CloudSigmaComputeServiceAdapter.listImages()
          look up the current standard images and do not error out, if they are not found.
 

Constructor parameters in org.jclouds.cloudsigma.compute with type arguments of type DriveInfo
CloudSigmaComputeServiceAdapter(CloudSigmaClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, JustProvider locationSupplier, String defaultVncPassword, com.google.common.cache.Cache<String,DriveInfo> cache, ExecutorService executor)
           
CloudSigmaComputeServiceAdapter(CloudSigmaClient client, com.google.common.base.Predicate<DriveInfo> driveNotClaimed, JustProvider locationSupplier, String defaultVncPassword, com.google.common.cache.Cache<String,DriveInfo> cache, ExecutorService executor)
           
 

Uses of DriveInfo in org.jclouds.cloudsigma.compute.config
 

Methods in org.jclouds.cloudsigma.compute.config that return DriveInfo
 DriveInfo CloudSigmaComputeServiceContextModule.GetDrive.load(String input)
           
 

Methods in org.jclouds.cloudsigma.compute.config that return types with arguments of type DriveInfo
protected  com.google.common.cache.Cache<String,DriveInfo> CloudSigmaComputeServiceContextModule.cache(CloudSigmaComputeServiceContextModule.GetDrive getDrive)
           
protected  com.google.common.base.Predicate<DriveInfo> CloudSigmaComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed, ComputeServiceConstants.Timeouts timeouts)
           
 

Uses of DriveInfo in org.jclouds.cloudsigma.compute.functions
 

Methods in org.jclouds.cloudsigma.compute.functions with parameters of type DriveInfo
 Image PreinstalledDiskToImage.apply(DriveInfo drive)
           
 

Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type DriveInfo
ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.Cache<String,DriveInfo> cache)
           
ServerInfoToNodeMetadata.GetImageIdFromServer(com.google.common.cache.Cache<String,DriveInfo> cache)
           
 

Uses of DriveInfo in org.jclouds.cloudsigma.domain
 

Methods in org.jclouds.cloudsigma.domain that return DriveInfo
 DriveInfo DriveInfo.Builder.build()
          
 

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

Uses of DriveInfo in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return DriveInfo
 DriveInfo KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response)
           
 DriveInfo MapToDriveInfo.apply(Map<String,String> from)
           
 

Methods in org.jclouds.cloudsigma.functions that return types with arguments of type DriveInfo
 Set<DriveInfo> ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response)
           
 

Uses of DriveInfo in org.jclouds.cloudsigma.predicates
 

Methods in org.jclouds.cloudsigma.predicates with parameters of type DriveInfo
 boolean DriveClaimed.apply(DriveInfo drive)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.