public final class TrafficControllerPool extends Object
A
and CNAME
records.Modifier and Type | Class and Description |
---|---|
static class |
TrafficControllerPool.Builder |
static class |
TrafficControllerPool.RecordType
currently supported
types for traffic
controller pools. |
Modifier and Type | Method and Description |
---|---|
static TrafficControllerPool.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.
|
int |
getStatusCode()
status of the pool
|
String |
getZoneId()
The ID of the zone.
|
int |
hashCode() |
boolean |
isFailOverEnabled()
true if the pool is active and serving records. |
boolean |
isProbingEnabled()
true indicates the pool is functioning normally. |
TrafficControllerPool.Builder |
toBuilder() |
String |
toString() |
public String getZoneId()
public String getId()
public String getName()
My Pool
public String getDName()
jclouds.org.
public int getStatusCode()
public boolean isFailOverEnabled()
true
if the pool is active and serving records.public boolean isProbingEnabled()
true
indicates the pool is functioning normally. false
indicates testing only—probing records and reporting results, but not
acting on the resultspublic static TrafficControllerPool.Builder builder()
public TrafficControllerPool.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.