Package | Description |
---|---|
org.jclouds.openstack.nova | |
org.jclouds.openstack.nova.compute.functions | |
org.jclouds.openstack.nova.compute.strategy | |
org.jclouds.openstack.nova.domain |
Modifier and Type | Method and Description |
---|---|
Image |
NovaClient.createImageFromServer(String imageName,
int serverId)
This operation creates a new image for the given server ID.
|
Image |
NovaClient.getImage(int id)
This operation returns details of the specified image.
|
Image |
NovaClient.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.createImageFromServer(String imageName,
int serverId) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(int id) |
com.google.common.util.concurrent.ListenableFuture<Image> |
NovaAsyncClient.getImage(String uuid) |
Set<Image> |
NovaClient.listImages(ListOptions... options)
List available images (IDs and names only)
in order to retrieve all details, pass the option
withDetails() |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> |
NovaAsyncClient.listImages(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
OperatingSystem |
NovaImageToOperatingSystem.apply(Image from) |
Image |
NovaImageToImage.apply(Image from) |
Modifier and Type | Method and Description |
---|---|
Image |
NovaComputeServiceAdapter.getImage(String id) |
Modifier and Type | Method and Description |
---|---|
Iterable<Image> |
NovaComputeServiceAdapter.listImages() |
Modifier and Type | Field and Description |
---|---|
protected Image |
Server.Builder.image |
Modifier and Type | Method and Description |
---|---|
Image |
Image.Builder.build() |
Image |
Server.getImage() |
Modifier and Type | Method and Description |
---|---|
T |
Image.Builder.fromImage(Image in) |
T |
Server.Builder.image(Image image) |
Constructor and Description |
---|
Server(int id,
List<Map<String,String>> links,
Map<Resource.LinkType,URI> orderedSelfReferences,
String name,
Map<String,String> metadata,
Addresses addresses,
String accessIPv4,
String accessIPv6,
String adminPass,
String flavorRef,
String hostId,
String imageRef,
String affinityId,
String uuid,
Flavor flavor,
Image image,
String keyName,
Set<SecurityGroup> securityGroups,
Date created,
Date updated,
Integer progress,
ServerStatus status) |
Copyright © 2009-2012 jclouds. All Rights Reserved.