Package org.jclouds.ultradns.ws.domain
Class RoundRobinPool
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.RoundRobinPool
-
public final class RoundRobinPool extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRoundRobinPool.Builderstatic classRoundRobinPool.RecordTypecurrently supportedtypesfor round robin pools.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoundRobinPool.Builderbuilder()booleanequals(Object obj)StringgetDName()The dname of the pool.StringgetId()The ID of the pool.StringgetName()The name of the pool.StringgetZoneId()The ID of the zone.inthashCode()RoundRobinPool.BuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
getZoneId
public String getZoneId()
The ID of the zone.
-
getId
public String getId()
The ID of the pool.
-
getName
public String getName()
The name of the pool. ex.My Pool
-
getDName
public String getDName()
The dname of the pool. ex.jclouds.org.
-
builder
public static RoundRobinPool.Builder builder()
-
toBuilder
public RoundRobinPool.Builder toBuilder()
-
-