Package org.jclouds.cloudstack.options
Class DeleteISOOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.DeleteISOOptions
- All Implemented Interfaces:
- HttpRequestOptions
Options for the ISO deleteISO method.
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptionsformParameters, headers, pathSuffix, payload, queryParameters
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptionsbuildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
- 
Field Details- 
NONE
 
- 
- 
Constructor Details- 
DeleteISOOptionspublic DeleteISOOptions()
 
- 
- 
Method Details- 
zoneId- Parameters:
- zoneId- the ID of the zone of the ISO file. If not specified, the ISO will be deleted from all the zones
 
 
-