Package | Description |
---|---|
org.jclouds.gogrid.compute.functions | |
org.jclouds.gogrid.compute.strategy | |
org.jclouds.gogrid.domain | |
org.jclouds.gogrid.features | |
org.jclouds.gogrid.predicates |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from) |
protected Image |
ServerToNodeMetadata.parseImage(Server from) |
Modifier and Type | Method and Description |
---|---|
Server |
GoGridComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Server> |
GoGridComputeServiceAdapter.listNodes() |
Iterable<Server> |
GoGridComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
Server |
Server.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Server.compareTo(Server that) |
T |
Server.Builder.fromServer(Server in) |
Modifier and Type | Method and Description |
---|---|
Server |
GridServerApi.addServer(String name,
String image,
String ram,
String ip,
AddServerOptions... addServerOptions)
Adds a server with specified attributes
|
Server |
GridServerApi.deleteById(long id)
Deletes the server by Id
|
Server |
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 server
|
Server |
GridServerApi.editServerRam(long id,
String ram)
Edits an existing server
|
Server |
GridServerApi.editServerType(long id,
String newType)
Edits an existing server
|
Server |
GridServerApi.power(String idOrName,
PowerCommand power)
Changes the server's state according to
PowerCommand |
Modifier and Type | Method and 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).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ServerLatestJobCompleted.apply(Server server) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.