Uses of Class
org.jclouds.glesys.domain.ServerSpec
- 
Packages that use ServerSpec Package Description 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 Modifier and Type Method Description HardwareServerSpecToHardware. apply(ServerSpec spec) - 
Uses of ServerSpec in org.jclouds.glesys.domain
Methods in org.jclouds.glesys.domain that return ServerSpec Modifier and Type Method Description ServerSpecServerSpec.Builder. build()Methods in org.jclouds.glesys.domain with parameters of type ServerSpec Modifier and Type Method Description TServerSpec.Builder. fromServerSpec(ServerSpec in) - 
Uses of ServerSpec in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type ServerSpec Modifier and Type Method Description ServerDetailsServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)Create a new server 
 -