| Package | Description |
|---|---|
| org.jclouds.compute | |
| org.jclouds.compute.internal | |
| org.jclouds.ec2.compute |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count)
Like
ComputeService.createNodesInGroup(String,int,TemplateOptions), except that the
options are default, as specified in ComputeService.templateOptions(). |
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count,
Template template)
The compute api treats nodes as a group based on the name you specify.
|
Set<? extends NodeMetadata> |
ComputeService.createNodesInGroup(String group,
int count,
TemplateOptions templateOptions)
Like
ComputeService.createNodesInGroup(String,int,Template), except that the template
is default, equivalent to templateBuilder().any().options(templateOptions). |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count) |
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count,
Template template) |
Set<? extends NodeMetadata> |
BaseComputeService.createNodesInGroup(String group,
int count,
TemplateOptions templateOptions) |
| Modifier and Type | Method and Description |
|---|---|
Set<? extends NodeMetadata> |
EC2ComputeService.createNodesInGroup(String group,
int count,
Template template) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.