org.jclouds.cloudstack.compute.config
Class CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine
java.lang.Object
com.google.common.cache.CacheLoader<Long,Set<IPForwardingRule>>
org.jclouds.cloudstack.compute.config.CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine
- Enclosing class:
- CloudStackComputeServiceContextModule
@Singleton
public static class CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine
- extends com.google.common.cache.CacheLoader<Long,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 |
CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine
@Inject
public CloudStackComputeServiceContextModule.GetIPForwardingRulesByVirtualMachine(CloudStackClient client)
load
public Set<IPForwardingRule> load(Long input)
- Specified by:
load
in class com.google.common.cache.CacheLoader<Long,Set<IPForwardingRule>>
- Throws:
ResourceNotFoundException
- when there is no ip forwarding rule available for the VM
Copyright © 2009-2012 jclouds. All Rights Reserved.