org.jclouds.vcloud.compute.functions
Class VCloudHardwareBuilderFromResourceAllocations

java.lang.Object
  extended by org.jclouds.cim.functions.HardwareBuilderFromResourceAllocations
      extended by org.jclouds.vcloud.compute.functions.VCloudHardwareBuilderFromResourceAllocations
All Implemented Interfaces:
com.google.common.base.Function<Iterable<? extends ResourceAllocationSettingData>,HardwareBuilder>

@Singleton
public class VCloudHardwareBuilderFromResourceAllocations
extends HardwareBuilderFromResourceAllocations

Author:
Adrian Cole

Constructor Summary
VCloudHardwareBuilderFromResourceAllocations()
           
 
Method Summary
 Volume apply(ResourceAllocationSettingData from)
           
 
Methods inherited from class org.jclouds.cim.functions.HardwareBuilderFromResourceAllocations
apply
 
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

VCloudHardwareBuilderFromResourceAllocations

public VCloudHardwareBuilderFromResourceAllocations()
Method Detail

apply

public Volume apply(ResourceAllocationSettingData from)
Overrides:
apply in class HardwareBuilderFromResourceAllocations


Copyright © 2009-2012 jclouds. All Rights Reserved.