org.jclouds.cloudstack.functions
Class GetFirewallRulesByVirtualMachine
java.lang.Object
com.google.common.cache.CacheLoader<String,Set<FirewallRule>>
org.jclouds.cloudstack.functions.GetFirewallRulesByVirtualMachine
@Singleton
public class GetFirewallRulesByVirtualMachine
- extends com.google.common.cache.CacheLoader<String,Set<FirewallRule>>
| 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 |
GetFirewallRulesByVirtualMachine
@Inject
public GetFirewallRulesByVirtualMachine(CloudStackClient client)
load
public Set<FirewallRule> load(String input)
- Specified by:
load in class com.google.common.cache.CacheLoader<String,Set<FirewallRule>>
- Throws:
org.jclouds.rest.ResourceNotFoundException - when there is no ip forwarding rule available for the VM
Copyright © 2009-2013 jclouds. All Rights Reserved.