org.jclouds.googlecomputeengine.compute.functions
Class RegionToLocation

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

public class RegionToLocation
extends Object
implements com.google.common.base.Function<Region,org.jclouds.domain.Location>

Transforms a google compute domain specific region to a generic Region object.

Author:
David Alves

Constructor Summary
RegionToLocation()
           
 
Method Summary
 org.jclouds.domain.Location apply(Region input)
           
 
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

RegionToLocation

public RegionToLocation()
Method Detail

apply

public org.jclouds.domain.Location apply(Region input)
Specified by:
apply in interface com.google.common.base.Function<Region,org.jclouds.domain.Location>


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