CacheDnsArgs

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

Constructors

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

Properties

Link copied to clipboard
val searchDomain: Output<String>? = null

The DNS search domain for the HPC Cache.

Link copied to clipboard
val servers: Output<List<String>>

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

Functions

Link copied to clipboard
open override fun toJava(): CacheDnsArgs