public class TrafficControllerPoolRecord extends Object
Modifier and Type | Method and Description |
---|---|
static TrafficControllerPoolRecord |
create(String type,
String rdata) |
static TrafficControllerPoolRecord |
createA(String rdata) |
static TrafficControllerPoolRecord |
createCNAME(String rdata) |
boolean |
equals(Object obj) |
String |
getRData()
address or cname this points to.
|
String |
getType()
the type of the record, either
A or CNAME |
int |
hashCode() |
String |
toString() |
public static TrafficControllerPoolRecord createA(String rdata)
public static TrafficControllerPoolRecord createCNAME(String rdata)
public static TrafficControllerPoolRecord create(String type, String rdata)
public String getType()
A
or CNAME
public String getRData()
jclouds.org.
or
1.2.3.4
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.