|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UpdateTemplateOptions | |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.options |
Uses of UpdateTemplateOptions in org.jclouds.cloudstack.features |
---|
Methods in org.jclouds.cloudstack.features with parameters of type UpdateTemplateOptions | |
---|---|
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.updateTemplate(long id,
UpdateTemplateOptions... options)
|
Template |
TemplateClient.updateTemplate(long id,
UpdateTemplateOptions... options)
Updates attributes of a template. |
Uses of UpdateTemplateOptions in org.jclouds.cloudstack.options |
---|
Methods in org.jclouds.cloudstack.options that return UpdateTemplateOptions | |
---|---|
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(long osTypeId)
the ID of the OS type that best represents the OS of this image. |
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.osTypeId(long 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |