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 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 Modifier and Type Method Description Server
GoGridComputeServiceAdapter. 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 Server
Server.Builder. build()
Methods in org.jclouds.gogrid.domain with parameters of type Server Modifier and Type Method Description int
Server. compareTo(Server that)
T
Server.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 Server
GridServerApi. addServer(String name, String image, String ram, String ip, AddServerOptions... addServerOptions)
Adds a server with specified attributesServer
GridServerApi. deleteById(long id)
Deletes the server by IdServer
GridServerApi. 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
GridServerApi. editServerDescription(long id, String newDescription)
Edits an existing serverServer
GridServerApi. editServerRam(long id, String ram)
Edits an existing serverServer
GridServerApi. editServerType(long id, String newType)
Edits an existing serverServer
GridServerApi. power(String idOrName, PowerCommand power)
Changes the server's state according toPowerCommand
Methods 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 boolean
ServerLatestJobCompleted. apply(Server server)
-