Uses of Interface
org.jclouds.compute.domain.Template

Packages that use Template
org.jclouds.aws.ec2.compute   
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.byon.internal   
org.jclouds.cloudservers.compute.strategy   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudstack.compute.strategy   
org.jclouds.compute   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.functions   
org.jclouds.compute.internal   
org.jclouds.compute.strategy   
org.jclouds.compute.strategy.impl   
org.jclouds.compute.stub.config   
org.jclouds.deltacloud.compute.strategy   
org.jclouds.ec2.compute.strategy   
org.jclouds.elasticstack.compute   
org.jclouds.glesys.compute   
org.jclouds.gogrid.compute.strategy   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.rimuhosting.miro.compute.strategy   
org.jclouds.savvis.vpdc.compute.strategy   
org.jclouds.servermanager.compute.strategy   
org.jclouds.slicehost.compute.strategy   
org.jclouds.softlayer.compute.strategy   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.strategy   
org.jclouds.vcloud.compute.strategy   
 

Uses of Template in org.jclouds.aws.ec2.compute
 

Methods in org.jclouds.aws.ec2.compute with parameters of type Template
protected  void AWSEC2ComputeService.addTagsToNodesFromUserMetadataInTemplate(Set<? extends NodeMetadata> nodes, String group, Template template)
           
protected  Set<? extends NodeMetadata> AWSEC2ComputeService.addUserMetadataFromTemplateOptionsToNodes(Template template, String group, Set<? extends NodeMetadata> nodes)
           
 Set<? extends NodeMetadata> AWSEC2ComputeService.createNodesInGroup(String group, int count, Template template)
           
protected  boolean AWSEC2ComputeService.templateWasASpotRequestWithUserMetadata(Template template)
           
 

Uses of Template in org.jclouds.aws.ec2.compute.strategy
 

Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type Template
protected  void CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.addSecurityGroups(String region, String group, Template template, RunInstancesOptions instanceOptions)
           
protected  Iterable<? extends RunningInstance> AWSEC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions)
           
 AWSRunInstancesOptions CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.execute(String region, String group, Template template)
           
 

Uses of Template in org.jclouds.byon.internal
 

Methods in org.jclouds.byon.internal with parameters of type Template
 JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials BYONComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.cloudservers.compute.strategy
 

Methods in org.jclouds.cloudservers.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> CloudServersComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.cloudsigma.compute
 

Methods in org.jclouds.cloudsigma.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.cloudstack.compute.strategy
 

Methods in org.jclouds.cloudstack.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<VirtualMachine> CloudStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.compute
 

Methods in org.jclouds.compute that return Template
 Template RunNodesException.getTemplate()
           
 

Methods in org.jclouds.compute with parameters of type Template
 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.
 JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials JCloudsNativeComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          ComputeService.createNodesInGroup(String, int, Template) generates the parameters passed into this method such that each node in the set has a unique name.
 ComputeServiceAdapter.NodeAndInitialCredentials<N> ComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
          ComputeService.createNodesInGroup(String, int, Template) generates the parameters passed into this method such that each node in the set has a unique name.
 

Constructors in org.jclouds.compute with parameters of type Template
RunNodesException(String group, int count, Template template, Set<? extends NodeMetadata> successfulNodes, Map<?,Exception> executionExceptions, Map<? extends NodeMetadata,? extends Throwable> failedNodes)
           
 

Uses of Template in org.jclouds.compute.domain
 

Methods in org.jclouds.compute.domain that return Template
 Template TemplateBuilder.build()
          Generate an immutable template from the current builder.
 

Methods in org.jclouds.compute.domain with parameters of type Template
 TemplateBuilder TemplateBuilder.fromTemplate(Template image)
          Configure this template to match the resources of the template parameter.
 

Uses of Template in org.jclouds.compute.domain.internal
 

Classes in org.jclouds.compute.domain.internal that implement Template
 class TemplateImpl
           
 

Methods in org.jclouds.compute.domain.internal that return Template
 Template TemplateBuilderImpl.build()
          Generate an immutable template from the current builder.
 

Methods in org.jclouds.compute.domain.internal with parameters of type Template
 TemplateBuilder TemplateBuilderImpl.fromTemplate(Template template)
          Configure this template to match the resources of the template parameter.
 

Uses of Template in org.jclouds.compute.functions
 

Methods in org.jclouds.compute.functions with parameters of type Template
 LoginCredentials DefaultCredentialsFromImageOrOverridingCredentials.apply(Template template)
           
 

Uses of Template in org.jclouds.compute.internal
 

Methods in org.jclouds.compute.internal with parameters of type Template
 Set<? extends NodeMetadata> BaseComputeService.createNodesInGroup(String group, int count, Template template)
           
 

Uses of Template in org.jclouds.compute.strategy
 

Methods in org.jclouds.compute.strategy with parameters of type Template
 LoginCredentials PrioritizeCredentialsFromTemplate.apply(Template template, LoginCredentials fromNode)
           
 NodeMetadata CreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          create a node given the name and template parameters such as imageid, hardwareid, and locationid.
 Map<?,Future<Void>> CreateNodesInGroupThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Constructor parameters in org.jclouds.compute.strategy with type arguments of type Template
PrioritizeCredentialsFromTemplate(com.google.common.base.Function<Template,LoginCredentials> credentialsFromImageOrTemplateOptions)
           
 

Uses of Template in org.jclouds.compute.strategy.impl
 

Methods in org.jclouds.compute.strategy.impl with parameters of type Template
 NodeMetadata AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          create a node given the name and template parameters such as imageid, hardwareid, and locationid.
 Map<?,Future<Void>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
          This implementation gets a list of acceptable node names to encode the group into, then it simultaneously runs the nodes and applies options to them.
protected  String CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextName(String group, Template template)
          Get a name using a random mechanism that still ties all nodes in a group together.
protected  Set<String> CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextNames(String group, Template template, int count)
          Find the next node names that can be used.
 

Uses of Template in org.jclouds.compute.stub.config
 

Methods in org.jclouds.compute.stub.config with parameters of type Template
 JCloudsNativeComputeServiceAdapter.NodeWithInitialCredentials StubComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.deltacloud.compute.strategy
 

Methods in org.jclouds.deltacloud.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Instance> DeltacloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.ec2.compute.strategy
 

Methods in org.jclouds.ec2.compute.strategy with parameters of type Template
protected  void CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.addSecurityGroups(String region, String group, Template template, RunInstancesOptions instanceOptions)
           
protected  Iterable<String> EC2CreateNodesInGroupThenAddToSet.allocateElasticIpsInRegion(int count, Template template)
           
protected  Iterable<? extends RunningInstance> EC2CreateNodesInGroupThenAddToSet.createKeyPairAndSecurityGroupsAsNeededThenRunInstances(String group, int count, Template template)
           
protected  Iterable<? extends RunningInstance> EC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions)
           
 Map<?,Future<Void>> EC2CreateNodesInGroupThenAddToSet.execute(String group, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 RunInstancesOptions CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.execute(String region, String group, Template template)
           
 

Uses of Template in org.jclouds.elasticstack.compute
 

Methods in org.jclouds.elasticstack.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInfo> ElasticStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.glesys.compute
 

Methods in org.jclouds.glesys.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerDetails> GleSYSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.gogrid.compute.strategy
 

Methods in org.jclouds.gogrid.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> GoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.openstack.nova.compute.strategy
 

Methods in org.jclouds.openstack.nova.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.rimuhosting.miro.compute.strategy
 

Methods in org.jclouds.rimuhosting.miro.compute.strategy with parameters of type Template
 NodeMetadata RimuHostingCreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.savvis.vpdc.compute.strategy
 

Methods in org.jclouds.savvis.vpdc.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<VM> VPDCComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.servermanager.compute.strategy
 

Methods in org.jclouds.servermanager.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> ServerManagerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.slicehost.compute.strategy
 

Methods in org.jclouds.slicehost.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Slice> SlicehostComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.softlayer.compute.strategy
 

Methods in org.jclouds.softlayer.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<VirtualGuest> SoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions with parameters of type Template
 InstantiateVAppTemplateOptions TemplateToInstantiateOptions.apply(Template from)
           
 

Uses of Template in org.jclouds.trmk.vcloud_0_8.compute.strategy
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.strategy with parameters of type Template
 NodeMetadata StartVAppWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 Map<?,Future<Void>> TerremarkEncodeTagIntoNameRunNodesAndAddToSetStrategy.execute(String tag, int count, Template template, Set<NodeMetadata> goodNodes, Map<NodeMetadata,Exception> badNodes, com.google.common.collect.Multimap<NodeMetadata,CustomizationResponse> customizationResponses)
           
 

Uses of Template in org.jclouds.vcloud.compute.strategy
 

Methods in org.jclouds.vcloud.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<VApp> VCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 ComputeServiceAdapter.NodeAndInitialCredentials<VApp> InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.