final case class CNameRecord(name: String, ttl: Ttl, canonicalName: String) extends ResourceRecord with Product with Serializable
- Source
- DnsResourceRecords.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- CNameRecord
- Serializable
- Product
- Equals
- ResourceRecord
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val canonicalName: String
- 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