UpdateTemplateOptions |
UpdateTemplateOptions.bootable(boolean bootable) |
true if image is bootable, false otherwise
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.bootable(boolean bootable) |
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.displayText(String displayText) |
|
UpdateTemplateOptions |
UpdateTemplateOptions.displayText(String displayText) |
the display text of the image
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.format(Template.Format format) |
|
UpdateTemplateOptions |
UpdateTemplateOptions.format(Template.Format format) |
the format for the image
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.name(String name) |
|
UpdateTemplateOptions |
UpdateTemplateOptions.name(String name) |
the name of the image file
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.osTypeId(String osTypeId) |
|
UpdateTemplateOptions |
UpdateTemplateOptions.osTypeId(String osTypeId) |
the ID of the OS type that best represents the OS of this image.
|
static UpdateTemplateOptions |
UpdateTemplateOptions.Builder.passwordEnabled(boolean passwordEnabled) |
|
UpdateTemplateOptions |
UpdateTemplateOptions.passwordEnabled(boolean passwordEnabled) |
true if the image supports the password reset feature; default is false
|