|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CloneDriveOptions | |
---|---|
org.jclouds.cloudsigma | |
org.jclouds.cloudsigma.options |
Uses of CloneDriveOptions in org.jclouds.cloudsigma |
---|
Methods in org.jclouds.cloudsigma with parameters of type CloneDriveOptions | |
---|---|
DriveInfo |
CloudSigmaClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
Clone an existing drive. |
com.google.common.util.concurrent.ListenableFuture<DriveInfo> |
CloudSigmaAsyncClient.cloneDrive(String sourceUuid,
String newName,
CloneDriveOptions... options)
|
Uses of CloneDriveOptions in org.jclouds.cloudsigma.options |
---|
Methods in org.jclouds.cloudsigma.options that return CloneDriveOptions | |
---|---|
CloneDriveOptions |
CloneDriveOptions.affinity(AffinityType affinity)
Specifies whether the new drive has 'HDD' affinity (the default) or 'SSD' (for solid-state drives). |
static CloneDriveOptions |
CloneDriveOptions.Builder.affinity(AffinityType affinity)
|
CloneDriveOptions |
CloneDriveOptions.size(long size)
adjust to new size in bytes |
static CloneDriveOptions |
CloneDriveOptions.Builder.size(long size)
|
CloneDriveOptions |
CloneDriveOptions.tags(String... tags)
|
static CloneDriveOptions |
CloneDriveOptions.Builder.tags(String... tags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |