Modifier and Type | Method and Description |
---|---|
OperatingSystem |
TemplateToOperatingSystem.apply(Template from) |
Image |
TemplateToImage.apply(Template template) |
boolean |
TemplateToImage.FindLocationForTemplate.matches(Template from,
Location input) |
Constructor and Description |
---|
TemplateToImage(TemplateToImage.FindLocationForTemplate findLocationForTemplate,
com.google.common.base.Function<Template,OperatingSystem> templateToOperatingSystem) |
Modifier and Type | Method and Description |
---|---|
Template |
CloudStackComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<Template> |
CloudStackComputeServiceAdapter.listImages() |
Modifier and Type | Method and Description |
---|---|
Template |
Template.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Template.compareTo(Template o) |
T |
Template.Builder.fromTemplate(Template in) |
Modifier and Type | Method and Description |
---|---|
Template |
TemplateClient.getTemplateInZone(String templateId,
String zoneId)
get a specific template by id
|
Template |
TemplateClient.updateTemplate(String id,
UpdateTemplateOptions... options)
Updates attributes of a template.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.getTemplateInZone(String templateId,
String zoneId) |
Set<Template> |
TemplateClient.listTemplates()
List all executable templates.
|
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates() |
Set<Template> |
TemplateClient.listTemplates(ListTemplatesOptions options)
List all public, private, and privileged templates.
|
com.google.common.util.concurrent.ListenableFuture<Set<Template>> |
TemplateAsyncClient.listTemplates(ListTemplatesOptions options) |
Set<Template> |
TemplateClient.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
String 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,
String zoneId,
RegisterTemplateOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Template> |
TemplateAsyncClient.updateTemplate(String id,
UpdateTemplateOptions... options) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Predicate<Template> |
OSCategoryIn.apply(Set<String> acceptableCategories) |
com.google.common.base.Predicate<Template> |
CorrectHypervisorForZone.apply(String zoneId) |
static com.google.common.base.Predicate<Template> |
TemplatePredicates.isPasswordEnabled() |
static com.google.common.base.Predicate<Template> |
TemplatePredicates.isReady() |
Modifier and Type | Method and Description |
---|---|
boolean |
TemplatePredicates.Ready.apply(Template arg0) |
boolean |
TemplatePredicates.PasswordEnabled.apply(Template arg0) |
Copyright © 2009-2013 jclouds. All Rights Reserved.