@Singleton public class CreateUniqueKeyPair extends Object implements com.google.common.base.Function<RegionAndName,KeyPair>
| Modifier and Type | Field and Description |
|---|---|
protected EC2Client |
ec2Client |
protected org.jclouds.logging.Logger |
logger |
protected org.jclouds.compute.functions.GroupNamingConvention.Factory |
namingConvention |
| Constructor and Description |
|---|
CreateUniqueKeyPair(EC2Client ec2Client,
org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention) |
@Named(value="jclouds.compute") protected org.jclouds.logging.Logger logger
protected final EC2Client ec2Client
protected final org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
@Inject public CreateUniqueKeyPair(EC2Client ec2Client, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
public KeyPair apply(RegionAndName from)
apply in interface com.google.common.base.Function<RegionAndName,KeyPair>Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.