Package org.jclouds.cloudstack.options
Class UpdateTemplateOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateTemplateOptions
- All Implemented Interfaces:
HttpRequestOptions
Options used to control how a template should be updated.
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions
formParameters, headers, pathSuffix, payload, queryParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbootable
(boolean bootable) true if image is bootable, false otherwisedisplayText
(String displayText) the display text of the imageformat
(Template.Format format) the format for the imagethe name of the image filethe ID of the OS type that best represents the OS of this image.passwordEnabled
(boolean passwordEnabled) true if the image supports the password reset feature; default is falseMethods inherited from class org.jclouds.http.options.BaseHttpRequestOptions
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
-
Constructor Details
-
UpdateTemplateOptions
public UpdateTemplateOptions()
-
-
Method Details
-
bootable
true if image is bootable, false otherwise -
displayText
the display text of the image -
format
the format for the image -
name
the name of the image file -
osTypeId
the ID of the OS type that best represents the OS of this image. -
passwordEnabled
true if the image supports the password reset feature; default is false
-