Package 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>>
-
-
Constructor Summary
Constructors Constructor Description GetFirewallRulesByVirtualMachine(CloudStackApi client)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<FirewallRule>
load(String input)
-
-
-
Constructor Detail
-
GetFirewallRulesByVirtualMachine
@Inject public GetFirewallRulesByVirtualMachine(CloudStackApi client)
-
-
Method Detail
-
load
public Set<FirewallRule> load(String input)
- Specified by:
load
in classcom.google.common.cache.CacheLoader<String,Set<FirewallRule>>
- Throws:
ResourceNotFoundException
- when there is no ip forwarding rule available for the VM
-
-