| Modifier and Type | Class and Description |
|---|---|
static class |
Subnet.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
availabilityZone |
protected String |
id |
protected String |
status |
| Modifier | Constructor and Description |
|---|---|
protected |
Subnet(String id,
String availabilityZone,
String status) |
| Modifier and Type | Method and Description |
|---|---|
static Subnet.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getAvailabilityZone()
The name of the availability zone.
|
String |
getId()
Specifies the identifier of the subnet.
|
String |
getStatus()
Specifies the current status of the securityGroup.
|
int |
hashCode() |
Subnet.Builder |
toBuilder() |
String |
toString() |
protected final String id
protected final String availabilityZone
protected final String status
public static Subnet.Builder builder()
public Subnet.Builder toBuilder()
public String getId()
public String getAvailabilityZone()
public String getStatus()
Copyright © 2009-2013 jclouds. All Rights Reserved.