Class TrafficControllerPool

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

public final class TrafficControllerPool extends Object
Traffic Controller pools are used to create weighted A and CNAME records.
  • Method Details

    • 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()