Uses of Class
org.jclouds.gogrid.domain.Option
- 
Packages that use Option Package Description org.jclouds.gogrid.compute.functions org.jclouds.gogrid.compute.strategy org.jclouds.gogrid.domain org.jclouds.gogrid.features org.jclouds.gogrid.functions  - 
- 
Uses of Option in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type Option Modifier and Type Method Description LocationOptionToLocation. apply(Option from) - 
Uses of Option in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type Option Modifier and Type Method Description Iterable<Option>GoGridComputeServiceAdapter. listLocations() - 
Uses of Option in org.jclouds.gogrid.domain
Fields in org.jclouds.gogrid.domain declared as Option Modifier and Type Field Description protected OptionServerImage.Builder. architectureprotected OptionJob.Builder. commandprotected OptionIp.Builder. datacenterprotected OptionLoadBalancer.Builder. datacenterprotected OptionServer.Builder. datacenterprotected OptionServer.Builder. osprotected OptionServerImage.Builder. osprotected OptionServer.Builder. ramprotected OptionServer.Builder. typeMethods in org.jclouds.gogrid.domain that return Option Modifier and Type Method Description OptionOption.Builder. build()static OptionOption. createWithIdNameAndDescription(Long id, String name, String description)OptionServerImage. getArchitecture()OptionJob. getCommand()OptionIp. getDatacenter()OptionLoadBalancer. getDatacenter()OptionServer. getDatacenter()OptionServer. getOs()OptionServerImage. getOs()OptionServer. getRam()OptionServer. getType()Methods in org.jclouds.gogrid.domain with parameters of type Option Modifier and Type Method Description TServerImage.Builder. architecture(Option architecture)TJob.Builder. command(Option command)intOption. compareTo(Option o)TIp.Builder. datacenter(Option datacenter)TLoadBalancer.Builder. datacenter(Option datacenter)TServer.Builder. datacenter(Option datacenter)TOption.Builder. fromOption(Option in)TServer.Builder. os(Option os)TServerImage.Builder. os(Option os)TServer.Builder. ram(Option ram)TServer.Builder. type(Option type)Constructors in org.jclouds.gogrid.domain with parameters of type Option Constructor Description 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, Set<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, boolean isSandbox, String name, String description, ServerState state, Option datacenter, 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 isActive, boolean isPublic, Date createdTime, Date updatedTime, Set<BillingToken> billingTokens, Customer owner) - 
Uses of Option in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return types with arguments of type Option Modifier and Type Method Description Set<Option>GridImageApi. getDatacenters()Retrieves the list of supported Datacenters to save images in.Set<Option>GridIpApi. getDatacenters()Retrieves the list of supported Datacenters to retrieve ips from.Set<Option>GridLoadBalancerApi. getDatacenters()Retrieves the list of supported Datacenters to launch servers into.Set<Option>GridServerApi. getDatacenters()Retrieves the list of supported Datacenters to launch servers into.Set<Option>GridServerApi. getRamSizes()Retrieves the list of supported RAM configurations.Set<Option>GridServerApi. getTypes()Retrieves the list of supported server types, for example Web/App Server and Database Server. - 
Uses of Option in org.jclouds.gogrid.functions
Methods in org.jclouds.gogrid.functions that return types with arguments of type Option Modifier and Type Method Description SortedSet<Option>ParseOptionsFromJsonResponse. apply(HttpResponse arg0) 
 -