Uses of Class
org.jclouds.glesys.domain.ServerSpec

Packages that use ServerSpec
org.jclouds.glesys.compute.functions   
org.jclouds.glesys.domain   
org.jclouds.glesys.features   
 

Uses of ServerSpec in org.jclouds.glesys.compute.functions
 

Methods in org.jclouds.glesys.compute.functions with parameters of type ServerSpec
 org.jclouds.compute.domain.Hardware ServerSpecToHardware.apply(ServerSpec spec)
           
 

Uses of ServerSpec in org.jclouds.glesys.domain
 

Methods in org.jclouds.glesys.domain that return ServerSpec
 ServerSpec ServerSpec.Builder.build()
           
 

Methods in org.jclouds.glesys.domain with parameters of type ServerSpec
 T ServerSpec.Builder.fromServerSpec(ServerSpec in)
           
 

Uses of ServerSpec in org.jclouds.glesys.features
 

Methods in org.jclouds.glesys.features with parameters of type ServerSpec
 ServerDetails ServerApi.createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
          Create a new server
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.