|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.rds.domain.SubnetGroup
public class SubnetGroup
Relational Database Service routinely checks the health of each load-balanced Amazon EC2 securityGroup based on the configurations that you specify. If Relational Database Service finds an unhealthy securityGroup, it stops sending traffic to the securityGroup and reroutes traffic to healthy securityGroups.
| Nested Class Summary | |
|---|---|
static class |
SubnetGroup.Builder<T extends SubnetGroup.Builder<T>>
|
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
name
|
protected String |
status
|
protected Set<Subnet> |
subnets
|
protected com.google.common.base.Optional<String> |
vpcId
|
| Constructor Summary | |
|---|---|
protected |
SubnetGroup(String name,
String description,
String status,
Iterable<Subnet> subnets,
com.google.common.base.Optional<String> vpcId)
|
| Method Summary | |
|---|---|
static SubnetGroup.Builder<?> |
builder()
|
boolean |
equals(Object obj)
|
String |
getDescription()
Provides the description of the DB Subnet Group. |
String |
getName()
Specifies the name of the DB Subnet Group. |
String |
getStatus()
Provides the status of the DB Subnet Group. |
Set<Subnet> |
getSubnets()
Provides the Subnets of the DB Subnet Group. |
com.google.common.base.Optional<String> |
getVpcId()
Provides the VpcId of the DB Subnet Group. |
int |
hashCode()
|
protected com.google.common.base.Objects.ToStringHelper |
string()
|
SubnetGroup.Builder<?> |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final String name
protected final String description
protected final String status
protected final Set<Subnet> subnets
protected final com.google.common.base.Optional<String> vpcId
| Constructor Detail |
|---|
protected SubnetGroup(String name,
String description,
String status,
Iterable<Subnet> subnets,
com.google.common.base.Optional<String> vpcId)
| Method Detail |
|---|
public static SubnetGroup.Builder<?> builder()
public SubnetGroup.Builder<?> toBuilder()
public String getName()
public String getDescription()
public String getStatus()
public Set<Subnet> getSubnets()
public com.google.common.base.Optional<String> getVpcId()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectprotected com.google.common.base.Objects.ToStringHelper string()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||