Uses of Class
org.jclouds.glesys.compute.options.GleSYSTemplateOptions

Packages that use GleSYSTemplateOptions
org.jclouds.glesys.compute.options   
 

Uses of GleSYSTemplateOptions in org.jclouds.glesys.compute.options
 

Methods in org.jclouds.glesys.compute.options that return GleSYSTemplateOptions
 GleSYSTemplateOptions GleSYSTemplateOptions.authorizePublicKey(String publicKey)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.blockOnPort(int port, int seconds)
           
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.blockOnPort(int port, int seconds)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.clone()
           
 GleSYSTemplateOptions GleSYSTemplateOptions.inboundPorts(int... ports)
           
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.inboundPorts(int... ports)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.installPrivateKey(String privateKey)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.ip(String ip)
          Sets the IP address to assign to the new server instance.
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.ip(String ip)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.networks(Iterable<String> networks)
          
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.networks(Iterable<String> networks)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.nodeNames(Iterable<String> nodeNames)
          
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.nodeNames(Iterable<String> nodeNames)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.rootPassword(String rootPassword)
          Sets the password for the root user on the created server instance.
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.rootPassword(String rootPassword)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.transferGB(int transferGB)
          Sets the monthly data transfer limit (in GB) for the server.
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.transferGB(int transferGB)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.userMetadata(Map<String,String> userMetadata)
          
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.userMetadata(Map<String,String> userMetadata)
           
 GleSYSTemplateOptions GleSYSTemplateOptions.userMetadata(String key, String value)
          
static GleSYSTemplateOptions GleSYSTemplateOptions.Builder.userMetadata(String key, String value)
           
 



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