Package org.jclouds.cloudstack.options
Class UpdateISOOptions
- java.lang.Object
-
- org.jclouds.http.options.BaseHttpRequestOptions
-
- org.jclouds.cloudstack.options.UpdateISOOptions
-
- All Implemented Interfaces:
HttpRequestOptions
public class UpdateISOOptions extends BaseHttpRequestOptions
Options for the ISO updateISO method.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateISOOptions.Builder
-
Field Summary
Fields Modifier and Type Field Description static UpdateISOOptions
NONE
-
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
-
Constructor Summary
Constructors Constructor Description UpdateISOOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateISOOptions
bootable(boolean bootable)
UpdateISOOptions
displayText(String displayText)
UpdateISOOptions
format(String format)
UpdateISOOptions
name(String name)
UpdateISOOptions
osTypeId(String osTypeId)
UpdateISOOptions
passwordEnabled(boolean passwordEnabled)
-
Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
-
-
-
Field Detail
-
NONE
public static final UpdateISOOptions NONE
-
-
Method Detail
-
bootable
public UpdateISOOptions bootable(boolean bootable)
- Parameters:
bootable
- true if image is bootable, false otherwise
-
displayText
public UpdateISOOptions displayText(String displayText)
- Parameters:
displayText
- the display text of the image
-
format
public UpdateISOOptions format(String format)
- Parameters:
format
- the format for the image
-
name
public UpdateISOOptions name(String name)
- Parameters:
name
- the name of the image file
-
osTypeId
public UpdateISOOptions osTypeId(String osTypeId)
- Parameters:
osTypeId
- the ID of the OS type that best represents the OS of this image.
-
passwordEnabled
public UpdateISOOptions passwordEnabled(boolean passwordEnabled)
- Parameters:
passwordEnabled
- true if the image supports the password reset feature; default is false
-
-