RRType

public enum RRType : String, CustomStringConvertible, Codable

Undocumented

  • soa

    Undocumented

    Declaration

    Swift

    case soa = "SOA"
  • a

    Undocumented

    Declaration

    Swift

    case a = "A"
  • txt

    Undocumented

    Declaration

    Swift

    case txt = "TXT"
  • ns

    Undocumented

    Declaration

    Swift

    case ns = "NS"
  • Undocumented

    Declaration

    Swift

    case cname = "CNAME"
  • mx

    Undocumented

    Declaration

    Swift

    case mx = "MX"
  • Undocumented

    Declaration

    Swift

    case naptr = "NAPTR"
  • ptr

    Undocumented

    Declaration

    Swift

    case ptr = "PTR"
  • srv

    Undocumented

    Declaration

    Swift

    case srv = "SRV"
  • spf

    Undocumented

    Declaration

    Swift

    case spf = "SPF"
  • Undocumented

    Declaration

    Swift

    case aaaa = "AAAA"
  • caa

    Undocumented

    Declaration

    Swift

    case caa = "CAA"
  • Declaration

    Swift

    public var description: String { get }