public class UpdateISOOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateISOOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static UpdateISOOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
UpdateISOOptions() |
| Modifier and Type | Method and Description |
|---|---|
UpdateISOOptions |
bootable(boolean bootable) |
UpdateISOOptions |
displayText(String displayText) |
UpdateISOOptions |
format(String format) |
UpdateISOOptions |
name(String name) |
UpdateISOOptions |
osTypeId(String osTypeId) |
UpdateISOOptions |
passwordEnabled(boolean passwordEnabled) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final UpdateISOOptions NONE
public UpdateISOOptions bootable(boolean bootable)
bootable - true if image is bootable, false otherwisepublic UpdateISOOptions displayText(String displayText)
displayText - the display text of the imagepublic UpdateISOOptions format(String format)
format - the format for the imagepublic UpdateISOOptions name(String name)
name - the name of the image filepublic UpdateISOOptions osTypeId(String osTypeId)
osTypeId - the ID of the OS type that best represents the OS of this image.public UpdateISOOptions passwordEnabled(boolean passwordEnabled)
passwordEnabled - true if the image supports the password reset feature; default is falseCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.