Uses of Class
org.jclouds.gogrid.domain.Option

Packages that use Option
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.services   
 

Uses of Option in org.jclouds.gogrid.domain
 

Methods in org.jclouds.gogrid.domain that return Option
 Option ServerImage.getArchitecture()
           
 Option Job.getCommand()
           
 Option LoadBalancer.getDatacenter()
           
 Option Ip.getDatacenter()
           
 Option Server.getDatacenter()
           
 Option ServerImage.getOs()
           
 Option Server.getOs()
           
 Option Server.getRam()
           
 Option Server.getType()
           
 

Methods in org.jclouds.gogrid.domain with parameters of type Option
 int Option.compareTo(Option o)
           
 

Constructors in org.jclouds.gogrid.domain with parameters of type Option
Ip(long id, String ip, String subnet, boolean isPublic, IpState state, Option datacenter)
           
Job(long id, Option command, ObjectType objectType, Date createdOn, Date lastUpdatedOn, JobState currentState, int attempts, String owner, SortedSet<JobProperties> history, Map<String,String> details)
           
LoadBalancer(long id, String name, String description, IpPortPair virtualIp, Set<IpPortPair> realIpList, LoadBalancerType type, LoadBalancerPersistenceType persistence, LoadBalancerOs os, LoadBalancerState state, Option datacenter)
           
Server(long id, Option datacenter, boolean sandbox, String name, String description, ServerState state, Option type, Option ram, Option os, Ip ip, ServerImage image)
           
ServerImage(long id, String name, String friendlyName, String description, Option os, Option architecture, ServerImageType type, ServerImageState state, double price, String location, boolean active, boolean aPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner)
           
 

Uses of Option in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return types with arguments of type Option
 SortedSet<Option> ParseOptionsFromJsonResponse.apply(HttpResponse arg0)
           
 

Uses of Option in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services that return types with arguments of type Option
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridImageAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridLoadBalancerAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridIpAsyncClient.getDatacenters()
           
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getDatacenters()
           
 Set<Option> GridImageClient.getDatacenters()
          Retrieves the list of supported Datacenters to save images in.
 Set<Option> GridLoadBalancerClient.getDatacenters()
          Retrieves the list of supported Datacenters to launch servers into.
 Set<Option> GridIpClient.getDatacenters()
          Retrieves the list of supported Datacenters to retrieve ips from.
 Set<Option> GridServerClient.getDatacenters()
          Retrieves the list of supported Datacenters to launch servers into.
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getRamSizes()
           
 Set<Option> GridServerClient.getRamSizes()
          Retrieves the list of supported RAM configurations.
 com.google.common.util.concurrent.ListenableFuture<Set<Option>> GridServerAsyncClient.getTypes()
           
 Set<Option> GridServerClient.getTypes()
          Retrieves the list of supported server types, for example Web/App Server and Database Server.
 



Copyright © 2009-2011 jclouds. All Rights Reserved.