Package org.jclouds.cloudstack.functions
Class CreateFirewallRulesForIP
java.lang.Object
org.jclouds.cloudstack.functions.CreateFirewallRulesForIP
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreateFirewallRulesForIP
(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String, Set<FirewallRule>> getFirewallRulesByVirtualMachine) -
Method Summary
Modifier and TypeMethodDescriptionapply
(PublicIPAddress ip, Iterable<Integer> ports) apply
(PublicIPAddress ip, String protocol, Iterable<Integer> ports)
-
Field Details
-
logger
-
-
Constructor Details
-
CreateFirewallRulesForIP
@Inject public CreateFirewallRulesForIP(CloudStackApi client, BlockUntilJobCompletesAndReturnResult blockUntilJobCompletesAndReturnResult, com.google.common.cache.LoadingCache<String, Set<FirewallRule>> getFirewallRulesByVirtualMachine)
-
-
Method Details
-
apply
-
apply
-