public final class TrafficControllerPoolRecordDetail extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TrafficControllerPoolRecordDetail.Builder |
static class |
TrafficControllerPoolRecordDetail.Status |
Modifier and Type | Method and Description |
---|---|
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() |
public String getId()
public String getPoolId()
public TrafficControllerPoolRecord getRecord()
public int getWeight()
public int getPriority()
public String getForceAnswer()
public boolean isProbingEnabled()
public TrafficControllerPoolRecordDetail.Status getStatus()
public boolean isServing()
public String getDescription()
public static TrafficControllerPoolRecordDetail.Builder builder()
public TrafficControllerPoolRecordDetail.Builder toBuilder()
Copyright © 2009-2013 jclouds. All Rights Reserved.