org.jclouds.vcloud.compute.functions
Class ImageForVAppTemplate

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

public class ImageForVAppTemplate
extends Object
implements com.google.common.base.Function<VAppTemplate,Image>

Author:
Adrian Cole

Constructor Summary
protected ImageForVAppTemplate(VCloudClient client, FindLocationForResource findLocationForResource, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider)
           
 
Method Summary
 Image apply(VAppTemplate from)
           
 ImageForVAppTemplate 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
 

Constructor Detail

ImageForVAppTemplate

@Inject
protected ImageForVAppTemplate(VCloudClient client,
                                      FindLocationForResource findLocationForResource,
                                      PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider)
Method Detail

withParent

public ImageForVAppTemplate withParent(ReferenceType parent)

apply

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


Copyright © 2009-2011 jclouds. All Rights Reserved.