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 Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Field Details
-
NONE
-
-
Constructor Details
-
DeleteISOOptions
public 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
-