Package | Description |
---|---|
org.jclouds.cloudstack.domain |
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) |
Copyright © 2009-2013 jclouds. All Rights Reserved.