|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServerDetails | |
---|---|
org.jclouds.glesys.compute | |
org.jclouds.glesys.compute.functions | |
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Uses of ServerDetails in org.jclouds.glesys.compute |
---|
Methods in org.jclouds.glesys.compute that return ServerDetails | |
---|---|
ServerDetails |
GleSYSComputeServiceAdapter.getNode(String id)
|
Methods in org.jclouds.glesys.compute that return types with arguments of type ServerDetails | |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> |
GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template)
|
Iterable<ServerDetails> |
GleSYSComputeServiceAdapter.listNodes()
|
Uses of ServerDetails in org.jclouds.glesys.compute.functions |
---|
Methods in org.jclouds.glesys.compute.functions with parameters of type ServerDetails | |
---|---|
NodeMetadata |
ServerDetailsToNodeMetadata.apply(ServerDetails from)
|
boolean |
ServerDetailsToNodeMetadata.FindLocationForServerDetails.matches(ServerDetails from,
Location input)
|
protected OperatingSystem |
ServerDetailsToNodeMetadata.parseOperatingSystem(ServerDetails from)
|
Uses of ServerDetails in org.jclouds.glesys.domain |
---|
Methods in org.jclouds.glesys.domain that return ServerDetails | |
---|---|
ServerDetails |
ServerDetails.Builder.build()
|
Methods in org.jclouds.glesys.domain with parameters of type ServerDetails | |
---|---|
ServerDetails.Builder |
ServerDetails.Builder.fromServerDetails(ServerDetails in)
|
Uses of ServerDetails in org.jclouds.glesys.features |
---|
Methods in org.jclouds.glesys.features that return ServerDetails | |
---|---|
ServerDetails |
ServerClient.cloneServer(String serverid,
String hostname,
CloneServerOptions... options)
Clone a server |
ServerDetails |
ServerClient.createServerWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options)
Create a new server |
ServerDetails |
ServerClient.destroyServer(String id,
DestroyServerOptions keepIp)
Destroy a server |
ServerDetails |
ServerClient.editServer(String serverid,
EditServerOptions... options)
Edit the configuration of a server |
ServerDetails |
ServerClient.getServerDetails(String id)
Get detailed information about a server such as hostname, hardware configuration (cpu, memory and disk), ip addresses, cost, transfer, os and more. |
ServerDetails |
ServerClient.rebootServer(String id)
Reboot a server |
ServerDetails |
ServerClient.startServer(String id)
Start a server |
Methods in org.jclouds.glesys.features that return types with arguments of type ServerDetails | |
---|---|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.cloneServer(String serverid,
String hostname,
CloneServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.createServerWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.editServer(String serverid,
EditServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.getServerDetails(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.hardStopServer(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.rebootServer(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.startServer(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncClient.stopServer(String id)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |