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