Package | Description |
---|---|
org.jclouds.cloudstack.compute.functions | |
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.predicates |
Modifier and Type | Field and Description |
---|---|
protected com.google.common.base.Function<IngressRule,IpPermission> |
CloudStackSecurityGroupToSecurityGroup.ruleToPermission |
Modifier and Type | Method and Description |
---|---|
IpPermission |
IngressRuleToIpPermission.apply(IngressRule rule) |
Constructor and Description |
---|
CloudStackSecurityGroupToSecurityGroup(com.google.common.base.Function<IngressRule,IpPermission> ruleToPermission) |
Modifier and Type | Field and Description |
---|---|
protected Set<IngressRule> |
SecurityGroup.Builder.ingressRules |
Modifier and Type | Method and Description |
---|---|
IngressRule |
IngressRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Set<IngressRule> |
SecurityGroup.getIngressRules() |
Modifier and Type | Method and Description |
---|---|
int |
IngressRule.compareTo(IngressRule o) |
T |
IngressRule.Builder.fromIngressRule(IngressRule in) |
Modifier and Type | Method and Description |
---|---|
T |
SecurityGroup.Builder.ingressRules(Set<IngressRule> ingressRules) |
Constructor and Description |
---|
SecurityGroup(String id,
String account,
String name,
String description,
String domain,
String domainId,
String jobId,
Integer jobStatus,
Set<IngressRule> ingressRules,
Set<Tag> tags) |
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.