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 |
CloudSigmaApi.createServer(Server createServer)
create a new server
|
ServerInfo |
CloudSigmaApi.getServerInfo(String uuid) |
ServerInfo |
CloudSigmaApi.setServerConfiguration(String uuid,
Server setServer)
set server configuration
|
Modifier and Type | Method and Description |
---|---|
Set<ServerInfo> |
CloudSigmaApi.listServerInfo()
Get all servers info
|
Modifier and Type | Method and Description |
---|---|
ServerInfo |
CloudSigmaComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> |
CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag,
String name,
Template template) |
Iterable<ServerInfo> |
CloudSigmaComputeServiceAdapter.listNodes() |
Iterable<ServerInfo> |
CloudSigmaComputeServiceAdapter.listNodesByIds(Iterable<String> ids) |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerInfoToNodeMetadata.apply(ServerInfo from) |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
ServerInfo.Builder.build() |
Modifier and Type | Method and Description |
---|---|
ServerInfo |
KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response) |
ServerInfo |
MapToServerInfo.apply(Map<String,String> from) |
Modifier and Type | Method and Description |
---|---|
Set<ServerInfo> |
ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.