final case class AAAARecord(name: String, ttl: Ttl, ip: Inet6Address) extends ResourceRecord with Product with Serializable
- Source
- DnsResourceRecords.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- AAAARecord
- Serializable
- Product
- Equals
- ResourceRecord
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new AAAARecord(name: String, ttl: Ttl, ip: Inet6Address)
Value Members
- val ip: Inet6Address
- val name: String
- Definition Classes
- → ResourceRecord
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recClass: Short
- Definition Classes
- ResourceRecord
- val recType: Short
- Definition Classes
- ResourceRecord
- val ttl: Ttl
- Definition Classes
- → ResourceRecord