| 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() | 
| Iterable<ServerDetails> | GleSYSComputeServiceAdapter. listNodesByIds(Iterable<String> ids) | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeMetadata | ServerDetailsToNodeMetadata. apply(ServerDetails from) | 
| 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. 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 | 
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.