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 classstatic enumcurrently supportedtypesfor directional groups.static enumstatic enum - 
Method Summary
Modifier and TypeMethodDescriptionstatic DirectionalPool.Builderbuilder()booleangetDName()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.SOURCEIPorDirectionalPool.TieBreak.GEOLOCATION, otherwiseDirectionalPool.TieBreak.GEOLOCATIONgetType()inthashCode()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.SOURCEIPorDirectionalPool.TieBreak.GEOLOCATION, otherwiseDirectionalPool.TieBreak.GEOLOCATION - 
hashCode
public int hashCode() - 
equals
 - 
toString
 - 
builder
 - 
toBuilder
 
 -