org.jclouds.vcloud.compute.functions
Class ImageForVAppTemplate
java.lang.Object
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
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 |
ImageForVAppTemplate
@Inject
protected ImageForVAppTemplate(VCloudClient client,
FindLocationForResource findLocationForResource,
PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider)
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.