V2Function Custom Dns Args
data class V2FunctionCustomDnsArgs(val dnsOptions: Output<List<V2FunctionCustomDnsDnsOptionArgs>>? = null, val nameServers: Output<List<String>>? = null, val searches: Output<List<String>>? = null) : ConvertibleToJava<V2FunctionCustomDnsArgs>
Constructors
Link copied to clipboard
fun V2FunctionCustomDnsArgs(dnsOptions: Output<List<V2FunctionCustomDnsDnsOptionArgs>>? = null, nameServers: Output<List<String>>? = null, searches: Output<List<String>>? = null)