| 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)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ServerApi.createImageFromServer(String, String) in openstack-nova. | 
Image | 
NovaClient.getImage(int id)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ImageApi.get(String) in openstack-nova. | 
Image | 
NovaClient.getImage(String id)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Image> | 
NovaAsyncClient.createImageFromServer(String imageName,
                     int serverId)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ServerAsyncApi.createImageFromServer(String, String) in openstack-nova. | 
com.google.common.util.concurrent.ListenableFuture<Image> | 
NovaAsyncClient.getImage(int id)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ImageAsyncApi.get(String) in openstack-nova. | 
com.google.common.util.concurrent.ListenableFuture<Image> | 
NovaAsyncClient.getImage(String uuid)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ImageAsyncApi.get(String) in openstack-nova. | 
Set<Image> | 
NovaClient.listImages(ListOptions... options)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ImageApi.list() in openstack-nova. | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Image>> | 
NovaAsyncClient.listImages(ListOptions... options)
Deprecated. 
 
Deprecated in jclouds 1.5.5, to be removed in jclouds 1.6. See  
ImageAsyncApi.list() in openstack-nova. | 
| 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-2013 jclouds. All Rights Reserved.