| Package | Description | 
|---|---|
| org.jclouds.gogrid.compute.functions | |
| org.jclouds.gogrid.compute.strategy | |
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.functions | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Method and Description | 
|---|---|
Location | 
OptionToLocation.apply(Option from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Iterable<Option> | 
GoGridComputeServiceAdapter.listLocations()  | 
| Modifier and Type | Field and Description | 
|---|---|
protected Option | 
ServerImage.Builder.architecture  | 
protected Option | 
Job.Builder.command  | 
protected Option | 
Server.Builder.datacenter  | 
protected Option | 
LoadBalancer.Builder.datacenter  | 
protected Option | 
Ip.Builder.datacenter  | 
protected Option | 
ServerImage.Builder.os  | 
protected Option | 
Server.Builder.os  | 
protected Option | 
Server.Builder.ram  | 
protected Option | 
Server.Builder.type  | 
| Modifier and Type | Method and Description | 
|---|---|
Option | 
Option.Builder.build()  | 
static Option | 
Option.createWithIdNameAndDescription(Long id,
                              String name,
                              String description)  | 
Option | 
ServerImage.getArchitecture()  | 
Option | 
Job.getCommand()  | 
Option | 
Server.getDatacenter()  | 
Option | 
LoadBalancer.getDatacenter()  | 
Option | 
Ip.getDatacenter()  | 
Option | 
ServerImage.getOs()  | 
Option | 
Server.getOs()  | 
Option | 
Server.getRam()  | 
Option | 
Server.getType()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ServerImage.Builder.architecture(Option architecture)  | 
T | 
Job.Builder.command(Option command)  | 
int | 
Option.compareTo(Option o)  | 
T | 
Server.Builder.datacenter(Option datacenter)  | 
T | 
LoadBalancer.Builder.datacenter(Option datacenter)  | 
T | 
Ip.Builder.datacenter(Option datacenter)  | 
T | 
Option.Builder.fromOption(Option in)  | 
T | 
ServerImage.Builder.os(Option os)  | 
T | 
Server.Builder.os(Option os)  | 
T | 
Server.Builder.ram(Option ram)  | 
T | 
Server.Builder.type(Option type)  | 
| Constructor and 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)  | 
| Modifier and Type | Method and Description | 
|---|---|
SortedSet<Option> | 
ParseOptionsFromJsonResponse.apply(HttpResponse arg0)  | 
| Modifier and Type | Method and Description | 
|---|---|
Set<Option> | 
GridServerClient.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridServerAsyncClient.getDatacenters()  | 
Set<Option> | 
GridLoadBalancerClient.getDatacenters()
Retrieves the list of supported Datacenters to launch servers into. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridLoadBalancerAsyncClient.getDatacenters()  | 
Set<Option> | 
GridIpClient.getDatacenters()
Retrieves the list of supported Datacenters to retrieve ips from. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridIpAsyncClient.getDatacenters()  | 
Set<Option> | 
GridImageClient.getDatacenters()
Retrieves the list of supported Datacenters to save images in. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridImageAsyncClient.getDatacenters()  | 
Set<Option> | 
GridServerClient.getRamSizes()
Retrieves the list of supported RAM configurations. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridServerAsyncClient.getRamSizes()  | 
Set<Option> | 
GridServerClient.getTypes()
Retrieves the list of supported server types, for example Web/App Server and Database Server. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Option>> | 
GridServerAsyncClient.getTypes()  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.