Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.options |
Modifier and Type | Method and Description |
---|---|
Set<Template> |
TemplateClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
long zoneId,
RegisterTemplateOptions... options)
Registers an existing template into the Cloud.com cloud.
|
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
long zoneId,
RegisterTemplateOptions... options) |
Modifier and Type | Field and Description |
---|---|
static RegisterTemplateOptions |
RegisterTemplateOptions.NONE |
Modifier and Type | Method and Description |
---|---|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.accountInDomain(String account,
long domain) |
RegisterTemplateOptions |
RegisterTemplateOptions.bits(int bits)
32 or 64 bits support.
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.bits(int bits) |
RegisterTemplateOptions |
RegisterTemplateOptions.checksum(String checksum)
the MD5 checksum value of this template
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.checksum(String checksum) |
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.domainId(long domainId) |
RegisterTemplateOptions |
RegisterTemplateOptions.isExtractable(boolean isExtractable)
true if the template or its derivatives are extractable; default is true
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isExtractable(boolean isExtractable) |
RegisterTemplateOptions |
RegisterTemplateOptions.isFeatured(boolean isFeatured)
true if this template is a featured template, false otherwise
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isFeatured(boolean isFeatured) |
RegisterTemplateOptions |
RegisterTemplateOptions.isPublic(boolean isPublic)
true if the template is available to all accounts; default is true
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.isPublic(boolean isPublic) |
RegisterTemplateOptions |
RegisterTemplateOptions.passwordEnabled(boolean passwordEnabled)
true if the template supports the password reset feature; default is false
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.passwordEnabled(boolean passwordEnabled) |
RegisterTemplateOptions |
RegisterTemplateOptions.requiresHVM(boolean requiresHVM)
true if this template requires HVM
|
static RegisterTemplateOptions |
RegisterTemplateOptions.Builder.requiresHVM(boolean requiresHVM) |
Copyright © 2009-2012 jclouds. All Rights Reserved.