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)
           
 

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

Constructor parameters in org.jclouds.gogrid.compute.strategy with type arguments of type Server
GoGridAddNodeWithTagStrategy(GoGridClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata, com.google.common.base.Function<Hardware,String> sizeToRam, ComputeServiceConstants.Timeouts timeouts)
           
GoGridGetNodeMetadataStrategy(GoGridClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
GoGridListNodesStrategy(GoGridClient client, com.google.common.base.Function<Server,NodeMetadata> serverToNodeMetadata)
           
 

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.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)
           
 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-2010 jclouds. All Rights Reserved.