ActiveDirectoryConnectorDNSDetailsResponse

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

DNS server details

Constructors

constructor(domainName: String? = null, nameserverIPAddresses: List<String>, preferK8sDnsForPtrLookups: Boolean? = null, replicas: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: 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

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

Link copied to clipboard
val replicas: Double? = null

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