Class TrafficControllerPoolRecordDetail

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

public final class TrafficControllerPoolRecordDetail extends Object
  • Method Details

    • getId

      public String getId()
      The ID of the zone.
    • getPoolId

      public String getPoolId()
      The pool this record belongs to.
    • getRecord

      public TrafficControllerPoolRecord getRecord()
      the record pointed to
    • getWeight

      public int getWeight()
      0 or even numbers from 2–100. Determines the traffic load to send to each server in a Traffic Controller pool. The value 0 indicates that Traffic Controller always serves the record.
    • getPriority

      public int getPriority()
      the default value is 1. The value 0 is the special All Fail priority.
    • getForceAnswer

      public String getForceAnswer()
    • isProbingEnabled

      public boolean isProbingEnabled()
    • getStatus

      status of the record
    • isServing

      public boolean isServing()
    • getDescription

      public String getDescription()
      description of the record
    • 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

    • toBuilder