Package 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>,Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
@Singleton public class HardwareBuilderFromResourceAllocations extends Object implements com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
-
-
Constructor Summary
Constructors Constructor Description HardwareBuilderFromResourceAllocations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HardwareBuilderapply(Iterable<? extends ResourceAllocationSettingData> from)Volumeapply(ResourceAllocationSettingData from)
-
-
-
Method Detail
-
apply
public HardwareBuilder apply(Iterable<? extends ResourceAllocationSettingData> from)
- Specified by:
applyin interfacecom.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>- Specified by:
applyin interfaceFunction<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>
-
apply
public Volume apply(ResourceAllocationSettingData from)
-
-