public final class RoundRobinPool extends Object
Modifier and Type | Class and Description |
---|---|
static class |
RoundRobinPool.Builder |
static class |
RoundRobinPool.RecordType
currently supported
types for round robin pools. |
Modifier and Type | Method and 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() |
public String getZoneId()
public String getId()
public String getName()
My Pool
public String getDName()
jclouds.org.
public static RoundRobinPool.Builder builder()
public RoundRobinPool.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.