Uses of Class
org.jclouds.gogrid.compute.options.GoGridTemplateOptions

Packages that use GoGridTemplateOptions
org.jclouds.gogrid.compute   
org.jclouds.gogrid.compute.options   
 

Uses of GoGridTemplateOptions in org.jclouds.gogrid.compute
 

Methods in org.jclouds.gogrid.compute that return GoGridTemplateOptions
 GoGridTemplateOptions GoGridComputeService.templateOptions()
          Returns template options, except of type GoGridTemplateOptions.
 

Uses of GoGridTemplateOptions in org.jclouds.gogrid.compute.options
 

Fields in org.jclouds.gogrid.compute.options declared as GoGridTemplateOptions
static GoGridTemplateOptions GoGridTemplateOptions.NONE
           
 

Methods in org.jclouds.gogrid.compute.options that return GoGridTemplateOptions
 GoGridTemplateOptions GoGridTemplateOptions.authorizePublicKey(Payload publicKey)
          Deprecated. 
static GoGridTemplateOptions GoGridTemplateOptions.Builder.authorizePublicKey(Payload rsaKey)
          Deprecated. 
 GoGridTemplateOptions GoGridTemplateOptions.authorizePublicKey(String publicKey)
           
 GoGridTemplateOptions GoGridTemplateOptions.blockOnPort(int port, int seconds)
           
static GoGridTemplateOptions GoGridTemplateOptions.Builder.blockOnPort(int port, int seconds)
           
 GoGridTemplateOptions GoGridTemplateOptions.clone()
           
 GoGridTemplateOptions GoGridTemplateOptions.inboundPorts(int... ports)
           
static GoGridTemplateOptions GoGridTemplateOptions.Builder.inboundPorts(int... ports)
           
 GoGridTemplateOptions GoGridTemplateOptions.installPrivateKey(Payload privateKey)
          Deprecated. 
static GoGridTemplateOptions GoGridTemplateOptions.Builder.installPrivateKey(Payload rsaKey)
          Deprecated. 
 GoGridTemplateOptions GoGridTemplateOptions.installPrivateKey(String privateKey)
           
 GoGridTemplateOptions GoGridTemplateOptions.runScript(byte[] script)
          Deprecated. 
 GoGridTemplateOptions GoGridTemplateOptions.runScript(Payload script)
           
static GoGridTemplateOptions GoGridTemplateOptions.Builder.runScript(Payload script)
           
 GoGridTemplateOptions GoGridTemplateOptions.userMetadata(Map<String,String> userMetadata)
          
static GoGridTemplateOptions GoGridTemplateOptions.Builder.userMetadata(Map<String,String> userMetadata)
           
 GoGridTemplateOptions GoGridTemplateOptions.userMetadata(String key, String value)
          
static GoGridTemplateOptions GoGridTemplateOptions.Builder.userMetadata(String key, String value)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.