org.jclouds.cloudstack.options
Class DeleteISOOptions

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

public class DeleteISOOptions
extends BaseHttpRequestOptions

Options for the ISO deleteISO method.

Author:
Richard Downer
See Also:
ISOClient.deleteISO(long, org.jclouds.cloudstack.options.DeleteISOOptions...), ISOAsyncClient.deleteISO(long, org.jclouds.cloudstack.options.DeleteISOOptions...)

Nested Class Summary
static class DeleteISOOptions.Builder
           
 
Field Summary
static DeleteISOOptions NONE
           
 
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
 
Constructor Summary
DeleteISOOptions()
           
 
Method Summary
 DeleteISOOptions zoneId(long zoneId)
           
 
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 DeleteISOOptions NONE
Constructor Detail

DeleteISOOptions

public DeleteISOOptions()
Method Detail

zoneId

public DeleteISOOptions zoneId(long zoneId)
Parameters:
zoneId - the ID of the zone of the ISO file. If not specified, the ISO will be deleted from all the zones


Copyright © 2009-2012 jclouds. All Rights Reserved.