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 anImageInRegion
to the jclouds portable model.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Image
apply(ImageInRegion input)
protected Location
getLocation(String region)
-
-
-
Method Detail
-
apply
public Image apply(ImageInRegion input)
- Specified by:
apply
in interfacecom.google.common.base.Function<ImageInRegion,Image>
- Specified by:
apply
in interfaceFunction<ImageInRegion,Image>
-
-