| Package | Description | 
|---|---|
| org.jclouds.cloudservers | |
| org.jclouds.cloudservers.options | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Flavor> | 
CloudServersClient.listFlavors(ListOptions... options)
List available flavors (IDs and names only)
 
 in order to retrieve all details, pass the option  
withDetails() | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> | 
CloudServersAsyncClient.listFlavors(ListOptions... options)
Deprecated.  
  | 
Set<Image> | 
CloudServersClient.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>> | 
CloudServersAsyncClient.listImages(ListOptions... options)
Deprecated.  
  | 
Set<Server> | 
CloudServersClient.listServers(ListOptions... options)
List all servers (IDs and names only)
 
 This operation provides a list of servers associated with your identity. 
 | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> | 
CloudServersAsyncClient.listServers(ListOptions... options)
Deprecated.  
  | 
Set<SharedIpGroup> | 
CloudServersClient.listSharedIpGroups(ListOptions... options)
List shared IP groups (IDs and names only)
 
 in order to retrieve all details, pass the option  
withDetails() | 
com.google.common.util.concurrent.ListenableFuture<? extends Set<SharedIpGroup>> | 
CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
Deprecated.  
  | 
| Modifier and Type | Field and Description | 
|---|---|
static ListOptions | 
ListOptions.NONE  | 
| Modifier and Type | Method and Description | 
|---|---|
ListOptions | 
ListOptions.changesSince(Date ifModifiedSince)
Only return objects changed since this time. 
 | 
static ListOptions | 
ListOptions.Builder.changesSince(Date since)  | 
ListOptions | 
ListOptions.maxResults(int limit)
To reduce load on the service, list operations will return a maximum of 1,000 items at a time. 
 | 
static ListOptions | 
ListOptions.Builder.maxResults(int maxKeys)  | 
ListOptions | 
ListOptions.startAt(long offset)
Indicates where to begin listing. 
 | 
static ListOptions | 
ListOptions.Builder.startAt(long prefix)  | 
ListOptions | 
ListOptions.withDetails()
unless used, only the name and id will be returned per row. 
 | 
static ListOptions | 
ListOptions.Builder.withDetails()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.