Uses of Class
org.jclouds.glesys.options.CreateServerOptions
-
Packages that use CreateServerOptions Package Description org.jclouds.glesys.features org.jclouds.glesys.options -
-
Uses of CreateServerOptions in org.jclouds.glesys.features
Methods in org.jclouds.glesys.features with parameters of type CreateServerOptions Modifier and Type Method Description ServerDetails
ServerApi. createWithHostnameAndRootPassword(ServerSpec serverSpec, String hostname, String rootPassword, CreateServerOptions... options)
Create a new server -
Uses of CreateServerOptions in org.jclouds.glesys.options
Methods in org.jclouds.glesys.options that return CreateServerOptions Modifier and Type Method Description static CreateServerOptions
CreateServerOptions.Builder. description(String primaryNameServer)
CreateServerOptions
CreateServerOptions. description(String description)
static CreateServerOptions
CreateServerOptions.Builder. ip(String ip)
CreateServerOptions
CreateServerOptions. ip(String ip)
-