Package | Description |
---|---|
org.jclouds.glesys.compute | |
org.jclouds.glesys.compute.functions | |
org.jclouds.glesys.domain | |
org.jclouds.glesys.features |
Modifier and Type | Method and Description |
---|---|
ServerDetails |
GleSYSComputeServiceAdapter.getNode(String id) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> |
GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<ServerDetails> |
GleSYSComputeServiceAdapter.listNodes() |
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
ServerDetailsToNodeMetadata.apply(ServerDetails from) |
boolean |
ServerDetailsToNodeMetadata.FindLocationForServerDetails.matches(ServerDetails from,
Location input) |
protected OperatingSystem |
ServerDetailsToNodeMetadata.parseOperatingSystem(ServerDetails from) |
Modifier and Type | Method and Description |
---|---|
ServerDetails |
ServerDetails.Builder.build() |
Modifier and Type | Method and Description |
---|---|
T |
ServerDetails.Builder.fromServerDetails(ServerDetails in) |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.