org.jclouds.ultradns.ws.domain
Class TrafficControllerPool

java.lang.Object
  extended by org.jclouds.ultradns.ws.domain.TrafficControllerPool

public final class TrafficControllerPool
extends Object

Traffic Controller pools are used to create weighted A and CNAME records.


Nested Class Summary
static class TrafficControllerPool.Builder
           
static class TrafficControllerPool.RecordType
          currently supported types for traffic controller pools.
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

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.


getStatusCode

public int getStatusCode()
status of the pool


isFailOverEnabled

public boolean isFailOverEnabled()
true if the pool is active and serving records.


isProbingEnabled

public boolean isProbingEnabled()
true indicates the pool is functioning normally. false indicates testing only—probing records and reporting results, but not acting on the results


hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object

builder

public static TrafficControllerPool.Builder builder()

toBuilder

public TrafficControllerPool.Builder toBuilder()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.