|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RunNodesException | |
---|---|
org.jclouds.aws.ec2.compute | |
org.jclouds.compute | |
org.jclouds.compute.internal |
Uses of RunNodesException in org.jclouds.aws.ec2.compute |
---|
Methods in org.jclouds.aws.ec2.compute that throw RunNodesException | |
---|---|
Set<? extends NodeMetadata> |
AWSEC2ComputeService.createNodesInGroup(String group,
int count,
Template template)
|
Uses of RunNodesException in org.jclouds.compute |
---|
Methods in org.jclouds.compute that throw RunNodesException | |
---|---|
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) . |
Uses of RunNodesException in org.jclouds.compute.internal |
---|
Methods in org.jclouds.compute.internal that throw RunNodesException | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |