Uses of Class
org.jclouds.cloudstack.domain.IngressRule
Packages that use IngressRule
Package
Description
-
Uses of IngressRule in org.jclouds.cloudstack.compute.functions
Fields in org.jclouds.cloudstack.compute.functions with type parameters of type IngressRuleModifier and TypeFieldDescriptionprotected final com.google.common.base.Function
<IngressRule, IpPermission> CloudStackSecurityGroupToSecurityGroup.ruleToPermission
Methods in org.jclouds.cloudstack.compute.functions with parameters of type IngressRuleConstructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type IngressRuleModifierConstructorDescriptionCloudStackSecurityGroupToSecurityGroup
(com.google.common.base.Function<IngressRule, IpPermission> ruleToPermission) -
Uses of IngressRule in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain with type parameters of type IngressRuleMethods in org.jclouds.cloudstack.domain that return IngressRuleMethods in org.jclouds.cloudstack.domain that return types with arguments of type IngressRuleMethods in org.jclouds.cloudstack.domain with parameters of type IngressRuleModifier and TypeMethodDescriptionint
IngressRule.compareTo
(IngressRule o) IngressRule.Builder.fromIngressRule
(IngressRule in) Method parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRuleModifier and TypeMethodDescriptionSecurityGroup.Builder.ingressRules
(Set<IngressRule> ingressRules) Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRule -
Uses of IngressRule in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates that return types with arguments of type IngressRuleModifier and TypeMethodDescriptionstatic com.google.common.base.Predicate
<IngressRule> SecurityGroupPredicates.ruleCidrMatches
(String protocol, int startPort, int endPort, Set<String> cidrs) matches IngressRules with the given protocol, start and end port, and any of the given CIDRs.static com.google.common.base.Predicate
<IngressRule> SecurityGroupPredicates.ruleGroupMatches
(String protocol, int startPort, int endPort, com.google.common.collect.Multimap<String, String> accountGroupNames) matches IngressRules with the given protocol, start and end port, and any of the given account/security group name pairs.