| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.compute | |
| org.jclouds.googlecomputeengine.compute.options |
| Modifier and Type | Method and Description |
|---|---|
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineService.templateOptions()
returns template options, except of type
GoogleComputeEngineTemplateOptions. |
| Modifier and Type | Method and Description |
|---|---|
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)
Deprecated.
See TemplateOptions#networks
|
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.network(URI network) |
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.networks(Iterable<String> networks) |
GoogleComputeEngineTemplateOptions |
GoogleComputeEngineTemplateOptions.networks(String... networks) |
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-2014 The Apache Software Foundation. All Rights Reserved.