Package org.jclouds.ultradns.ws.domain
Class TrafficControllerPool
java.lang.Object
org.jclouds.ultradns.ws.domain.TrafficControllerPool
Traffic Controller pools are used to create weighted
A
and CNAME
records.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static enum
currently supportedtypes
for traffic controller pools. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
getDName()
The dname of the pool.getId()
The ID of the pool.getName()
The name of the pool.int
status of the poolThe ID of the zone.int
hashCode()
boolean
true
if the pool is active and serving records.boolean
true
indicates the pool is functioning normally.toString()
-
Method Details
-
getZoneId
The ID of the zone. -
getId
The ID of the pool. -
getName
The name of the pool. ex.My Pool
-
getDName
The dname of the pool. ex.jclouds.org.
-
getStatusCode
public int getStatusCode()status of the pool -
isFailOverEnabled
public boolean isFailOverEnabled()true
if the pool is active and serving records. -
isProbingEnabled
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 -
hashCode
public int hashCode() -
equals
-
toString
-
builder
-
toBuilder
-