Package org.jclouds.cloudstack.options
Class UpdateISOOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateISOOptions
- All Implemented Interfaces:
HttpRequestOptions
Options for the ISO updateISO method.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootable
(boolean bootable) displayText
(String displayText) 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 Details
-
NONE
-
-
Constructor Details
-
UpdateISOOptions
public UpdateISOOptions()
-
-
Method Details
-
bootable
- Parameters:
bootable
- true if image is bootable, false otherwise
-
displayText
- Parameters:
displayText
- the display text of the image
-
format
- Parameters:
format
- the format for the image
-
name
- Parameters:
name
- the name of the image file
-
osTypeId
- Parameters:
osTypeId
- the ID of the OS type that best represents the OS of this image.
-
passwordEnabled
- Parameters:
passwordEnabled
- true if the image supports the password reset feature; default is false
-