public class DeleteISOOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
DeleteISOOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static DeleteISOOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
DeleteISOOptions() |
| Modifier and Type | Method and Description |
|---|---|
DeleteISOOptions |
zoneId(String zoneId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final DeleteISOOptions NONE
public DeleteISOOptions zoneId(String zoneId)
zoneId - the ID of the zone of the ISO file. If not specified, the ISO will be deleted from all the zonesCopyright © 2009-2013 jclouds. All Rights Reserved.