|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.http.options.BaseHttpRequestOptions org.jclouds.cloudstack.options.CreateTemplateOptions
public class CreateTemplateOptions
Options used to control how a template is created.
Nested Class Summary | |
---|---|
static class |
CreateTemplateOptions.Builder
|
Field Summary | |
---|---|
static CreateTemplateOptions |
NONE
|
Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
---|
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters |
Constructor Summary | |
---|---|
CreateTemplateOptions()
|
Method Summary | |
---|---|
CreateTemplateOptions |
bits(int bits)
32 or 64 bit |
CreateTemplateOptions |
isFeatured(boolean isFeatured)
true if this template is a featured template, false otherwise |
CreateTemplateOptions |
isPublic(boolean isPublic)
true if this template is a public template, false otherwise |
CreateTemplateOptions |
passwordEnabled(boolean passwordEnabled)
true if the template supports the password reset feature; default is false |
CreateTemplateOptions |
requiresHVM(boolean requiresHVM)
true if the template requres HVM, false otherwise |
CreateTemplateOptions |
snapshotId(long snapshotId)
the ID of the snapshot the template is being created from. |
CreateTemplateOptions |
volumeId(long volumeId)
the ID of the disk volume the template is being created from. |
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 |
Field Detail |
---|
public static final CreateTemplateOptions NONE
Constructor Detail |
---|
public CreateTemplateOptions()
Method Detail |
---|
public CreateTemplateOptions bits(int bits)
public CreateTemplateOptions isFeatured(boolean isFeatured)
public CreateTemplateOptions isPublic(boolean isPublic)
public CreateTemplateOptions passwordEnabled(boolean passwordEnabled)
public CreateTemplateOptions requiresHVM(boolean requiresHVM)
public CreateTemplateOptions snapshotId(long snapshotId)
public CreateTemplateOptions volumeId(long volumeId)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |