public final class DirectionalPool extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DirectionalPool.Builder |
static class |
DirectionalPool.RecordType
currently supported
types for directional
groups. |
static class |
DirectionalPool.TieBreak |
static class |
DirectionalPool.Type |
| Modifier and Type | Method and Description |
|---|---|
static DirectionalPool.Builder |
builder() |
boolean |
equals(Object obj) |
String |
getDName()
The dname of the pool.
|
String |
getId() |
com.google.common.base.Optional<String> |
getName()
The name of the pool.
|
DirectionalPool.TieBreak |
getTieBreak()
if
getType() is DirectionalPool.Type.MIXED, this can be
DirectionalPool.TieBreak.SOURCEIP or DirectionalPool.TieBreak.GEOLOCATION, otherwise
DirectionalPool.TieBreak.GEOLOCATION |
DirectionalPool.Type |
getType() |
String |
getZoneId() |
int |
hashCode() |
DirectionalPool.Builder |
toBuilder() |
String |
toString() |
public String getZoneId()
public String getId()
public String getDName()
jclouds.org.public com.google.common.base.Optional<String> getName()
My Poolpublic DirectionalPool.Type getType()
public DirectionalPool.TieBreak getTieBreak()
getType() is DirectionalPool.Type.MIXED, this can be
DirectionalPool.TieBreak.SOURCEIP or DirectionalPool.TieBreak.GEOLOCATION, otherwise
DirectionalPool.TieBreak.GEOLOCATIONpublic static DirectionalPool.Builder builder()
public DirectionalPool.Builder toBuilder()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.