static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.accountInDomain(String account,
String domain) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.bits(int bits) |
32 or 64 bits support.
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.bits(int bits) |
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.checksum(String checksum) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.checksum(String checksum) |
the MD5 checksum value of this template
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.domainId(String domainId) |
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isExtractable(boolean isExtractable) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.isExtractable(boolean isExtractable) |
true if the template or its derivatives are extractable; default is true
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isFeatured(boolean isFeatured) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.isFeatured(boolean isFeatured) |
true if this template is a featured template, false otherwise
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isPublic(boolean isPublic) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.isPublic(boolean isPublic) |
true if the template is available to all accounts; default is true
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.passwordEnabled(boolean passwordEnabled) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.passwordEnabled(boolean passwordEnabled) |
true if the template supports the password reset feature; default is false
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.projectId(String projectId) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.projectId(String projectId) |
the project for this template.
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.requiresHVM(boolean requiresHVM) |
|
RegisterTemplateOptions |
RegisterTemplateOptions.requiresHVM(boolean requiresHVM) |
true if this template requires HVM
|