Uses of Interface
org.jclouds.compute.strategy.CreateNodeWithGroupEncodedIntoName
-
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.azurecompute.arm.compute.strategy
Constructors in org.jclouds.azurecompute.arm.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description CreateResourcesThenCreateNodes(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, AzureComputeApi api, String defaultVnetAddressPrefix, String defaultSubnetAddressPrefix, com.google.common.cache.LoadingCache<ResourceGroupAndNameAndIngressRules,String> securityGroupMap, TemplateToAvailabilitySet templateToAvailabilitySet, PasswordGenerator.Config passwordGenerator, AzurePredicatesModule.NetworkAvailablePredicateFactory networkAvailable)
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return CreateNodeWithGroupEncodedIntoName Modifier and Type Method Description protected CreateNodeWithGroupEncodedIntoName
ComputeServiceAdapterContextModule. defineAddNodeWithTagStrategy(AdaptingComputeServiceStrategies<N,H,I,L> in)
Methods in org.jclouds.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName Modifier and Type Method Description protected abstract Class<? extends CreateNodeWithGroupEncodedIntoName>
BindComputeStrategiesByClass. defineAddNodeWithTagStrategy()
needed, ifCreateNodesInGroupThenAddToSet
requires itMethod parameters in org.jclouds.compute.config with type arguments of type CreateNodeWithGroupEncodedIntoName Modifier and Type Method Description protected void
BindComputeStrategiesByClass. bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
needed, ifCreateNodesInGroupThenAddToSet
requires it -
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.compute.strategy.impl
Classes in org.jclouds.compute.strategy.impl that implement CreateNodeWithGroupEncodedIntoName Modifier and Type Class Description class
AdaptingComputeServiceStrategies<N,H,I,L>
Fields in org.jclouds.compute.strategy.impl declared as CreateNodeWithGroupEncodedIntoName Modifier and Type Field Description protected CreateNodeWithGroupEncodedIntoName
CreateNodesWithGroupEncodedIntoNameThenAddToSet. addNodeWithGroupStrategy
Constructors in org.jclouds.compute.strategy.impl with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description CreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory)
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.digitalocean2.compute.strategy
Constructors in org.jclouds.digitalocean2.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description CreateKeyPairsThenCreateNodes(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, DigitalOcean2Api api, SshKeyPairGenerator keyGenerator, com.google.common.base.Function<String,PublicKey> sshKeyToPublicKey)
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.ec2.compute.config
Methods in org.jclouds.ec2.compute.config that return types with arguments of type CreateNodeWithGroupEncodedIntoName Modifier and Type Method Description protected Class<? extends CreateNodeWithGroupEncodedIntoName>
EC2BindComputeStrategiesByClass. defineAddNodeWithTagStrategy()
not needed, asEC2CreateNodesInGroupThenAddToSet
is used and is already set-based.Method parameters in org.jclouds.ec2.compute.config with type arguments of type CreateNodeWithGroupEncodedIntoName Modifier and Type Method Description protected void
EC2BindComputeStrategiesByClass. bindAddNodeWithTagStrategy(Class<? extends CreateNodeWithGroupEncodedIntoName> clazz)
not needed, asEC2CreateNodesInGroupThenAddToSet
is used and is already set-based. -
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.openstack.nova.v2_0.compute.strategy
Constructors in org.jclouds.openstack.nova.v2_0.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description ApplyNovaTemplateOptionsCreateNodesWithGroupEncodedIntoNameThenAddToSet(CreateNodeWithGroupEncodedIntoName addNodeWithTagStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, com.google.common.util.concurrent.ListeningExecutorService userExecutor, AllocateAndAddFloatingIpToNode createAndAddFloatingIpToNode, com.google.common.cache.LoadingCache<RegionAndName,SecurityGroup> securityGroupCache, NovaApi novaApi, SecurityGroupExtension securityGroupExtension)
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.packet.compute.strategy
Constructors in org.jclouds.packet.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description CreateSshKeysThenCreateNodes(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, PacketApi api, SshKeyPairGenerator keyGenerator)
-
Uses of CreateNodeWithGroupEncodedIntoName in org.jclouds.profitbricks.compute.strategy
Constructors in org.jclouds.profitbricks.compute.strategy with parameters of type CreateNodeWithGroupEncodedIntoName Constructor Description AssignDataCenterToTemplate(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, ProfitBricksApi api, com.google.common.base.Predicate<String> waitDcUntilAvailable)
-