Package org.jclouds.ultradns.ws.domain
Class PoolRecordSpec
java.lang.Object
org.jclouds.ultradns.ws.domain.PoolRecordSpec
specifications and status of a current record in the pool.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic PoolRecordSpec.Builderbuilder()booleancorrelates toTrafficControllerPoolRecordDetail.getDescription()intat the time of writing, between 0–30 (minutes).getState()known values includeNormalandNormal-NoTestinthow many probes in a region must fail in order for this to fail.intgetTTL()The resource record cache time to live (TTL), in seconds.intcorrelates toTrafficControllerPoolRecordDetail.getWeight()inthashCode()booleanundocumentedbooleancorrelates toTrafficControllerPoolRecordDetail.isProbingEnabled()toString() 
- 
Method Details
- 
getDescription
correlates toTrafficControllerPoolRecordDetail.getDescription() - 
getState
known values includeNormalandNormal-NoTest - 
isProbingEnabled
public boolean isProbingEnabled()correlates toTrafficControllerPoolRecordDetail.isProbingEnabled() - 
isAllFailEnabled
public boolean isAllFailEnabled()undocumented - 
getWeight
public int getWeight()correlates toTrafficControllerPoolRecordDetail.getWeight() - 
getFailOverDelay
public int getFailOverDelay()at the time of writing, between 0–30 (minutes). - 
getThreshold
public int getThreshold()how many probes in a region must fail in order for this to fail. - 
getTTL
public int getTTL()The resource record cache time to live (TTL), in seconds. - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
builder
 - 
toBuilder
 
 -