|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ec2.domain.Subnet
public final class Subnet
Amazon EC2 VPCs contain one or more subnets.
| Nested Class Summary | |
|---|---|
static class |
Subnet.Builder
|
static class |
Subnet.State
|
| Method Summary | |
|---|---|
static Subnet.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getAvailabilityZone()
The availability zone this subnet is in. |
int |
getAvailableIpAddressCount()
The number of available IPs in this subnet. |
String |
getCidrBlock()
The CIDR block for this subnet. |
String |
getSubnetId()
The subnet ID, ex. |
Subnet.State |
getSubnetState()
The subnet state - either available or pending. |
Map<String,String> |
getTags()
Tags that are attached to this subnet. |
String |
getVpcId()
The vpc ID this subnet belongs to. |
int |
hashCode()
|
Subnet.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getSubnetId()
public Subnet.State getSubnetState()
public String getVpcId()
public String getCidrBlock()
public int getAvailableIpAddressCount()
public String getAvailabilityZone()
public Map<String,String> getTags()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static Subnet.Builder builder()
public Subnet.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||