|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.TrafficControllerPool
public final class TrafficControllerPool
Traffic Controller pools are used to create weighted A and CNAME records.
| Nested Class Summary | |
|---|---|
static class |
TrafficControllerPool.Builder
|
static class |
TrafficControllerPool.RecordType
currently supported types for traffic
controller pools. |
| Method Summary | |
|---|---|
static TrafficControllerPool.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getDName()
The dname of the pool. |
String |
getId()
The ID of the pool. |
String |
getName()
The name of the pool. |
int |
getStatusCode()
status of the pool |
String |
getZoneId()
The ID of the zone. |
int |
hashCode()
|
boolean |
isFailOverEnabled()
true if the pool is active and serving records. |
boolean |
isProbingEnabled()
true indicates the pool is functioning normally. |
TrafficControllerPool.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 getName()
My Pool
public String getDName()
jclouds.org.
public int getStatusCode()
public boolean isFailOverEnabled()
true if the pool is active and serving records.
public boolean isProbingEnabled()
true indicates the pool is functioning normally. false
indicates testing only—probing records and reporting results, but not
acting on the results
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static TrafficControllerPool.Builder builder()
public TrafficControllerPool.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||