org.jclouds.googlecomputeengine.compute.functions
Class ZoneToLocation

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

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

Transforms a google compute domain specific zone to a generic Zone object.

Author:
David Alves

Constructor Summary
ZoneToLocation()
           
 
Method Summary
 org.jclouds.domain.Location apply(Zone 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

ZoneToLocation

public ZoneToLocation()
Method Detail

apply

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


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