Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
Set<DriveInfo> |
CloudSigmaApi.listDriveInfo()
Get all drives info
|
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(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) |
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-2014 The Apache Software Foundation. All Rights Reserved.