|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jclouds.ultradns.ws.domain.PoolRecordSpec
public final class PoolRecordSpec
specifications and status of a current record in the pool.
| Nested Class Summary | |
|---|---|
static class |
PoolRecordSpec.Builder
|
| Method Summary | |
|---|---|
static PoolRecordSpec.Builder |
builder()
|
boolean |
equals(Object obj)
|
String |
getDescription()
correlates to TrafficControllerPoolRecordDetail.getDescription() |
int |
getFailOverDelay()
at the time of writing, between 0–30 (minutes). |
String |
getState()
known values include Normal and Normal-NoTest |
int |
getThreshold()
how many probes in a region must fail in order for this to fail. |
int |
getTTL()
The resource record cache time to live (TTL), in seconds. |
int |
getWeight()
correlates to TrafficControllerPoolRecordDetail.getWeight() |
int |
hashCode()
|
boolean |
isAllFailEnabled()
undocumented |
boolean |
isProbingEnabled()
correlates to TrafficControllerPoolRecordDetail.isProbingEnabled() |
PoolRecordSpec.Builder |
toBuilder()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getDescription()
TrafficControllerPoolRecordDetail.getDescription()
public String getState()
Normal and Normal-NoTest
public boolean isProbingEnabled()
TrafficControllerPoolRecordDetail.isProbingEnabled()
public boolean isAllFailEnabled()
public int getWeight()
TrafficControllerPoolRecordDetail.getWeight()
public int getFailOverDelay()
public int getThreshold()
public int getTTL()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Objectpublic static PoolRecordSpec.Builder builder()
public PoolRecordSpec.Builder toBuilder()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||