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 Hardware
ServerSpecToHardware. 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 ServerSpec
ServerSpec.Builder. build()
Methods in org.jclouds.glesys.domain with parameters of type ServerSpec Modifier and Type Method Description 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 Modifier and Type Method Description ServerDetails
ServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
Create a new server
-