Package | Description |
---|---|
org.jclouds.cloudsigma | |
org.jclouds.cloudsigma.options |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.