| Package | Description |
|---|---|
| org.jclouds.gogrid.compute.functions | |
| org.jclouds.gogrid.compute.strategy | |
| org.jclouds.gogrid.domain | |
| org.jclouds.gogrid.predicates | |
| org.jclouds.gogrid.services |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected org.jclouds.compute.domain.Hardware |
ServerToNodeMetadata.parseHardware(Server from) |
protected org.jclouds.compute.domain.Image |
ServerToNodeMetadata.parseImage(Server from) |
| Modifier and Type | Method and Description |
|---|---|
Server |
GoGridComputeServiceAdapter.getNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.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 |
|---|---|
boolean |
ServerLatestJobCompleted.apply(Server server) |
| Modifier and Type | Method and Description |
|---|---|
Server |
GridServerClient.addServer(String name,
String image,
String ram,
String ip,
AddServerOptions... addServerOptions)
Deprecated.
Adds a server with specified attributes
|
Server |
GridServerClient.deleteById(long id)
Deprecated.
Deletes the server by Id
|
Server |
GridServerClient.deleteByName(String name)
Deprecated.
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.editServerDescription(long id,
String newDescription)
Deprecated.
Edits an existing server
|
Server |
GridServerClient.editServerRam(long id,
String idOrNameOfRam)
Deprecated.
Edits an existing server
|
Server |
GridServerClient.editServerType(long id,
String idOrNameOfType)
Deprecated.
Edits an existing server
|
Server |
GridServerClient.power(String idOrName,
PowerCommand power)
Deprecated.
Changes the server's state according to
PowerCommand |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.addServer(String name,
String image,
String ram,
String ip,
AddServerOptions... addServerOptions)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteById(long id)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.deleteByName(String name)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerDescription(long id,
String newDescription)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerRam(long id,
String ram)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.editServerType(long id,
String newType)
Deprecated.
|
Set<Server> |
GridServerClient.getServerList(GetServerListOptions... getServerListOptions)
Deprecated.
Returns the list of all servers.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServerList(GetServerListOptions... getServerListOptions)
Deprecated.
|
Set<Server> |
GridServerClient.getServersById(long... ids)
Deprecated.
Returns the server(s) by unique id(s).
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersById(long... ids)
Deprecated.
|
Set<Server> |
GridServerClient.getServersByName(String... names)
Deprecated.
Returns the server(s) by unique name(s).
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
GridServerAsyncClient.getServersByName(String... names)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<Server> |
GridServerAsyncClient.power(String idOrName,
PowerCommand power)
Deprecated.
|
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.