Class AliasTarget

    • Constructor Detail

      • AliasTarget

        public AliasTarget​(com.yahoo.config.provision.HostName name,
                           String dnsZone,
                           String id)
    • Method Detail

      • id

        public String id()
        A unique identifier of this record within the ALIAS record group
      • name

        public final com.yahoo.config.provision.HostName name()
        DNS name this points to
      • dnsZone

        public final String dnsZone()
        The DNS zone this belongs to
      • pack

        public abstract RecordData pack()
        Returns the fields in this encoded as record data
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object