Package org.jclouds.cloudstack.options
Class RegisterTemplateOptions
java.lang.Object
org.jclouds.http.options.BaseHttpRequestOptions
org.jclouds.cloudstack.options.AccountInDomainOptions
org.jclouds.cloudstack.options.RegisterTemplateOptions
- All Implemented Interfaces:
 HttpRequestOptions
Options used to control how a template is registered.
- 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 TypeMethodDescriptionbits(int bits) 32 or 64 bits support.the MD5 checksum value of this templateisExtractable(boolean isExtractable) true if the template or its derivatives are extractable; default is trueisFeatured(boolean isFeatured) true if this template is a featured template, false otherwiseisPublic(boolean isPublic) true if the template is available to all accounts; default is truepasswordEnabled(boolean passwordEnabled) true if the template supports the password reset feature; default is falsethe project for this template.requiresHVM(boolean requiresHVM) true if this template requires HVMMethods inherited from class org.jclouds.cloudstack.options.AccountInDomainOptions
accountInDomain, domainIdMethods 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
- 
RegisterTemplateOptions
public RegisterTemplateOptions() 
 - 
 - 
Method Details
- 
bits
32 or 64 bits support. 64 by default - 
checksum
the MD5 checksum value of this template - 
projectId
the project for this template. - 
isExtractable
true if the template or its derivatives are extractable; default is true - 
isFeatured
true if this template is a featured template, false otherwise - 
isPublic
true if the template is available to all accounts; default is true - 
passwordEnabled
true if the template supports the password reset feature; default is false - 
requiresHVM
true if this template requires HVM 
 -