| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain |
| 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 arg0) |
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup.Builder |
SecurityGroup.Builder.ingressRules(Set<IngressRule> ingressRules) |
| Constructor and Description |
|---|
SecurityGroup(long id,
String account,
String name,
String description,
String domain,
long domainId,
Long jobId,
Integer jobStatus,
Set<IngressRule> ingressRules) |
Copyright © 2009-2012 jclouds. All Rights Reserved.