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 Location
getLocation
(String region) 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
-
Method Details
-
apply
- Specified by:
apply
in interfacecom.google.common.base.Function<ImageInRegion,
Image> - Specified by:
apply
in interfaceFunction<ImageInRegion,
Image>
-
getLocation
-