dnsOptions

@JvmName(name = "bqtjhebjkqoogtrp")
suspend fun dnsOptions(value: Output<List<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "qoyxqotsdlimfewj")
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 = "qfdbhkatomgdeale")
suspend fun dnsOptions(vararg values: Output<V3FunctionCustomDnsDnsOptionArgs>)


@JvmName(name = "pqcgwumcptwhggup")
suspend fun dnsOptions(values: List<Output<V3FunctionCustomDnsDnsOptionArgs>>)
@JvmName(name = "dqatbqmnbkiobcst")
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 = "nmxjjbfclkjxpmdo")
suspend fun dnsOptions(argument: List<suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit>)
@JvmName(name = "hmsnmiafwheqwjcr")
suspend fun dnsOptions(vararg argument: suspend V3FunctionCustomDnsDnsOptionArgsBuilder.() -> Unit)
@JvmName(name = "kidmkfvnuvvxpnrv")
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.