| Package | Description |
|---|---|
| org.jclouds.rds.domain | |
| org.jclouds.rds.features | |
| org.jclouds.rds.functions | |
| org.jclouds.rds.xml |
| Modifier and Type | Field and Description |
|---|---|
protected com.google.common.base.Optional<SubnetGroup> |
Instance.subnetGroup |
protected com.google.common.base.Optional<SubnetGroup> |
Instance.Builder.subnetGroup |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroup.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.base.Optional<SubnetGroup> |
Instance.getSubnetGroup()
Provides the information of the subnet group associated with the DB instance, including the
name, description and subnets in the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
T |
SubnetGroup.Builder.fromSubnetGroup(SubnetGroup in) |
T |
Instance.Builder.subnetGroup(SubnetGroup subnetGroup) |
| Constructor and Description |
|---|
Instance(String id,
com.google.common.base.Optional<String> name,
String instanceClass,
com.google.common.base.Optional<com.google.common.net.HostAndPort> endpoint,
String rawStatus,
Instance.Status status,
com.google.common.base.Optional<String> availabilityZone,
boolean multiAZ,
String engine,
String engineVersion,
String licenseModel,
String masterUsername,
int allocatedStorageGB,
com.google.common.base.Optional<Date> createdTime,
com.google.common.base.Optional<SubnetGroup> subnetGroup,
Map<String,String> securityGroupNameToStatus) |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroupApi.get(String name)
Retrieves information about the specified
SubnetGroup. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<SubnetGroup> |
SubnetGroupAsyncApi.get(String name) |
com.google.common.util.concurrent.ListenableFuture<PagedIterable<SubnetGroup>> |
SubnetGroupAsyncApi.list() |
PagedIterable<SubnetGroup> |
SubnetGroupApi.list()
Returns a list of
SubnetGroups. |
com.google.common.util.concurrent.ListenableFuture<IterableWithMarker<SubnetGroup>> |
SubnetGroupAsyncApi.list(ListSubnetGroupsOptions options) |
IterableWithMarker<SubnetGroup> |
SubnetGroupApi.list(ListSubnetGroupsOptions options)
Returns a list of
SubnetGroups. |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,IterableWithMarker<SubnetGroup>> |
SubnetGroupsToPagedIterable.markerToNextForCallingArg0(String arg0) |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroupHandler.getResult() |
| Modifier and Type | Method and Description |
|---|---|
IterableWithMarker<SubnetGroup> |
DescribeDBSubnetGroupsResultHandler.getResult() |
Copyright © 2009-2013 jclouds. All Rights Reserved.