Package org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecordDetail
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.TrafficControllerPoolRecordDetail
-
public final class TrafficControllerPoolRecordDetail extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
TrafficControllerPoolRecordDetail.Builder
static class
TrafficControllerPoolRecordDetail.Status
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TrafficControllerPoolRecordDetail.Builder
builder()
boolean
equals(Object obj)
String
getDescription()
description of the recordString
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 toTrafficControllerPoolRecordDetail.Status
getStatus()
status of the recordint
getWeight()
0 or even numbers from 2–100.int
hashCode()
boolean
isProbingEnabled()
boolean
isServing()
TrafficControllerPoolRecordDetail.Builder
toBuilder()
String
toString()
-
-
-
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
-
builder
public static TrafficControllerPoolRecordDetail.Builder builder()
-
toBuilder
public TrafficControllerPoolRecordDetail.Builder toBuilder()
-
-