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 TrafficControllerPoolRecordcreate(String type, String rdata)static TrafficControllerPoolRecordcreateA(String rdata)static TrafficControllerPoolRecordcreateCNAME(String rdata)booleanequals(Object obj)StringgetRData()address or cname this points to.StringgetType()the type of the record, eitherAorCNAMEinthashCode()StringtoString()
-
-
-
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, eitherAorCNAME
-
getRData
public String getRData()
address or cname this points to. ex.jclouds.org.or1.2.3.4
-
-