Class AAAAData

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

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

    Example

     import static org.jclouds.dynect.v3.domain.rdata.NSData.aaaa;
     ...
     NSData rdata = aaaa("1234:ab00:ff00::6b14:abcd");
     
    See Also:
    RFC 3596