Class AData

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

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

    Example

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