| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
          String newName,
          CloneDriveOptions... options)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
CloudSigmaAsyncClient.createDrive(Drive createDrive)
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
CloudSigmaAsyncClient.getDriveInfo(String uuid)
Deprecated.  
  | 
Set<? extends DriveInfo> | 
CloudSigmaClient.listDriveInfo()
Get all drives info 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<DriveInfo>> | 
CloudSigmaAsyncClient.listDriveInfo()
Deprecated.  
  | 
com.google.common.util.concurrent.ListenableFuture<DriveInfo> | 
CloudSigmaAsyncClient.setDriveData(String uuid,
            DriveData createDrive)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
DriveInfo | 
CloudSigmaComputeServiceAdapter.getImage(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<DriveInfo> | 
CloudSigmaComputeServiceAdapter.listImages()
look up the current standard images and do not error out, if they are not
 found. 
 | 
| Constructor and Description | 
|---|
CloudSigmaComputeServiceAdapter(CloudSigmaClient client,
                               com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
                               String defaultVncPassword,
                               com.google.common.cache.LoadingCache<String,DriveInfo> cache,
                               com.google.common.util.concurrent.ListeningExecutorService userExecutor)  | 
CloudSigmaComputeServiceAdapter(CloudSigmaClient client,
                               com.google.common.base.Predicate<DriveInfo> driveNotClaimed,
                               String defaultVncPassword,
                               com.google.common.cache.LoadingCache<String,DriveInfo> cache,
                               com.google.common.util.concurrent.ListeningExecutorService userExecutor)  | 
| Modifier and Type | Method and Description | 
|---|---|
DriveInfo | 
CloudSigmaComputeServiceContextModule.GetDrive.load(String input)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected com.google.common.cache.LoadingCache<String,DriveInfo> | 
CloudSigmaComputeServiceContextModule.cache(CloudSigmaComputeServiceContextModule.GetDrive getDrive)  | 
protected com.google.common.base.Predicate<DriveInfo> | 
CloudSigmaComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed,
                    ComputeServiceConstants.Timeouts timeouts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Image | 
PreinstalledDiskToImage.apply(DriveInfo drive)  | 
| Constructor and Description | 
|---|
ServerInfoToNodeMetadata.DeviceToVolume(com.google.common.cache.LoadingCache<String,DriveInfo> cache)  | 
ServerInfoToNodeMetadata.GetImageIdFromServer(com.google.common.cache.LoadingCache<String,DriveInfo> cache)  | 
| Modifier and Type | Method and Description | 
|---|---|
DriveInfo | 
DriveInfo.Builder.build() | 
| Modifier and Type | Method and Description | 
|---|---|
static DriveInfo.Builder | 
DriveInfo.Builder.fromDriveInfo(DriveInfo in)  | 
| Modifier and Type | Method and Description | 
|---|---|
DriveInfo | 
KeyValuesDelimitedByBlankLinesToDriveInfo.apply(HttpResponse response)  | 
DriveInfo | 
MapToDriveInfo.apply(Map<String,String> from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<DriveInfo> | 
ListOfKeyValuesDelimitedByBlankLinesToDriveInfoSet.apply(HttpResponse response)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DriveClaimed.apply(DriveInfo drive)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.