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 GoGridTemplateOptionsGoGridComputeService. 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 GoGridTemplateOptionsGoGridTemplateOptions. NONEMethods in org.jclouds.gogrid.compute.options that return GoGridTemplateOptions Modifier and Type Method Description GoGridTemplateOptionsGoGridTemplateOptions. authorizePublicKey(String publicKey)GoGridTemplateOptionsGoGridTemplateOptions. blockOnPort(int port, int seconds)static GoGridTemplateOptionsGoGridTemplateOptions.Builder. blockOnPort(int port, int seconds)GoGridTemplateOptionsGoGridTemplateOptions. clone()static GoGridTemplateOptionsGoGridTemplateOptions.Builder. inboundPorts(int... ports)GoGridTemplateOptionsGoGridTemplateOptions. inboundPorts(int... ports)GoGridTemplateOptionsGoGridTemplateOptions. installPrivateKey(String privateKey)static GoGridTemplateOptionsGoGridTemplateOptions.Builder. networks(Iterable<String> networks)GoGridTemplateOptionsGoGridTemplateOptions. networks(Iterable<String> networks)Assigns the created nodes to these networksstatic GoGridTemplateOptionsGoGridTemplateOptions.Builder. nodeNames(Iterable<String> nodeNames)GoGridTemplateOptionsGoGridTemplateOptions. nodeNames(Iterable<String> nodeNames)specifies names to be used for the created nodes.static GoGridTemplateOptionsGoGridTemplateOptions.Builder. userMetadata(String key, String value)static GoGridTemplateOptionsGoGridTemplateOptions.Builder. userMetadata(Map<String,String> userMetadata)GoGridTemplateOptionsGoGridTemplateOptions. userMetadata(String key, String value)GoGridTemplateOptionsGoGridTemplateOptions. userMetadata(Map<String,String> userMetadata)
-