Uses of Class
org.jclouds.cloudstack.domain.IngressRule
-
Packages that use IngressRule Package Description org.jclouds.cloudstack.compute.functions org.jclouds.cloudstack.domain org.jclouds.cloudstack.predicates -
-
Uses of IngressRule in org.jclouds.cloudstack.compute.functions
Fields in org.jclouds.cloudstack.compute.functions with type parameters of type IngressRule Modifier and Type Field Description protected com.google.common.base.Function<IngressRule,IpPermission>
CloudStackSecurityGroupToSecurityGroup. ruleToPermission
Methods in org.jclouds.cloudstack.compute.functions with parameters of type IngressRule Modifier and Type Method Description IpPermission
IngressRuleToIpPermission. apply(IngressRule rule)
Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type IngressRule Constructor Description CloudStackSecurityGroupToSecurityGroup(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 IngressRule Modifier and Type Field Description protected Set<IngressRule>
SecurityGroup.Builder. ingressRules
Methods in org.jclouds.cloudstack.domain that return IngressRule Modifier and Type Method Description IngressRule
IngressRule.Builder. build()
Methods in org.jclouds.cloudstack.domain that return types with arguments of type IngressRule Modifier and Type Method Description Set<IngressRule>
SecurityGroup. getIngressRules()
Methods in org.jclouds.cloudstack.domain with parameters of type IngressRule Modifier and Type Method Description int
IngressRule. compareTo(IngressRule o)
T
IngressRule.Builder. fromIngressRule(IngressRule in)
Method parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRule Modifier and Type Method Description T
SecurityGroup.Builder. ingressRules(Set<IngressRule> ingressRules)
Constructor parameters in org.jclouds.cloudstack.domain with type arguments of type IngressRule Constructor Description SecurityGroup(String id, String account, String name, String description, String domain, String domainId, String jobId, Integer jobStatus, Set<IngressRule> ingressRules, Set<Tag> tags)
-
Uses of IngressRule in org.jclouds.cloudstack.predicates
Methods in org.jclouds.cloudstack.predicates that return types with arguments of type IngressRule Modifier and Type Method Description static 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.
-