Package org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecord
- java.lang.Object
-
- org.jclouds.ultradns.ws.domain.TrafficControllerPoolRecord
-
public class TrafficControllerPoolRecord extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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, eitherA
orCNAME
int
hashCode()
String
toString()
-
-
-
Method Detail
-
createA
public static TrafficControllerPoolRecord createA(String rdata)
-
createCNAME
public static TrafficControllerPoolRecord createCNAME(String rdata)
-
create
public static TrafficControllerPoolRecord create(String type, String rdata)
-
getType
public String getType()
the type of the record, eitherA
orCNAME
-
getRData
public String getRData()
address or cname this points to. ex.jclouds.org.
or1.2.3.4
-
-