|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of DriveInfo in org.jclouds.cloudsigma |
|---|
| Methods in org.jclouds.cloudsigma that return DriveInfo | |
|---|---|
DriveInfo |
CloudSigmaApi.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
Clone an existing drive. |
DriveInfo |
CloudSigmaApi.createDrive(Drive createDrive)
create a new drive |
DriveInfo |
CloudSigmaApi.getDriveInfo(String uuid)
|
DriveInfo |
CloudSigmaApi.setDriveData(String uuid,
DriveData createDrive)
set extra drive data |
| Methods in org.jclouds.cloudsigma that return types with arguments of type DriveInfo | |
|---|---|
Set<DriveInfo> |
CloudSigmaApi.listDriveInfo()
Get all drives info |
| Uses of DriveInfo in org.jclouds.cloudsigma.compute |
|---|
| Methods in org.jclouds.cloudsigma.compute that return DriveInfo | |
|---|---|
DriveInfo |
CloudSigmaComputeServiceAdapter.getImage(String id)
|
| 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(CloudSigmaApi 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(CloudSigmaApi 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)
|
|
| 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.LoadingCache<String,DriveInfo> |
CloudSigmaComputeServiceContextModule.cache(CloudSigmaComputeServiceContextModule.GetDrive getDrive)
|
protected com.google.common.base.Predicate<DriveInfo> |
CloudSigmaComputeServiceContextModule.supplyDriveUnclaimed(DriveClaimed driveClaimed,
org.jclouds.compute.reference.ComputeServiceConstants.Timeouts timeouts)
|
| Uses of DriveInfo in org.jclouds.cloudsigma.compute.functions |
|---|
| Methods in org.jclouds.cloudsigma.compute.functions with parameters of type DriveInfo | |
|---|---|
org.jclouds.compute.domain.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.LoadingCache<String,DriveInfo> cache)
|
|
ServerInfoToNodeMetadata.GetImageIdFromServer(com.google.common.cache.LoadingCache<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(org.jclouds.http.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(org.jclouds.http.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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||