public static class UpdateISOOptions.Builder extends Object
Constructor and Description |
---|
UpdateISOOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static UpdateISOOptions |
bootable(boolean bootable) |
static UpdateISOOptions |
displayText(String displayText) |
static UpdateISOOptions |
format(String format) |
static UpdateISOOptions |
name(String name) |
static UpdateISOOptions |
osTypeId(long osTypeId) |
static UpdateISOOptions |
passwordEnabled(boolean passwordEnabled) |
public static UpdateISOOptions bootable(boolean bootable)
bootable
- true if image is bootable, false otherwisepublic static UpdateISOOptions displayText(String displayText)
displayText
- the display text of the imagepublic static UpdateISOOptions format(String format)
format
- the format for the imagepublic static UpdateISOOptions name(String name)
name
- the name of the image filepublic static UpdateISOOptions osTypeId(long osTypeId)
osTypeId
- the ID of the OS type that best represents the OS of this image.public static UpdateISOOptions passwordEnabled(boolean passwordEnabled)
passwordEnabled
- true if the image supports the password reset feature; default is falseCopyright © 2009-2012 jclouds. All Rights Reserved.