Uses of Class
org.jclouds.cloudstack.options.UpdateTemplateOptions
Packages that use UpdateTemplateOptions
-
Uses of UpdateTemplateOptions in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features with parameters of type UpdateTemplateOptionsModifier and TypeMethodDescriptionTemplateApi.updateTemplate
(String id, UpdateTemplateOptions... options) Updates attributes of a template. -
Uses of UpdateTemplateOptions in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options that return UpdateTemplateOptionsModifier and TypeMethodDescriptionUpdateTemplateOptions.bootable
(boolean bootable) true if image is bootable, false otherwisestatic UpdateTemplateOptions
UpdateTemplateOptions.Builder.bootable
(boolean bootable) static UpdateTemplateOptions
UpdateTemplateOptions.Builder.displayText
(String displayText) UpdateTemplateOptions.displayText
(String displayText) the display text of the imagestatic UpdateTemplateOptions
UpdateTemplateOptions.Builder.format
(Template.Format format) UpdateTemplateOptions.format
(Template.Format format) the format for the imagestatic UpdateTemplateOptions
the name of the image filestatic UpdateTemplateOptions
the ID of the OS type that best represents the OS of this image.static UpdateTemplateOptions
UpdateTemplateOptions.Builder.passwordEnabled
(boolean passwordEnabled) UpdateTemplateOptions.passwordEnabled
(boolean passwordEnabled) true if the image supports the password reset feature; default is false