org.jclouds.googlecomputeengine.compute.functions
Class RegionToLocation
java.lang.Object
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.
|
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 |
RegionToLocation
public RegionToLocation()
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-2014 The Apache Software Foundation. All Rights Reserved.