public class SubnetGroup extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SubnetGroup.Builder<T extends SubnetGroup.Builder<T>> |
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected String |
status |
protected Set<Subnet> |
subnets |
protected com.google.common.base.Optional<String> |
vpcId |
Modifier | Constructor and Description |
---|---|
protected |
SubnetGroup(String name,
String description,
String status,
Iterable<Subnet> subnets,
com.google.common.base.Optional<String> vpcId) |
Modifier and Type | Method and Description |
---|---|
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() |
protected final String name
protected final String description
protected final String status
protected final com.google.common.base.Optional<String> vpcId
public static SubnetGroup.Builder<?> builder()
public SubnetGroup.Builder<?> toBuilder()
public String getName()
public String getDescription()
public String getStatus()
public com.google.common.base.Optional<String> getVpcId()
protected com.google.common.base.Objects.ToStringHelper string()
Copyright © 2009-2013 jclouds. All Rights Reserved.