Package org.jclouds.ultradns.ws.domain
Class UpdatePoolRecord
java.lang.Object
org.jclouds.ultradns.ws.domain.UpdatePoolRecord
holds updates for a record
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdatePoolRecord.Builder
builder()
boolean
int
correlates toPoolRecordSpec.getFailOverDelay()
getMode()
correlates toPoolRecordSpec.getState()
int
correlates toinvalid reference
PoolRecordSpec#getPriority()
getRData()
correlates toTrafficControllerPoolRecord.getRData()
int
correlates toPoolRecordSpec.getThreshold()
int
getTTL()
correlates toPoolRecordSpec.getTTL()
int
correlates toPoolRecordSpec.getWeight()
int
hashCode()
static UpdatePoolRecord
pointingTo
(PoolRecordSpec spec, String rdata) toString()
-
Method Details
-
pointingTo
- Parameters:
spec
- what to prime updates fromrdata
- new value to point to.
-
getRData
correlates toTrafficControllerPoolRecord.getRData()
-
getMode
correlates toPoolRecordSpec.getState()
-
getPriority
public int getPriority()correlates toinvalid reference
PoolRecordSpec#getPriority()
-
getWeight
public int getWeight()correlates toPoolRecordSpec.getWeight()
-
getFailOverDelay
public int getFailOverDelay()correlates toPoolRecordSpec.getFailOverDelay()
-
getThreshold
public int getThreshold()correlates toPoolRecordSpec.getThreshold()
-
getTTL
public int getTTL()correlates toPoolRecordSpec.getTTL()
-
hashCode
public int hashCode() -
equals
-
toString
-
builder
-
toBuilder
-