org.jclouds.vcloud.compute.functions
Class HardwareForVAppTemplate

java.lang.Object
  extended by org.jclouds.vcloud.compute.functions.HardwareForVAppTemplate
All Implemented Interfaces:
com.google.common.base.Function<VAppTemplate,Hardware>

public class HardwareForVAppTemplate
extends Object
implements com.google.common.base.Function<VAppTemplate,Hardware>

Author:
Adrian Cole

Field Summary
protected  Logger logger
           
 
Constructor Summary
protected HardwareForVAppTemplate(VCloudClient client, FindLocationForResource findLocationForResource, VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
           
 
Method Summary
 Hardware apply(VAppTemplate from)
           
protected  String getName(String name)
           
 HardwareForVAppTemplate withParent(ReferenceType parent)
           
 
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
 

Field Detail

logger

protected Logger logger
Constructor Detail

HardwareForVAppTemplate

@Inject
protected HardwareForVAppTemplate(VCloudClient client,
                                         FindLocationForResource findLocationForResource,
                                         VCloudHardwareBuilderFromResourceAllocations rasdToHardwareBuilder)
Method Detail

withParent

public HardwareForVAppTemplate withParent(ReferenceType parent)

apply

public Hardware apply(VAppTemplate from)
Specified by:
apply in interface com.google.common.base.Function<VAppTemplate,Hardware>

getName

protected String getName(String name)


Copyright © 2009-2011 jclouds. All Rights Reserved.