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(long zoneId) |
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final DeleteISOOptions NONE
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 zonesCopyright © 2009-2012 jclouds. All Rights Reserved.