Class StandardDriveToWellKnownImage
- java.lang.Object
 - 
- org.jclouds.elasticstack.compute.functions.StandardDriveToWellKnownImage
 
 
- 
- All Implemented Interfaces:
 com.google.common.base.Function<StandardDrive,WellKnownImage>,Function<StandardDrive,WellKnownImage>
@Singleton public class StandardDriveToWellKnownImage extends Object implements com.google.common.base.Function<StandardDrive,WellKnownImage>
Transforms a standard drive into an image that can be used to create nodes. 
- 
- 
Constructor Summary
Constructors Constructor Description StandardDriveToWellKnownImage() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WellKnownImageapply(StandardDrive input) 
 - 
 
- 
- 
Field Detail
- 
logger
@Named("jclouds.compute") protected Logger logger 
 - 
 
- 
Method Detail
- 
apply
public WellKnownImage apply(StandardDrive input)
- Specified by:
 applyin interfacecom.google.common.base.Function<StandardDrive,WellKnownImage>- Specified by:
 applyin interfaceFunction<StandardDrive,WellKnownImage>
 
 - 
 
 -