org.jclouds.vcloud.director.v1_5.functions
Class AllVdcsInOrg
java.lang.Object
org.jclouds.vcloud.director.v1_5.functions.AllVdcsInOrg
- All Implemented Interfaces:
- com.google.common.base.Function<AdminOrg,Iterable<? extends Vdc>>
@Singleton
public class AllVdcsInOrg
- extends Object
- implements com.google.common.base.Function<AdminOrg,Iterable<? extends Vdc>>
- Author:
- danikov
| 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 |
logger
public Logger logger
apply
public Iterable<? extends Vdc> apply(AdminOrg org)
- Specified by:
apply in interface com.google.common.base.Function<AdminOrg,Iterable<? extends Vdc>>
Copyright © 2009-2012 jclouds. All Rights Reserved.