final case class SRVRecord(name: String, ttl: Ttl, priority: Int, weight: Int, port: Int, target: String) extends ResourceRecord with Product with Serializable
- Source
- DnsResourceRecords.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- SRVRecord
- 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
Value Members
- val name: String
- Definition Classes
- → ResourceRecord
- val port: Int
- val priority: Int
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- val recClass: Short
- Definition Classes
- ResourceRecord
- val recType: Short
- Definition Classes
- ResourceRecord
- val target: String
- val ttl: Ttl
- Definition Classes
- → ResourceRecord
- val weight: Int