org.jclouds.cloudstack.compute.functions
Class ZoneToLocation
java.lang.Object
org.jclouds.cloudstack.compute.functions.ZoneToLocation
- All Implemented Interfaces:
- com.google.common.base.Function<Zone,Location>
public class ZoneToLocation
- extends Object
- implements com.google.common.base.Function<Zone,Location>
Converts an Zone into a Location.
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 |
ZoneToLocation
@Inject
public ZoneToLocation(JustProvider provider)
apply
public Location apply(Zone zone)
- Specified by:
apply
in interface com.google.common.base.Function<Zone,Location>
Copyright © 2009-2012 jclouds. All Rights Reserved.