public class UpdateTemplateOptions extends BaseHttpRequestOptions
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
UpdateTemplateOptions.Builder  | 
formParameters, headers, 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(String 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, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic UpdateTemplateOptions bootable(boolean bootable)
public UpdateTemplateOptions displayText(String displayText)
public UpdateTemplateOptions format(Template.Format format)
public UpdateTemplateOptions name(String name)
public UpdateTemplateOptions osTypeId(String osTypeId)
public UpdateTemplateOptions passwordEnabled(boolean passwordEnabled)
Copyright © 2009-2013 jclouds. All Rights Reserved.