org.jclouds.cim.functions
Class HardwareBuilderFromResourceAllocations
java.lang.Object
org.jclouds.cim.functions.HardwareBuilderFromResourceAllocations
- All Implemented Interfaces:
- com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
- Direct Known Subclasses:
- VCloudHardwareBuilderFromResourceAllocations
@Singleton
public class HardwareBuilderFromResourceAllocations
- extends Object
- implements com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
- Author:
- Adrian Cole
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 |
HardwareBuilderFromResourceAllocations
public HardwareBuilderFromResourceAllocations()
apply
public HardwareBuilder apply(Iterable<? extends ResourceAllocationSettingData> from)
- Specified by:
apply
in interface com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
apply
public Volume apply(ResourceAllocationSettingData from)
Copyright © 2009-2011 jclouds. All Rights Reserved.