Uses of Class
org.jclouds.googlecomputeengine.compute.options.GoogleComputeEngineTemplateOptions

Packages that use GoogleComputeEngineTemplateOptions
org.jclouds.googlecomputeengine.compute   
org.jclouds.googlecomputeengine.compute.options   
 

Uses of GoogleComputeEngineTemplateOptions in org.jclouds.googlecomputeengine.compute
 

Methods in org.jclouds.googlecomputeengine.compute that return GoogleComputeEngineTemplateOptions
 GoogleComputeEngineTemplateOptions GoogleComputeEngineService.templateOptions()
          returns template options, except of type GoogleComputeEngineTemplateOptions.
 

Uses of GoogleComputeEngineTemplateOptions in org.jclouds.googlecomputeengine.compute.options
 

Methods in org.jclouds.googlecomputeengine.compute.options that return GoogleComputeEngineTemplateOptions
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.addDisk(InstanceTemplate.PersistentDisk disk)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.addServiceAccount(Instance.ServiceAccount serviceAccout)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.authorizePublicKey(String publicKey)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.blockOnComplete(boolean blockOnComplete)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.blockOnPort(int port, int seconds)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.blockUntilRunning(boolean blockUntilRunning)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.bootDiskSize(Long bootDiskSize)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.clone()
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.disks(Set<InstanceTemplate.PersistentDisk> disks)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.dontAuthorizePublicKey()
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.enableNat(boolean enableNat)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.inboundPorts(int... ports)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.installPrivateKey(String privateKey)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.keepBootDisk(boolean keepBootDisk)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.nameTask(String name)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.network(String networkName)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.network(URI network)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.nodeNames(Iterable<String> nodeNames)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.overrideAuthenticateSudo(boolean authenticateSudo)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.overrideLoginCredentials(org.jclouds.domain.LoginCredentials overridingCredentials)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.overrideLoginPassword(String password)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.overrideLoginPrivateKey(String privateKey)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.overrideLoginUser(String loginUser)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.runAsRoot(boolean runAsRoot)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.runScript(org.jclouds.scriptbuilder.domain.Statement script)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.runScript(String script)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.serviceAccounts(Set<Instance.ServiceAccount> serviceAccounts)
           
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.tags(Iterable<String> tags)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.userMetadata(Map<String,String> userMetadata)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.userMetadata(String key, String value)
          
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.wrapInInitScript(boolean wrapInInitScript)
          
 



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