Modifier and Type | Method and Description |
---|---|
Server |
RimuHostingClient.getServer(Long id)
Gets a server based on its id.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
RimuHostingAsyncClient.getServer(Long id) |
Set<? extends Server> |
RimuHostingClient.getServerList()
Returns a list of servers that belong to this identity.
|
com.google.common.util.concurrent.ListenableFuture<Set<Server>> |
RimuHostingAsyncClient.getServerList() |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Function<Server,Iterable<String>> |
ServerToNodeMetadata.getPublicAddresses |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected OperatingSystem |
ServerToNodeMetadata.parseOperatingSystem(Server from,
Location location) |
Modifier and Type | Method and Description |
---|---|
Server |
RimuHostingComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
RimuHostingComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Server> |
RimuHostingComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
Server |
ResizeResponse.getAboutOrder() |
Server |
NewServerResponse.getServer() |
Modifier and Type | Method and Description |
---|---|
int |
Server.compareTo(Server server) |
void |
ResizeResponse.setAboutOrder(Server about_orders) |
void |
NewServerResponse.setServer(Server server) |
Modifier and Type | Method and Description |
---|---|
Server |
ParseServerFromJsonResponse.apply(HttpResponse arg0) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Server> |
ParseServersFromJsonResponse.apply(HttpResponse arg0) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerRunning.apply(Server server) |
boolean |
ServerDestroyed.apply(Server server) |
Copyright © 2009-2013 jclouds. All Rights Reserved.