Modifier and Type | Method and Description |
---|---|
OperatingSystem |
TemplateToOperatingSystem.apply(Template from) |
Image |
TemplateToImage.apply(Template template) |
Constructor and Description |
---|
TemplateToImage(com.google.common.base.Supplier<Set<? extends Location>> locations,
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 |
TemplateApi.getTemplateInZone(String templateId,
String zoneId)
get a specific template by id
|
Template |
TemplateApi.updateTemplate(String id,
UpdateTemplateOptions... options)
Updates attributes of a template.
|
Modifier and Type | Method and Description |
---|---|
Set<Template> |
TemplateApi.listTemplates()
List all executable templates.
|
Set<Template> |
TemplateApi.listTemplates(ListTemplatesOptions options)
List all public, private, and privileged templates.
|
Set<Template> |
TemplateApi.registerTemplate(TemplateMetadata templateMetadata,
String format,
String hypervisor,
String url,
String zoneId,
RegisterTemplateOptions... options)
Registers an existing template into the Cloud.com cloud.
|
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-2016 The Apache Software Foundation. All Rights Reserved.