org.jclouds.cloudstack.suppliers
Class NetworksForCurrentUser
java.lang.Object
org.jclouds.cloudstack.suppliers.NetworksForCurrentUser
- All Implemented Interfaces:
- com.google.common.base.Supplier<Map<Long,Network>>
public class NetworksForCurrentUser
- extends Object
- implements com.google.common.base.Supplier<Map<Long,Network>>
- Author:
- Adrian Cole
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NetworksForCurrentUser
@Inject
public NetworksForCurrentUser(CloudStackClient client,
com.google.common.base.Supplier<User> currentUserSupplier)
get
public Map<Long,Network> get()
- Specified by:
get
in interface com.google.common.base.Supplier<Map<Long,Network>>
Copyright © 2009-2012 jclouds. All Rights Reserved.