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.joyent.cloudapi.v6_5.compute   
org.jclouds.joyent.cloudapi.v6_5.compute.strategy   
org.jclouds.nodepool.config   
org.jclouds.nodepool.internal   
org.jclouds.openstack.nova.compute.strategy   
org.jclouds.openstack.nova.v2_0.compute   
org.jclouds.openstack.nova.v2_0.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.smartos.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   
org.jclouds.virtualbox.compute   
org.jclouds.virtualbox.domain   
 

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 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.
 

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.
 Template Template.clone()
          clone this template
 

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.
 Template TemplateImpl.clone()
          clone this template
 

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
protected  Future<AtomicReference<NodeMetadata>> CreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate(String group, String name, Template template)
          This calls logic necessary to create a node and convert it from its provider-specific object to the jclouds NodeMetadata object.
 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  Set<String> CreateNodesWithGroupEncodedIntoNameThenAddToSet.getNextNames(String group, Template template, int count)
          Find the next node names that can be used.
 

Constructors in org.jclouds.compute.strategy.impl with parameters of type Template
CreateNodesWithGroupEncodedIntoNameThenAddToSet.AddNode(String name, String group, Template template)
           
 

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.joyent.cloudapi.v6_5.compute
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<MachineInDatacenter> JoyentCloudComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
           
 

Uses of Template in org.jclouds.joyent.cloudapi.v6_5.compute.strategy
 

Methods in org.jclouds.joyent.cloudapi.v6_5.compute.strategy with parameters of type Template
 Map<?,Future<Void>> ApplyJoyentCloudTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, 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.nodepool.config
 

Methods in org.jclouds.nodepool.config that return types with arguments of type Template
protected  com.google.common.base.Supplier<Template> BindBackendComputeService.makeBackendTemplate(com.google.common.base.Supplier<ComputeService> compute, String poolGroupPrefix)
           
 

Method parameters in org.jclouds.nodepool.config with type arguments of type Template
protected  TemplateBuilder BindBackendComputeService.templateBuilder(com.google.common.base.Supplier<ComputeService> compute, com.google.common.base.Supplier<Template> template)
           
 

Uses of Template in org.jclouds.nodepool.internal
 

Fields in org.jclouds.nodepool.internal with type parameters of type Template
protected  com.google.common.base.Supplier<Template> BaseNodePoolComputeServiceAdapter.backendTemplate
           
 

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

Constructor parameters in org.jclouds.nodepool.internal with type arguments of type Template
BaseNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService, com.google.common.base.Supplier<Template> backendTemplate, String poolGroupName, NodeMetadataStore metadataStore, String poolNodeAdminAccess, AdminAccess.Configuration configuration)
           
EagerNodePoolComputeServiceAdapter(com.google.common.base.Supplier<ComputeService> backendComputeService, com.google.common.base.Supplier<Template> backendTemplate, String poolGroupPrefix, int maxSize, int minSize, boolean removeDestroyed, NodeMetadataStore storage, String poolNodeAdminAccess, AdminAccess.Configuration configuration)
           
 

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.openstack.nova.v2_0.compute
 

Methods in org.jclouds.openstack.nova.v2_0.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<ServerInZone> NovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String group, String name, Template template)
          Note that we do not validate extensions here, on basis that ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet has already done so.
 

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

Methods in org.jclouds.openstack.nova.v2_0.compute.strategy with parameters of type Template
protected  Future<AtomicReference<NodeMetadata>> ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate(String group, String name, Template template)
           
 Map<?,Future<Void>> ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.execute(String group, 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.rimuhosting.miro.compute.strategy
 

Methods in org.jclouds.rimuhosting.miro.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<Server> RimuHostingComputeServiceAdapter.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.smartos.compute.strategy
 

Methods in org.jclouds.smartos.compute.strategy with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<VM> SmartOSComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, 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)
           
protected  VApp InstantiateVAppTemplateWithGroupEncodedIntoNameThenCustomizeDeployAndPowerOn.instantiateVAppFromTemplate(String name, Template template)
           
 

Uses of Template in org.jclouds.virtualbox.compute
 

Methods in org.jclouds.virtualbox.compute with parameters of type Template
 ComputeServiceAdapter.NodeAndInitialCredentials<org.virtualbox_4_1.IMachine> VirtualBoxComputeServiceAdapter.createNodeWithGroupEncodedIntoName(String tag, String name, Template template)
           
 

Uses of Template in org.jclouds.virtualbox.domain
 

Methods in org.jclouds.virtualbox.domain that return Template
 Template NodeSpec.getTemplate()
           
 

Methods in org.jclouds.virtualbox.domain with parameters of type Template
 NodeSpec.Builder NodeSpec.Builder.template(Template template)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.