ActiveDirectoryConnectorDNSDetailsArgs

data class ActiveDirectoryConnectorDNSDetailsArgs(val domainName: Output<String>? = null, val nameserverIPAddresses: Output<List<String>>, val preferK8sDnsForPtrLookups: Output<Boolean>? = null, val replicas: Output<Double>? = null) : ConvertibleToJava<ActiveDirectoryConnectorDNSDetailsArgs>

DNS server details

Constructors

Link copied to clipboard
constructor(domainName: Output<String>? = null, nameserverIPAddresses: Output<List<String>>, preferK8sDnsForPtrLookups: Output<Boolean>? = null, replicas: Output<Double>? = null)

Properties

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

DNS domain name for which DNS lookups should be forwarded to the Active Directory DNS servers.

Link copied to clipboard

List of Active Directory DNS server IP addresses.

Link copied to clipboard
val preferK8sDnsForPtrLookups: Output<Boolean>? = null

Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.

Link copied to clipboard
val replicas: Output<Double>? = null

Replica count for DNS proxy service. Default value is 1.

Functions

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