| Package | Description |
|---|---|
| org.jclouds.rds.domain | |
| org.jclouds.rds.xml |
| Modifier and Type | Field and Description |
|---|---|
protected Set<IPRange> |
SecurityGroup.ipRanges |
protected com.google.common.collect.ImmutableSet.Builder<IPRange> |
SecurityGroup.Builder.ipRanges |
| Modifier and Type | Method and Description |
|---|---|
IPRange |
IPRange.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<IPRange> |
SecurityGroup.getIPRanges()
Contains a list of IPRange elements.
|
| Modifier and Type | Method and Description |
|---|---|
IPRange.Builder |
IPRange.Builder.fromIPRange(IPRange in) |
T |
SecurityGroup.Builder.ipRange(IPRange ipRange) |
| Modifier and Type | Method and Description |
|---|---|
T |
SecurityGroup.Builder.ipRanges(Iterable<IPRange> ipRanges) |
| Constructor and Description |
|---|
SecurityGroup(String name,
String description,
Iterable<EC2SecurityGroup> ec2SecurityGroups,
Iterable<IPRange> ipRanges,
String ownerId,
com.google.common.base.Optional<String> vpcId) |
| Modifier and Type | Method and Description |
|---|---|
IPRange |
IPRangeHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.