Modifier and Type | Method and Description |
---|---|
Server |
CloudServersClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options)
This operation asynchronously provisions a new server.
|
Server |
CloudServersClient.getServer(int id)
This operation returns details of the specified server.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.createServer(String name,
int imageId,
int flavorId,
CreateServerOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Server> |
CloudServersAsyncClient.getServer(int id) |
Set<Server> |
CloudServersClient.listServers(ListOptions... options)
List all servers (IDs and names only)
This operation provides a list of servers associated with your identity.
|
com.google.common.util.concurrent.ListenableFuture<? extends Set<Server>> |
CloudServersAsyncClient.listServers(ListOptions... options) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerToNodeMetadata.apply(Server from) |
protected Hardware |
ServerToNodeMetadata.parseHardware(Server from) |
protected OperatingSystem |
ServerToNodeMetadata.parseOperatingSystem(Server from) |
Modifier and Type | Method and Description |
---|---|
Server |
CloudServersComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Server> |
CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Server> |
CloudServersComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
Server |
Server.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
Server.Builder.fromServer(Server in) |
Modifier and Type | Method and Description |
---|---|
boolean |
ServerDeleted.apply(Server server) |
boolean |
ServerActive.apply(Server server) |
Copyright © 2009-2013 jclouds. All Rights Reserved.