| Package | Description | 
|---|---|
| org.jclouds.cloudstack.features | |
| org.jclouds.cloudstack.options | 
| Modifier and Type | Method and Description | 
|---|---|
Template | 
TemplateClient.updateTemplate(String id,
              UpdateTemplateOptions... options)
Updates attributes of a template. 
 | 
com.google.common.util.concurrent.ListenableFuture<Template> | 
TemplateAsyncClient.updateTemplate(String id,
              UpdateTemplateOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
UpdateTemplateOptions | 
UpdateTemplateOptions.bootable(boolean bootable)
true if image is bootable, false otherwise 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.bootable(boolean bootable)  | 
UpdateTemplateOptions | 
UpdateTemplateOptions.displayText(String displayText)
the display text of the image 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.displayText(String displayText)  | 
UpdateTemplateOptions | 
UpdateTemplateOptions.format(Template.Format format)
the format for the image 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.format(Template.Format format)  | 
UpdateTemplateOptions | 
UpdateTemplateOptions.name(String name)
the name of the image file 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.name(String name)  | 
UpdateTemplateOptions | 
UpdateTemplateOptions.osTypeId(String osTypeId)
the ID of the OS type that best represents the OS of this image. 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.osTypeId(String osTypeId)  | 
UpdateTemplateOptions | 
UpdateTemplateOptions.passwordEnabled(boolean passwordEnabled)
true if the image supports the password reset feature; default is false 
 | 
static UpdateTemplateOptions | 
UpdateTemplateOptions.Builder.passwordEnabled(boolean passwordEnabled)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.