| Package | Description | 
|---|---|
| org.jclouds.gogrid.compute.functions | |
| org.jclouds.gogrid.compute.strategy | |
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.predicates | |
| org.jclouds.gogrid.services | 
| Modifier and Type | Method and Description | 
|---|---|
NodeMetadata | 
ServerToNodeMetadata.apply(Server from)  | 
protected Hardware | 
ServerToNodeMetadata.parseHardware(Server from)  | 
protected Image | 
ServerToNodeMetadata.parseImage(Server from)  | 
| Modifier and Type | Method and Description | 
|---|---|
Server | 
GoGridComputeServiceAdapter.getNode(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> | 
GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
                                  String name,
                                  Template template)  | 
Iterable<Server> | 
GoGridComputeServiceAdapter.listNodes()  | 
| Modifier and Type | Method and Description | 
|---|---|
Server | 
Server.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Server.compareTo(Server that)  | 
T | 
Server.Builder.fromServer(Server in)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ServerLatestJobCompleted.apply(Server server)  | 
| Modifier and Type | Method and Description | 
|---|---|
Server | 
GridServerClient.addServer(String name,
         String image,
         String ram,
         String ip,
         AddServerOptions... addServerOptions)
Adds a server with specified attributes 
 | 
Server | 
GridServerClient.deleteById(long id)
Deletes the server by Id 
 | 
Server | 
GridServerClient.deleteByName(String name)
Deletes the server by name;
 
 NOTE: Using this parameter may generate an error if one or more servers
 share a non-unique name. 
 | 
Server | 
GridServerClient.editServerDescription(long id,
                     String newDescription)
Edits an existing server 
 | 
Server | 
GridServerClient.editServerRam(long id,
             String idOrNameOfRam)
Edits an existing server 
 | 
Server | 
GridServerClient.editServerType(long id,
              String idOrNameOfType)
Edits an existing server 
 | 
Server | 
GridServerClient.power(String idOrName,
     PowerCommand power)
Changes the server's state according to  
PowerCommand | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.addServer(String name,
         String image,
         String ram,
         String ip,
         AddServerOptions... addServerOptions)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.deleteById(long id)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.deleteByName(String name)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.editServerDescription(long id,
                     String newDescription)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.editServerRam(long id,
             String ram)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.editServerType(long id,
              String newType)  | 
Set<Server> | 
GridServerClient.getServerList(GetServerListOptions... getServerListOptions)
Returns the list of all servers. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
GridServerAsyncClient.getServerList(GetServerListOptions... getServerListOptions)  | 
Set<Server> | 
GridServerClient.getServersById(long... ids)
Returns the server(s) by unique id(s). 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
GridServerAsyncClient.getServersById(long... ids)  | 
Set<Server> | 
GridServerClient.getServersByName(String... names)
Returns the server(s) by unique name(s). 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<Server>> | 
GridServerAsyncClient.getServersByName(String... names)  | 
com.google.common.util.concurrent.ListenableFuture<Server> | 
GridServerAsyncClient.power(String idOrName,
     PowerCommand power)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.