|
||||||||||
| 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.AccountInDomainOptions
org.jclouds.cloudstack.options.RegisterTemplateOptions
public class RegisterTemplateOptions
Options used to control how a template is registered.
| Nested Class Summary | |
|---|---|
static class |
RegisterTemplateOptions.Builder
|
| Field Summary | |
|---|---|
static RegisterTemplateOptions |
NONE
|
| Fields inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
formParameters, headers, pathSuffix, payload, queryParameters |
| Constructor Summary | |
|---|---|
RegisterTemplateOptions()
|
|
| Method Summary | |
|---|---|
RegisterTemplateOptions |
bits(int bits)
32 or 64 bits support. |
RegisterTemplateOptions |
checksum(String checksum)
the MD5 checksum value of this template |
RegisterTemplateOptions |
isExtractable(boolean isExtractable)
true if the template or its derivatives are extractable; default is true |
RegisterTemplateOptions |
isFeatured(boolean isFeatured)
true if this template is a featured template, false otherwise |
RegisterTemplateOptions |
isPublic(boolean isPublic)
true if the template is available to all accounts; default is true |
RegisterTemplateOptions |
passwordEnabled(boolean passwordEnabled)
true if the template supports the password reset feature; default is false |
RegisterTemplateOptions |
projectId(String projectId)
the project for this template. |
RegisterTemplateOptions |
requiresHVM(boolean requiresHVM)
true if this template requires HVM |
| Methods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions |
|---|
accountInDomain, domainId |
| Methods inherited from class org.jclouds.http.options.BaseHttpRequestOptions |
|---|
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final RegisterTemplateOptions NONE
| Constructor Detail |
|---|
public RegisterTemplateOptions()
| Method Detail |
|---|
public RegisterTemplateOptions bits(int bits)
public RegisterTemplateOptions checksum(String checksum)
public RegisterTemplateOptions projectId(String projectId)
public RegisterTemplateOptions isExtractable(boolean isExtractable)
public RegisterTemplateOptions isFeatured(boolean isFeatured)
public RegisterTemplateOptions isPublic(boolean isPublic)
public RegisterTemplateOptions passwordEnabled(boolean passwordEnabled)
public RegisterTemplateOptions requiresHVM(boolean requiresHVM)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||