CacheDns

data class CacheDns(val searchDomain: String? = null, val servers: List<String>)

Constructors

Link copied to clipboard
constructor(searchDomain: String? = null, servers: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val searchDomain: String? = null

The DNS search domain for the HPC Cache.

Link copied to clipboard

A list of DNS servers for the HPC Cache. At most three IP(s) are allowed to set.