|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.http.options.BaseHttpRequestOptions org.jclouds.ec2.options.internal.BaseEC2RequestOptions org.jclouds.ec2.options.DetachVolumeOptions
public class DetachVolumeOptions
Contains options supported in the Form API for the DetachVolume operation.
import static org.jclouds.ec2.options.DetachVolumeOptions.Builder.*
EC2Client client = // get connection
client.getElasticBlockStoreServices().detachVolumeInRegion(null, id, fromDevice("123125").force());
- Author:
- Adrian Cole
- See Also:
Nested Class Summary
static class
DetachVolumeOptions.Builder
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor Summary
DetachVolumeOptions()
Method Summary
DetachVolumeOptions
fromDevice(String device)
The device name.
DetachVolumeOptions
fromInstance(String instanceId)
The ID of the instance.
String
getDevice()
String
getInstance()
Methods inherited from class org.jclouds.ec2.options.internal.BaseEC2RequestOptions
getFormValuesWithKeysPrefixedBy, indexFormValuesWithPrefix, indexFormValuesWithPrefix, toString
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Constructor Detail
DetachVolumeOptions
public DetachVolumeOptions()
Method Detail
fromInstance
public DetachVolumeOptions fromInstance(String instanceId)
- The ID of the instance.
getInstance
public String getInstance()
fromDevice
public DetachVolumeOptions fromDevice(String device)
- The device name.
getDevice
public String getDevice()
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2009-2011 jclouds. All Rights Reserved.