org.jclouds.ultradns.ws.domain
Class TrafficControllerPoolRecord
java.lang.Object
org.jclouds.ultradns.ws.domain.TrafficControllerPoolRecord
public class TrafficControllerPoolRecord
- extends Object
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, either
A or CNAME
getRData
public String getRData()
- address or cname this points to. ex.
jclouds.org. or
1.2.3.4
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.