KxEnvironmentCustomDnsConfigurationArgs

data class KxEnvironmentCustomDnsConfigurationArgs(val customDnsServerIp: Output<String>, val customDnsServerName: Output<String>) : ConvertibleToJava<KxEnvironmentCustomDnsConfigurationArgs>

Constructors

Link copied to clipboard
constructor(customDnsServerIp: Output<String>, customDnsServerName: Output<String>)

Properties

Link copied to clipboard

IP address of the DNS server.

Link copied to clipboard

Name of the DNS server.

Functions

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