Uses of Class
org.jclouds.gogrid.compute.options.GoGridTemplateOptions
-
Packages that use GoGridTemplateOptions Package Description 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 Modifier and Type Method Description GoGridTemplateOptions
GoGridComputeService. templateOptions()
Returns template options, except of typeGoGridTemplateOptions
. -
Uses of GoGridTemplateOptions in org.jclouds.gogrid.compute.options
Fields in org.jclouds.gogrid.compute.options declared as GoGridTemplateOptions Modifier and Type Field Description static GoGridTemplateOptions
GoGridTemplateOptions. NONE
Methods in org.jclouds.gogrid.compute.options that return GoGridTemplateOptions Modifier and Type Method Description GoGridTemplateOptions
GoGridTemplateOptions. authorizePublicKey(String publicKey)
GoGridTemplateOptions
GoGridTemplateOptions. blockOnPort(int port, int seconds)
static GoGridTemplateOptions
GoGridTemplateOptions.Builder. blockOnPort(int port, int seconds)
GoGridTemplateOptions
GoGridTemplateOptions. clone()
static GoGridTemplateOptions
GoGridTemplateOptions.Builder. inboundPorts(int... ports)
GoGridTemplateOptions
GoGridTemplateOptions. inboundPorts(int... ports)
GoGridTemplateOptions
GoGridTemplateOptions. installPrivateKey(String privateKey)
static GoGridTemplateOptions
GoGridTemplateOptions.Builder. networks(Iterable<String> networks)
GoGridTemplateOptions
GoGridTemplateOptions. networks(Iterable<String> networks)
Assigns the created nodes to these networksstatic GoGridTemplateOptions
GoGridTemplateOptions.Builder. nodeNames(Iterable<String> nodeNames)
GoGridTemplateOptions
GoGridTemplateOptions. nodeNames(Iterable<String> nodeNames)
specifies names to be used for the created nodes.static GoGridTemplateOptions
GoGridTemplateOptions.Builder. userMetadata(String key, String value)
static GoGridTemplateOptions
GoGridTemplateOptions.Builder. userMetadata(Map<String,String> userMetadata)
GoGridTemplateOptions
GoGridTemplateOptions. userMetadata(String key, String value)
GoGridTemplateOptions
GoGridTemplateOptions. userMetadata(Map<String,String> userMetadata)
-