Package org.jclouds.ultradns.ws.domain
Class DirectionalPool
java.lang.Object
org.jclouds.ultradns.ws.domain.DirectionalPool
Records are resolved in consideration of the location of the requestor.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
static enum
currently supportedtypes
for directional groups.static enum
static enum
-
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionalPool.Builder
builder()
boolean
getDName()
The dname of the pool.getId()
com.google.common.base.Optional
<String> getName()
The name of the pool.ifgetType()
isDirectionalPool.Type.MIXED
, this can beDirectionalPool.TieBreak.SOURCEIP
orDirectionalPool.TieBreak.GEOLOCATION
, otherwiseDirectionalPool.TieBreak.GEOLOCATION
getType()
int
hashCode()
toString()
-
Method Details
-
getZoneId
-
getId
-
getDName
The dname of the pool. ex.jclouds.org.
-
getName
The name of the pool. ex.My Pool
-
getType
-
getTieBreak
ifgetType()
isDirectionalPool.Type.MIXED
, this can beDirectionalPool.TieBreak.SOURCEIP
orDirectionalPool.TieBreak.GEOLOCATION
, otherwiseDirectionalPool.TieBreak.GEOLOCATION
-
hashCode
public int hashCode() -
equals
-
toString
-
builder
-
toBuilder
-