Class TrafficControllerPoolRecordDetail


  • public final class TrafficControllerPoolRecordDetail
    extends Object
    • Method Detail

      • getId

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

        public String getPoolId()
        The pool this record belongs 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()
      • isServing

        public boolean isServing()
      • getDescription

        public String getDescription()
        description of the record
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object