|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ec2.domain.AvailabilityZoneInfo
public class AvailabilityZoneInfo
| Constructor Summary | |
|---|---|
AvailabilityZoneInfo(String zone,
String zoneState,
String region,
Iterable<String> messages)
|
|
| Method Summary | |
|---|---|
int |
compareTo(AvailabilityZoneInfo that)
|
boolean |
equals(Object obj)
|
Set<String> |
getMessages()
Messages |
String |
getRegion()
Name of the Region. |
String |
getState()
State of the Availability Zone. |
String |
getZone()
the Availability Zone. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AvailabilityZoneInfo(String zone,
String zoneState,
String region,
Iterable<String> messages)
| Method Detail |
|---|
public String getZone()
public String getState()
public String getRegion()
public Set<String> getMessages()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic int compareTo(AvailabilityZoneInfo that)
compareTo in interface Comparable<AvailabilityZoneInfo>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||