org.jclouds.cloudsigma.options
Class CloneDriveOptions
java.lang.Object
org.jclouds.cloudsigma.options.CloneDriveOptions
public class CloneDriveOptions
- extends Object
Contains options supported for clone drive operations.
Usage
The recommended way to instantiate a CloneDriveOptions object is to statically import
CloneDriveOptions.Builder.* and invoke a static creation method followed by an instance mutator
(if needed):
import static org.jclouds.cloudsigma.options.CloneDriveOptions.Builder.*;
Payload payload = client.cloneDrive("drive-uuid","newName", size(2*1024*1024l));
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CloneDriveOptions
public CloneDriveOptions()
size
public CloneDriveOptions size(long size)
- adjust to new size in bytes
getOptions
public Map<String,String> getOptions()
Copyright © 2009-2011 jclouds. All Rights Reserved.