public class UpdateTemplateOptions extends BaseHttpRequestOptions
Modifier and Type | Class and Description |
---|---|
static class |
UpdateTemplateOptions.Builder |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
UpdateTemplateOptions() |
Modifier and Type | Method and Description |
---|---|
UpdateTemplateOptions |
bootable(boolean bootable)
true if image is bootable, false otherwise
|
UpdateTemplateOptions |
displayText(String displayText)
the display text of the image
|
UpdateTemplateOptions |
format(Template.Format format)
the format for the image
|
UpdateTemplateOptions |
name(String name)
the name of the image file
|
UpdateTemplateOptions |
osTypeId(long osTypeId)
the ID of the OS type that best represents the OS of this image.
|
UpdateTemplateOptions |
passwordEnabled(boolean passwordEnabled)
true if the image supports the password reset feature; default is false
|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public UpdateTemplateOptions bootable(boolean bootable)
public UpdateTemplateOptions displayText(String displayText)
public UpdateTemplateOptions format(Template.Format format)
public UpdateTemplateOptions name(String name)
public UpdateTemplateOptions osTypeId(long osTypeId)
public UpdateTemplateOptions passwordEnabled(boolean passwordEnabled)
Copyright © 2009-2012 jclouds. All Rights Reserved.