Class NSData

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

    public class NSData
    extends com.google.common.collect.ForwardingMap<String,​Object>
    Corresponds to the binary representation of the NS (Name Server) RData

    Example

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

      • getNsdname

        public String getNsdname()
        domain-name which specifies a host which should be authoritative for the specified class and domain.
      • delegate

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