org.jclouds.cloudstack.options
Class DeleteISOOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
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...)
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
NONE
public static final DeleteISOOptions NONE
DeleteISOOptions
public DeleteISOOptions()
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.