|
||||||||||
| 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 | |
|---|---|
org.jclouds.compute.ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> |
GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
org.jclouds.compute.domain.Template template)
|
Iterable<ServerDetails> |
GleSYSComputeServiceAdapter.listNodes()
|
Iterable<ServerDetails> |
GleSYSComputeServiceAdapter.listNodesByIds(Iterable<String> ids)
|
| Uses of ServerDetails in org.jclouds.glesys.compute.functions |
|---|
| Methods in org.jclouds.glesys.compute.functions with parameters of type ServerDetails | |
|---|---|
org.jclouds.compute.domain.NodeMetadata |
ServerDetailsToNodeMetadata.apply(ServerDetails from)
|
protected org.jclouds.compute.domain.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 | |
|---|---|
T |
ServerDetails.Builder.fromServerDetails(ServerDetails in)
|
| Uses of ServerDetails in org.jclouds.glesys.features |
|---|
| Methods in org.jclouds.glesys.features that return ServerDetails | |
|---|---|
ServerDetails |
ServerApi.clone(String serverid,
String hostname,
CloneServerOptions... options)
Clone a server |
ServerDetails |
ServerApi.createWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options)
Create a new server |
ServerDetails |
ServerApi.destroy(String id,
DestroyServerOptions keepIp)
Destroy a server |
ServerDetails |
ServerApi.get(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 |
ServerApi.hardStop(String id)
hard stop a server |
ServerDetails |
ServerApi.reboot(String id)
Reboot a server |
ServerDetails |
ServerApi.resetPassword(String id,
String password)
Reset the root password of a server |
ServerDetails |
ServerApi.start(String id)
Start a server |
ServerDetails |
ServerApi.stop(String id)
Stop a server |
ServerDetails |
ServerApi.update(String serverid,
UpdateServerOptions options)
Update the configuration of a server |
| Methods in org.jclouds.glesys.features that return types with arguments of type ServerDetails | |
|---|---|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.clone(String serverid,
String hostname,
CloneServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.createWithHostnameAndRootPassword(ServerSpec serverSpec,
String hostname,
String rootPassword,
CreateServerOptions... options)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.get(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.hardStop(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.reboot(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.resetPassword(String id,
String password)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.start(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.stop(String id)
|
com.google.common.util.concurrent.ListenableFuture<ServerDetails> |
ServerAsyncApi.update(String serverid,
UpdateServerOptions options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||