Uses of Class
org.jclouds.gogrid.domain.Server
Packages that use Server
Package
Description
-
Uses of Server in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions with parameters of type ServerModifier and TypeMethodDescriptionprotected 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 ServerMethods in org.jclouds.gogrid.compute.strategy that return types with arguments of type ServerModifier and TypeMethodDescriptionGoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) GoGridComputeServiceAdapter.listNodes()
GoGridComputeServiceAdapter.listNodesByIds
(Iterable<String> ids) -
Uses of Server in org.jclouds.gogrid.domain
Methods in org.jclouds.gogrid.domain that return ServerMethods in org.jclouds.gogrid.domain with parameters of type Server -
Uses of Server in org.jclouds.gogrid.features
Methods in org.jclouds.gogrid.features that return ServerModifier and TypeMethodDescriptionGridServerApi.addServer
(String name, String image, String ram, String ip, AddServerOptions... addServerOptions) Adds a server with specified attributesGridServerApi.deleteById
(long id) Deletes the server by IdGridServerApi.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.GridServerApi.editServerDescription
(long id, String newDescription) Edits an existing serverGridServerApi.editServerRam
(long id, String ram) Edits an existing serverGridServerApi.editServerType
(long id, String newType) Edits an existing serverGridServerApi.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 ServerModifier and TypeMethodDescriptionGridServerApi.getServerList
(GetServerListOptions... getServerListOptions) Returns the list of all servers.GridServerApi.getServersById
(long... ids) Returns the server(s) by unique id(s).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