public class RegisterTemplateOptions extends AccountInDomainOptions
Modifier and Type | Class and Description |
---|---|
static class |
RegisterTemplateOptions.Builder |
Modifier and Type | Field and Description |
---|---|
static RegisterTemplateOptions |
NONE |
formParameters, headers, matrixParameters, pathSuffix, payload, queryParameters
Constructor and Description |
---|
RegisterTemplateOptions() |
Modifier and Type | Method and Description |
---|---|
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 |
requiresHVM(boolean requiresHVM)
true if this template requires HVM
|
accountInDomain, domainId
buildFormParameters, buildMatrixParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstMatrixOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toString
public static final RegisterTemplateOptions NONE
public RegisterTemplateOptions bits(int bits)
public RegisterTemplateOptions checksum(String checksum)
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)
Copyright © 2009-2012 jclouds. All Rights Reserved.