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 class
RoundRobinPool.Builder
static class
RoundRobinPool.RecordType
currently supportedtypes
for round robin pools.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RoundRobinPool.Builder
builder()
boolean
equals(Object obj)
String
getDName()
The dname of the pool.String
getId()
The ID of the pool.String
getName()
The name of the pool.String
getZoneId()
The ID of the zone.int
hashCode()
RoundRobinPool.Builder
toBuilder()
String
toString()
-
-
-
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()
-
-