dnsOptions

@JvmName(name = "hmixldsrayflgqti")
suspend fun dnsOptions(value: Output<List<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "xjhhdvbqsohipnsu")
suspend fun dnsOptions(value: List<V3FunctionCustomDnsDnsOptionArgs>?)

Parameters

value

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.


@JvmName(name = "xktibcgeuvfbgwgm")
suspend fun dnsOptions(vararg values: Output<V3FunctionCustomDnsDnsOptionArgs>)


@JvmName(name = "rlcrphjgtctqvqsc")
suspend fun dnsOptions(values: List<Output<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "vehhkbmwoblbqlib")
suspend fun dnsOptions(vararg values: V3FunctionCustomDnsDnsOptionArgs)

Parameters

values

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.


@JvmName(name = "vnvvasyjnhauarfo")
suspend fun dnsOptions(argument: List<suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit>)
@JvmName(name = "wxkcgseittcfnjpp")
suspend fun dnsOptions(vararg argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)
@JvmName(name = "wxgasahjacyywlgv")
suspend fun dnsOptions(argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)

Parameters

argument

List of configuration items in the resolv.conf file. Each item corresponds to a key-value pair in the format of key:value, where the key is required. See dns_options below.