Class ImageInRegionToImage
java.lang.Object
org.jclouds.digitalocean2.compute.functions.ImageInRegionToImage
- All Implemented Interfaces:
 com.google.common.base.Function<ImageInRegion,,Image> Function<ImageInRegion,Image> 
@Singleton
public class ImageInRegionToImage
extends Object
implements com.google.common.base.Function<ImageInRegion,Image> 
Transforms an 
ImageInRegion to the jclouds portable model.- 
Method Summary
Modifier and TypeMethodDescriptionapply(ImageInRegion input) protected LocationgetLocation(String region) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.common.base.Function
equals 
- 
Method Details
- 
apply
- Specified by:
 applyin interfacecom.google.common.base.Function<ImageInRegion,Image> - Specified by:
 applyin interfaceFunction<ImageInRegion,Image> 
 - 
getLocation
 
 -