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

Packages that use Server
org.jclouds.gogrid.compute.functions   
org.jclouds.gogrid.compute.strategy   
org.jclouds.gogrid.domain   
org.jclouds.gogrid.functions   
org.jclouds.gogrid.predicates   
org.jclouds.gogrid.services   
 

Uses of Server in org.jclouds.gogrid.compute.functions
 

Methods in org.jclouds.gogrid.compute.functions with parameters of type Server
 NodeMetadata ServerToNodeMetadata.apply(Server from)
           
protected  Hardware ServerToNodeMetadata.parseHardware(Server from)
           
protected  Image ServerToNodeMetadata.parseImage(Server from)
           
 

Uses of Server in org.jclouds.gogrid.compute.strategy
 

Methods in org.jclouds.gogrid.compute.strategy that return Server
 Server GoGridComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type Server
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 Iterable<Server> GoGridComputeServiceAdapter.listNodes()
           
 

Uses of Server in org.jclouds.gogrid.domain
 

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

Uses of Server in org.jclouds.gogrid.functions
 

Methods in org.jclouds.gogrid.functions that return Server
 Server ParseServerFromJsonResponse.apply(HttpResponse arg0)
           
 

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

Uses of Server in org.jclouds.gogrid.predicates
 

Methods in org.jclouds.gogrid.predicates with parameters of type Server
 boolean ServerLatestJobCompleted.apply(Server server)
           
 

Uses of Server in org.jclouds.gogrid.services
 

Methods in org.jclouds.gogrid.services that return Server
 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
 

Methods in org.jclouds.gogrid.services that return types with arguments of type Server
 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-2012 jclouds. All Rights Reserved.