org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecordDetail

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

public final class TrafficControllerPoolRecordDetail
extends Object


Nested Class Summary
static class TrafficControllerPoolRecordDetail.Builder
           
static class TrafficControllerPoolRecordDetail.Status
           
 
Method Summary
static TrafficControllerPoolRecordDetail.Builder builder()
           
 boolean equals(Object obj)
           
 String getDescription()
          description of the record
 String getForceAnswer()
           
 String getId()
          The ID of the zone.
 String getPoolId()
          The pool this record belongs to.
 int getPriority()
          the default value is 1.
 TrafficControllerPoolRecord getRecord()
          the record pointed to
 TrafficControllerPoolRecordDetail.Status getStatus()
          status of the record
 int getWeight()
          0 or even numbers from 2–100.
 int hashCode()
           
 boolean isProbingEnabled()
           
 boolean isServing()
           
 TrafficControllerPoolRecordDetail.Builder toBuilder()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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

public TrafficControllerPoolRecordDetail.Status 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

public static TrafficControllerPoolRecordDetail.Builder builder()

toBuilder

public TrafficControllerPoolRecordDetail.Builder toBuilder()


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