Class PTRData

  • All Implemented Interfaces:
    Map<String,​Object>

    public class PTRData
    extends com.google.common.collect.ForwardingMap<String,​Object>
    Corresponds to the binary representation of the PTR (Pointer) RData

    Example

     import static org.jclouds.dynect.v3.domain.rdata.NSData.ptr;
     ...
     NSData rdata = ptr("ptr.foo.com.");
     
    See Also:
    RFC 1035
    • Method Detail

      • getPtrdname

        public String getPtrdname()
        domain-name which points to some location in the domain name space.
      • delegate

        protected Map<String,​Object> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingMap<String,​Object>