Uses of Class
org.jclouds.gogrid.domain.Server
- 
Packages that use Server Package Description org.jclouds.gogrid.compute.functions org.jclouds.gogrid.compute.strategy org.jclouds.gogrid.domain org.jclouds.gogrid.features org.jclouds.gogrid.predicates  - 
- 
Uses of Server in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type Server Modifier and Type Method Description NodeMetadataServerToNodeMetadata. apply(Server from)protected HardwareServerToNodeMetadata. parseHardware(Server from)protected ImageServerToNodeMetadata. parseImage(Server from) - 
Uses of Server in org.jclouds.gogrid.compute.strategy
Methods in org.jclouds.gogrid.compute.strategy that return Server Modifier and Type Method Description ServerGoGridComputeServiceAdapter. getNode(String id)Methods in org.jclouds.gogrid.compute.strategy that return types with arguments of type Server Modifier and Type Method Description ComputeServiceAdapter.NodeAndInitialCredentials<Server>GoGridComputeServiceAdapter. createNodeWithGroupEncodedIntoName(String group, String name, Template template)Iterable<Server>GoGridComputeServiceAdapter. listNodes()Iterable<Server>GoGridComputeServiceAdapter. listNodesByIds(Iterable<String> ids) - 
Uses of Server in org.jclouds.gogrid.domain
Methods in org.jclouds.gogrid.domain that return Server Modifier and Type Method Description ServerServer.Builder. build()Methods in org.jclouds.gogrid.domain with parameters of type Server Modifier and Type Method Description intServer. compareTo(Server that)TServer.Builder. fromServer(Server in) - 
Uses of Server in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return Server Modifier and Type Method Description ServerGridServerApi. addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)Adds a server with specified attributesServerGridServerApi. deleteById(long id)Deletes the server by IdServerGridServerApi. 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.ServerGridServerApi. editServerDescription(long id, String newDescription)Edits an existing serverServerGridServerApi. editServerRam(long id, String ram)Edits an existing serverServerGridServerApi. editServerType(long id, String newType)Edits an existing serverServerGridServerApi. power(String idOrName, PowerCommand power)Changes the server's state according toPowerCommandMethods in org.jclouds.gogrid.features that return types with arguments of type Server Modifier and Type Method Description Set<Server>GridServerApi. getServerList(GetServerListOptions... getServerListOptions)Returns the list of all servers.Set<Server>GridServerApi. getServersById(long... ids)Returns the server(s) by unique id(s).Set<Server>GridServerApi. getServersByName(String... names)Returns the server(s) by unique name(s). - 
Uses of Server in org.jclouds.gogrid.predicates
Methods in org.jclouds.gogrid.predicates with parameters of type Server Modifier and Type Method Description booleanServerLatestJobCompleted. apply(Server server) 
 -