|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.DirectionalPool
public final class DirectionalPool
Records are resolved in consideration of the location of the requestor.
| Nested Class Summary | |
|---|---|
static class |
DirectionalPool.Builder
|
static class |
DirectionalPool.RecordType
currently supported types for directional
groups. |
static class |
DirectionalPool.TieBreak
|
static class |
DirectionalPool.Type
|
| Method Summary | |
|---|---|
static DirectionalPool.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getDName()
The dname of the pool. |
String |
getId()
|
com.google.common.base.Optional<String> |
getName()
The name of the pool. |
DirectionalPool.TieBreak |
getTieBreak()
if getType() is DirectionalPool.Type.MIXED, this can be
DirectionalPool.TieBreak.SOURCEIP or DirectionalPool.TieBreak.GEOLOCATION, otherwise
DirectionalPool.TieBreak.GEOLOCATION |
DirectionalPool.Type |
getType()
|
String |
getZoneId()
|
int |
hashCode()
|
DirectionalPool.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getZoneId()
public String getId()
public String getDName()
jclouds.org.
public com.google.common.base.Optional<String> getName()
My Pool
public DirectionalPool.Type getType()
public DirectionalPool.TieBreak getTieBreak()
getType() is DirectionalPool.Type.MIXED, this can be
DirectionalPool.TieBreak.SOURCEIP or DirectionalPool.TieBreak.GEOLOCATION, otherwise
DirectionalPool.TieBreak.GEOLOCATION
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static DirectionalPool.Builder builder()
public DirectionalPool.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||