Uses of Interface
org.jclouds.compute.domain.Template
Packages that use Template
Package
Description
-
Uses of Template in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionprotected void
CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.addSecurityGroups
(String region, String group, Template template, RunInstancesOptions instanceOptions) protected Set
<RunningInstance> AWSEC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone
(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions) CreateKeyPairPlacementAndSecurityGroupsAsNeededAndReturnRunOptions.execute
(String region, String group, Template template) -
Uses of Template in org.jclouds.azurecompute.arm.compute
Methods in org.jclouds.azurecompute.arm.compute with parameters of type TemplateModifier and TypeMethodDescriptionAzureComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.azurecompute.arm.compute.functions
Methods in org.jclouds.azurecompute.arm.compute.functions with parameters of type TemplateModifier and TypeMethodDescription -
Uses of Template in org.jclouds.azurecompute.arm.compute.strategy
Methods in org.jclouds.azurecompute.arm.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionCreateResourcesThenCreateNodes.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.byon.internal
Methods in org.jclouds.byon.internal with parameters of type TemplateModifier and TypeMethodDescriptionBYONComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.cloudstack.compute.strategy
Methods in org.jclouds.cloudstack.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionCloudStackComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.compute
Methods in org.jclouds.compute that return TemplateMethods in org.jclouds.compute with parameters of type TemplateModifier and TypeMethodDescriptionSet
<? extends NodeMetadata> ComputeService.createNodesInGroup
(String group, int count, Template template) The compute api treats nodes as a group based on the name you specify.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.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.Constructors in org.jclouds.compute with parameters of type TemplateModifierConstructorDescriptionRunNodesException
(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 TemplateModifier and TypeMethodDescriptionTemplateBuilder.build()
Generate an immutable template from the current builder.Template.clone()
clone this templateMethods in org.jclouds.compute.domain with parameters of type TemplateModifier and TypeMethodDescriptionTemplateBuilder.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 TemplateMethods in org.jclouds.compute.domain.internal that return TemplateModifier and TypeMethodDescriptionTemplateBuilderImpl.build()
Generate an immutable template from the current builder.TemplateImpl.clone()
clone this templateMethods in org.jclouds.compute.domain.internal with parameters of type TemplateModifier and TypeMethodDescriptionTemplateBuilderImpl.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 TemplateModifier and TypeMethodDescription -
Uses of Template in org.jclouds.compute.internal
Methods in org.jclouds.compute.internal with parameters of type TemplateModifier and TypeMethodDescriptionSet
<? 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 TemplateModifier and TypeMethodDescriptionPrioritizeCredentialsFromTemplate.apply
(Template template, LoginCredentials fromNode) CreateNodeWithGroupEncodedIntoName.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) create a node given the name and template parameters such as imageid, hardwareid, and locationid.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 TemplateModifierConstructorDescriptionPrioritizeCredentialsFromTemplate
(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 TemplateModifier and TypeMethodDescriptionprotected com.google.common.util.concurrent.ListenableFuture
<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 jcloudsNodeMetadata
object.AdaptingComputeServiceStrategies.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) create a node given the name and template parameters such as imageid, hardwareid, and locationid.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.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 -
Uses of Template in org.jclouds.compute.stub.config
Methods in org.jclouds.compute.stub.config with parameters of type TemplateModifier and TypeMethodDescriptionStubComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.digitalocean2.compute
Methods in org.jclouds.digitalocean2.compute with parameters of type TemplateModifier and TypeMethodDescriptionDigitalOcean2ComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.digitalocean2.compute.strategy
Methods in org.jclouds.digitalocean2.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionCreateKeyPairsThenCreateNodes.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.docker.compute.strategy
Methods in org.jclouds.docker.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionDockerComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.ec2.compute
Methods in org.jclouds.ec2.compute with parameters of type TemplateModifier and TypeMethodDescriptionSet
<? extends NodeMetadata> EC2ComputeService.createNodesInGroup
(String group, int count, Template template) -
Uses of Template in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionprotected void
CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.addSecurityGroups
(String region, String group, Template template, RunInstancesOptions instanceOptions) protected Set
<RunningInstance> EC2CreateNodesInGroupThenAddToSet.createNodesInRegionAndZone
(String region, String zone, String group, int count, Template template, RunInstancesOptions instanceOptions) CreateKeyPairAndSecurityGroupsAsNeededAndReturnRunOptions.execute
(String region, String group, Template template) EC2CreateNodesInGroupThenAddToSet.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.elasticstack.compute
Methods in org.jclouds.elasticstack.compute with parameters of type TemplateModifier and TypeMethodDescriptionElasticStackComputeServiceAdapter.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 TemplateModifier and TypeMethodDescriptionGleSYSComputeServiceAdapter.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 TemplateModifier and TypeMethodDescriptionGoGridComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.googlecomputeengine.compute
Methods in org.jclouds.googlecomputeengine.compute with parameters of type TemplateModifier and TypeMethodDescriptionGoogleComputeEngineServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.googlecomputeengine.compute.strategy
Methods in org.jclouds.googlecomputeengine.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionCreateNodesWithGroupEncodedIntoNameThenAddToSet.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.openstack.nova.v2_0.compute
Methods in org.jclouds.openstack.nova.v2_0.compute with parameters of type TemplateModifier and TypeMethodDescriptionNovaComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) Note that we do not validate extensions here, on basis thatApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet
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 TemplateModifier and TypeMethodDescriptionprotected com.google.common.util.concurrent.ListenableFuture
<AtomicReference<NodeMetadata>> ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet.createNodeInGroupWithNameAndTemplate
(String group, String name, Template template) 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.packet.compute
Methods in org.jclouds.packet.compute with parameters of type TemplateModifier and TypeMethodDescriptionPacketComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.packet.compute.strategy
Methods in org.jclouds.packet.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionCreateSshKeysThenCreateNodes.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.profitbricks.compute
Methods in org.jclouds.profitbricks.compute with parameters of type TemplateModifier and TypeMethodDescriptionProfitBricksComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template) -
Uses of Template in org.jclouds.profitbricks.compute.strategy
Classes in org.jclouds.profitbricks.compute.strategy that implement TemplateModifier and TypeClassDescriptionclass
Extends the defaultTemplate
object to provide theDataCenter
where the nodes must be created.Methods in org.jclouds.profitbricks.compute.strategy that return TemplateMethods in org.jclouds.profitbricks.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionAssignDataCenterToTemplate.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.servermanager.compute.strategy
Methods in org.jclouds.servermanager.compute.strategy with parameters of type TemplateModifier and TypeMethodDescriptionServerManagerComputeServiceAdapter.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 TemplateModifier and TypeMethodDescriptionSoftLayerComputeServiceAdapter.createNodeWithGroupEncodedIntoName
(String group, String name, Template template)