org.jclouds.cloudstack.options
Class ExtractISOOptions

java.lang.Object
  extended by org.jclouds.http.options.BaseHttpRequestOptions
      extended by org.jclouds.cloudstack.options.ExtractISOOptions
All Implemented Interfaces:
HttpRequestOptions

public class ExtractISOOptions
extends BaseHttpRequestOptions

Options for the ISO extractISO method.

Author:
Richard Downer
See Also:
ISOClient.extractISO(long, org.jclouds.cloudstack.domain.ExtractMode, long, org.jclouds.cloudstack.options.ExtractISOOptions...), ISOAsyncClient.extractISO(long, org.jclouds.cloudstack.domain.ExtractMode, long, org.jclouds.cloudstack.options.ExtractISOOptions...)

Nested Class Summary
static class ExtractISOOptions.Builder
           
 
Field Summary
static ExtractISOOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
ExtractISOOptions()
           
 
Method Summary
 ExtractISOOptions url(String url)
           
 
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NONE

public static final ExtractISOOptions NONE
Constructor Detail

ExtractISOOptions

public ExtractISOOptions()
Method Detail

url

public ExtractISOOptions url(String url)
Parameters:
url - the url to which the ISO would be extracted


Copyright © 2009-2012 jclouds. All Rights Reserved.