| Package | Description |
|---|---|
| org.jclouds.cloudsigma | |
| org.jclouds.cloudsigma.compute | |
| org.jclouds.cloudsigma.compute.functions | |
| org.jclouds.cloudsigma.domain | |
| org.jclouds.cloudsigma.functions |
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
CloudSigmaClient.createServer(Server server)
Deprecated.
create a new server
|
ServerInfo |
CloudSigmaClient.getServerInfo(String uuid)
Deprecated.
|
ServerInfo |
CloudSigmaClient.setServerConfiguration(String uuid,
Server server)
Deprecated.
set server configuration
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.createServer(Server createServer)
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.getServerInfo(String uuid)
Deprecated.
|
Set<? extends ServerInfo> |
CloudSigmaClient.listServerInfo()
Deprecated.
Get all servers info
|
com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> |
CloudSigmaAsyncClient.listServerInfo()
Deprecated.
|
com.google.common.util.concurrent.ListenableFuture<ServerInfo> |
CloudSigmaAsyncClient.setServerConfiguration(String uuid,
Server setServer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
CloudSigmaComputeServiceAdapter.getNode(String id) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> |
CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
org.jclouds.compute.domain.Template template) |
Iterable<ServerInfo> |
CloudSigmaComputeServiceAdapter.listNodes() |
Iterable<ServerInfo> |
CloudSigmaComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from) |
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
ServerInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
ServerInfo |
KeyValuesDelimitedByBlankLinesToServerInfo.apply(org.jclouds.http.HttpResponse response) |
ServerInfo |
MapToServerInfo.apply(Map<String,String> from) |
| Modifier and Type | Method and Description |
|---|---|
Set<ServerInfo> |
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(org.jclouds.http.HttpResponse response) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.