org.jclouds.googlecomputeengine.compute.functions
Class GoogleComputeEngineImageToImage

java.lang.Object
  extended by org.jclouds.googlecomputeengine.compute.functions.GoogleComputeEngineImageToImage
All Implemented Interfaces:
com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>

public class GoogleComputeEngineImageToImage
extends Object
implements com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>

Transforms a google compute domain specific image to a generic Image object.

Author:
David Alves

Constructor Summary
GoogleComputeEngineImageToImage()
           
 
Method Summary
 org.jclouds.compute.domain.Image apply(Image image)
           
 
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
 

Constructor Detail

GoogleComputeEngineImageToImage

public GoogleComputeEngineImageToImage()
Method Detail

apply

public org.jclouds.compute.domain.Image apply(Image image)
Specified by:
apply in interface com.google.common.base.Function<Image,org.jclouds.compute.domain.Image>


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