|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.UpdateTemplateOptions
public class UpdateTemplateOptions
Options used to control how a template should be updated.
| Nested Class Summary | |
|---|---|
static class |
UpdateTemplateOptions.Builder
|
| Field Summary |
|---|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
UpdateTemplateOptions()
|
|
| Method Summary | |
|---|---|
UpdateTemplateOptions |
bootable(boolean bootable)
true if image is bootable, false otherwise |
UpdateTemplateOptions |
displayText(String displayText)
the display text of the image |
UpdateTemplateOptions |
format(Template.Format format)
the format for the image |
UpdateTemplateOptions |
name(String name)
the name of the image file |
UpdateTemplateOptions |
osTypeId(long osTypeId)
the ID of the OS type that best represents the OS of this image. |
UpdateTemplateOptions |
passwordEnabled(boolean passwordEnabled)
true if the image supports the password reset feature; default is false |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public UpdateTemplateOptions()
| Method Detail |
|---|
public UpdateTemplateOptions bootable(boolean bootable)
public UpdateTemplateOptions displayText(String displayText)
public UpdateTemplateOptions format(Template.Format format)
public UpdateTemplateOptions name(String name)
public UpdateTemplateOptions osTypeId(long osTypeId)
public UpdateTemplateOptions passwordEnabled(boolean passwordEnabled)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||