@Singleton public class CreateUniqueKeyPair extends Object implements com.google.common.base.Function<RegionAndName,KeyPair>
Modifier and Type | Field and Description |
---|---|
protected EC2Api |
ec2Api |
protected Logger |
logger |
protected GroupNamingConvention.Factory |
namingConvention |
Constructor and Description |
---|
CreateUniqueKeyPair(EC2Api ec2Api,
GroupNamingConvention.Factory namingConvention) |
@Named(value="jclouds.compute") protected Logger logger
protected final EC2Api ec2Api
protected final GroupNamingConvention.Factory namingConvention
@Inject public CreateUniqueKeyPair(EC2Api ec2Api, 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.