Uses of Class
org.jclouds.cloudservers.options.ListOptions

Packages that use ListOptions
org.jclouds.cloudservers   
org.jclouds.cloudservers.options   
 

Uses of ListOptions in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with parameters of type ListOptions
 com.google.common.util.concurrent.ListenableFuture<? extends Set<Flavor>> CloudServersAsyncClient.listFlavors(ListOptions... options)
           
 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<Image>> CloudServersAsyncClient.listImages(ListOptions... options)
           
 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<Server>> CloudServersAsyncClient.listServers(ListOptions... options)
           
 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<SharedIpGroup>> CloudServersAsyncClient.listSharedIpGroups(ListOptions... options)
           
 Set<SharedIpGroup> CloudServersClient.listSharedIpGroups(ListOptions... options)
          List shared IP groups (IDs and names only) in order to retrieve all details, pass the option withDetails()
 

Uses of ListOptions in org.jclouds.cloudservers.options
 

Fields in org.jclouds.cloudservers.options declared as ListOptions
static ListOptions ListOptions.NONE
           
 

Methods in org.jclouds.cloudservers.options that return ListOptions
 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-2012 jclouds. All Rights Reserved.