Active Directory Connector DNSDetails Args
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
Properties
Link copied to clipboard
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
Flag indicating whether to prefer Kubernetes DNS server response over AD DNS server response for IP address lookups.