org.jclouds.trmk.vcloud_0_8.compute.suppliers
Class VAppTemplatesInOrgs

java.lang.Object
  extended by org.jclouds.trmk.vcloud_0_8.compute.suppliers.VAppTemplatesInOrgs
All Implemented Interfaces:
com.google.common.base.Supplier<Set<? extends Image>>

@Singleton
public class VAppTemplatesInOrgs
extends Object
implements com.google.common.base.Supplier<Set<? extends Image>>

Author:
Adrian Cole

Field Summary
 Logger logger
           
 
Method Summary
 Set<? extends Image> get()
          Terremark does not provide vApp templates in the vDC resourceEntity list.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

@Named(value="jclouds.compute")
public Logger logger
Method Detail

get

public Set<? extends Image> get()
Terremark does not provide vApp templates in the vDC resourceEntity list. Rather, you must query the catalog.

Specified by:
get in interface com.google.common.base.Supplier<Set<? extends Image>>


Copyright © 2009-2011 jclouds. All Rights Reserved.