org.jclouds.cloudstack.functions
Class GetIPForwardingRulesByVirtualMachine
java.lang.Object
com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>
org.jclouds.cloudstack.functions.GetIPForwardingRulesByVirtualMachine
@Singleton
public class GetIPForwardingRulesByVirtualMachine
- extends com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>
| Nested classes/interfaces inherited from class com.google.common.cache.CacheLoader |
com.google.common.cache.CacheLoader.InvalidCacheLoadException |
| Methods inherited from class com.google.common.cache.CacheLoader |
from, from, loadAll, reload |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetIPForwardingRulesByVirtualMachine
@Inject
public GetIPForwardingRulesByVirtualMachine(CloudStackClient client)
load
public Set<IPForwardingRule> load(String input)
- Specified by:
load in class com.google.common.cache.CacheLoader<String,Set<IPForwardingRule>>
- Throws:
org.jclouds.rest.ResourceNotFoundException - when there is no ip forwarding rule available for the VM
Copyright © 2009-2012 jclouds. All Rights Reserved.