GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.assignExternalIp(boolean assignExternalIp) | 
 Sets whether an external IP address should be assigned to the machine. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.authorizePublicKey(String publicKey) | 
 authorize an rsa ssh key. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.autoCreateKeyPair(boolean autoCreateKeyPair) | 
 Sets whether an SSH key pair should be created automatically. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.autoCreateWindowsPassword(Boolean autoCreateWindowsPassword) | 
 Sets whether to auto-create a windows password. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.blockOnComplete(boolean blockOnComplete) | 
 As of version 1.1.0, we cannot kick off a script unless a node is in
 RUNNING state. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.blockOnPort(int port,
           int seconds) | 
 When the node is started, wait until the following port is active 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.blockUntilRunning(boolean blockUntilRunning) | 
 Note 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.bootDiskType(String diskType) | 
 Sets the boot disk type. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.clone() | 
  | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.dontAuthorizePublicKey() | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.inboundPorts(int... ports) | 
 Opens the set of ports to public access. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.installPrivateKey(String privateKey) | 
 replaces the rsa ssh key used at login. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.nameTask(String name) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.networks(Iterable<String> networks) | 
 Assigns the created nodes to these networks 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.networks(String... networks) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.nodeNames(Iterable<String> nodeNames) | 
 specifies names to be used for the created nodes. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.overrideAuthenticateSudo(boolean authenticateSudo) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.overrideLoginCredentials(LoginCredentials overridingCredentials) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.overrideLoginPassword(String password) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.overrideLoginPrivateKey(String privateKey) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.overrideLoginUser(String loginUser) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.preemptible(boolean preemptible) | 
 Sets whether the resulting instance should be preemptible. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.runAsRoot(boolean runAsRoot) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.runScript(String script) | 
 This script will be executed as the root user upon system startup. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.runScript(Statement script) | 
 This script will be executed as the root user upon system startup. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.serviceAccounts(List<Instance.ServiceAccount> serviceAccounts) | 
 Sets a list of service accounts, with their specified scopes, to authorize on created instance. 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.tags(Iterable<String> tags) | 
 assigns tags to the created nodes 
 | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.userMetadata(String key,
            String value) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.userMetadata(Map<String,String> userMetadata) | 
GoogleComputeEngineTemplateOptions | 
GoogleComputeEngineTemplateOptions.wrapInInitScript(boolean wrapInInitScript) | 
 default true 
 |