|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.DeleteISOOptions
public class DeleteISOOptions
Options for the ISO deleteISO method.
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 |
|---|
public static final DeleteISOOptions NONE
| Constructor Detail |
|---|
public DeleteISOOptions()
| Method Detail |
|---|
public DeleteISOOptions zoneId(long zoneId)
zoneId - the ID of the zone of the ISO file. If not specified, the ISO will be deleted from all the zones
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||