org.jclouds.cloudstack.options
Class UpdateISOOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.UpdateISOOptions.Builder
Enclosing class:
UpdateISOOptions

public static class UpdateISOOptions.Builder
extends Object


Constructor Summary
UpdateISOOptions.Builder()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateISOOptions.Builder

public UpdateISOOptions.Builder()
Method Detail

bootable

public static UpdateISOOptions bootable(boolean bootable)
Parameters:
bootable - true if image is bootable, false otherwise

displayText

public static UpdateISOOptions displayText(String displayText)
Parameters:
displayText - the display text of the image

format

public static UpdateISOOptions format(String format)
Parameters:
format - the format for the image

name

public static UpdateISOOptions name(String name)
Parameters:
name - the name of the image file

osTypeId

public static UpdateISOOptions osTypeId(long osTypeId)
Parameters:
osTypeId - the ID of the OS type that best represents the OS of this image.

passwordEnabled

public static UpdateISOOptions passwordEnabled(boolean passwordEnabled)
Parameters:
passwordEnabled - true if the image supports the password reset feature; default is false


Copyright © 2009-2012 jclouds. All Rights Reserved.