Uses of Class
org.jclouds.compute.RunNodesException
-
Packages that use RunNodesException Package Description org.jclouds.compute org.jclouds.compute.internal org.jclouds.ec2.compute -
-
Uses of RunNodesException in org.jclouds.compute
Methods in org.jclouds.compute that throw RunNodesException Modifier and Type Method Description Set<? extends NodeMetadata>
ComputeService. createNodesInGroup(String group, int count)
LikeComputeService.createNodesInGroup(String,int,TemplateOptions)
, except that the options are default, as specified inComputeService.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)
LikeComputeService.createNodesInGroup(String,int,Template)
, except that the template is default, equivalent totemplateBuilder().any().options(templateOptions)
. -
Uses of RunNodesException in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal that throw RunNodesException Modifier and Type Method 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)
-
Uses of RunNodesException in org.jclouds.ec2.compute
Methods in org.jclouds.ec2.compute that throw RunNodesException Modifier and Type Method Description Set<? extends NodeMetadata>
EC2ComputeService. createNodesInGroup(String group, int count, Template template)
-