Package | Description |
---|---|
org.jclouds.gogrid.compute | |
org.jclouds.gogrid.compute.options |
Modifier and Type | Method and Description |
---|---|
GoGridTemplateOptions |
GoGridComputeService.templateOptions()
Returns template options, except of type
GoGridTemplateOptions . |
Modifier and Type | Field and Description |
---|---|
static GoGridTemplateOptions |
GoGridTemplateOptions.NONE |
Modifier and Type | Method and 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() |
GoGridTemplateOptions |
GoGridTemplateOptions.inboundPorts(int... ports) |
static GoGridTemplateOptions |
GoGridTemplateOptions.Builder.inboundPorts(int... ports) |
GoGridTemplateOptions |
GoGridTemplateOptions.installPrivateKey(String privateKey) |
GoGridTemplateOptions |
GoGridTemplateOptions.networks(Iterable<String> networks)
Assigns the created nodes to these networks
|
static GoGridTemplateOptions |
GoGridTemplateOptions.Builder.networks(Iterable<String> networks) |
GoGridTemplateOptions |
GoGridTemplateOptions.nodeNames(Iterable<String> nodeNames)
specifies names to be used for the created nodes.
|
static GoGridTemplateOptions |
GoGridTemplateOptions.Builder.nodeNames(Iterable<String> nodeNames) |
GoGridTemplateOptions |
GoGridTemplateOptions.userMetadata(Map<String,String> userMetadata) |
static GoGridTemplateOptions |
GoGridTemplateOptions.Builder.userMetadata(Map<String,String> userMetadata) |
GoGridTemplateOptions |
GoGridTemplateOptions.userMetadata(String key,
String value) |
static GoGridTemplateOptions |
GoGridTemplateOptions.Builder.userMetadata(String key,
String value) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.