Class CNAMEData

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

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

    Example

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

      • getCname

        public String getCname()
        domain-name which specifies the canonical or primary name for the owner. The owner name is an alias.
      • delegate

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