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.Builder
builder()
boolean
correlates toTrafficControllerPoolRecordDetail.getDescription()
int
at the time of writing, between 0–30 (minutes).getState()
known values includeNormal
andNormal-NoTest
int
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
correlates toTrafficControllerPoolRecordDetail.getWeight()
int
hashCode()
boolean
undocumentedboolean
correlates toTrafficControllerPoolRecordDetail.isProbingEnabled()
toString()
-
Method Details
-
getDescription
correlates toTrafficControllerPoolRecordDetail.getDescription()
-
getState
known values includeNormal
andNormal-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
-