org.jclouds.ec2.compute.functions
Class CreateUniqueKeyPair

java.lang.Object
  extended by org.jclouds.ec2.compute.functions.CreateUniqueKeyPair
All Implemented Interfaces:
com.google.common.base.Function<RegionAndName,KeyPair>

@Singleton
public class CreateUniqueKeyPair
extends Object
implements com.google.common.base.Function<RegionAndName,KeyPair>


Field Summary
protected  EC2Api ec2Api
           
protected  org.jclouds.logging.Logger logger
           
protected  org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
           
 
Constructor Summary
CreateUniqueKeyPair(EC2Api ec2Api, org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
           
 
Method Summary
 KeyPair apply(RegionAndName from)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Function
equals
 

Field Detail

logger

@Named(value="jclouds.compute")
protected org.jclouds.logging.Logger logger

ec2Api

protected final EC2Api ec2Api

namingConvention

protected final org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention
Constructor Detail

CreateUniqueKeyPair

@Inject
public CreateUniqueKeyPair(EC2Api ec2Api,
                                  org.jclouds.compute.functions.GroupNamingConvention.Factory namingConvention)
Method Detail

apply

public KeyPair apply(RegionAndName from)
Specified by:
apply in interface com.google.common.base.Function<RegionAndName,KeyPair>


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.