Uses of Class
com.azure.resourcemanager.containerservice.models.LocalDnsOverride
Packages that use LocalDnsOverride
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LocalDnsOverride in com.azure.resourcemanager.containerservice.models
Classes in com.azure.resourcemanager.containerservice.models that implement interfaces with type arguments of type LocalDnsOverrideMethods in com.azure.resourcemanager.containerservice.models that return LocalDnsOverrideModifier and TypeMethodDescriptionstatic LocalDnsOverrideLocalDnsOverride.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of LocalDnsOverride from the JsonReader.LocalDnsOverride.withCacheDurationInSeconds(Integer cacheDurationInSeconds) Set the cacheDurationInSeconds property: Cache max TTL in seconds.LocalDnsOverride.withForwardDestination(LocalDnsForwardDestination forwardDestination) Set the forwardDestination property: Destination server for DNS queries to be forwarded from localDNS.LocalDnsOverride.withForwardPolicy(LocalDnsForwardPolicy forwardPolicy) Set the forwardPolicy property: Forward policy for selecting upstream DNS server.LocalDnsOverride.withMaxConcurrent(Integer maxConcurrent) Set the maxConcurrent property: Maximum number of concurrent queries.LocalDnsOverride.withProtocol(LocalDnsProtocol protocol) Set the protocol property: Enforce TCP or prefer UDP protocol for connections from localDNS to upstream DNS server.LocalDnsOverride.withQueryLogging(LocalDnsQueryLogging queryLogging) Set the queryLogging property: Log level for DNS queries in localDNS.LocalDnsOverride.withServeStale(LocalDnsServeStale serveStale) Set the serveStale property: Policy for serving stale data.LocalDnsOverride.withServeStaleDurationInSeconds(Integer serveStaleDurationInSeconds) Set the serveStaleDurationInSeconds property: Serve stale duration in seconds.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LocalDnsOverrideModifier and TypeMethodDescriptionLocalDnsProfile.kubeDnsOverrides()Get the kubeDnsOverrides property: KubeDNS overrides apply to DNS traffic from pods with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic).LocalDnsProfile.vnetDnsOverrides()Get the vnetDnsOverrides property: VnetDNS overrides apply to DNS traffic from pods with dnsPolicy:default or kubelet (referred to as VnetDNS traffic).Method parameters in com.azure.resourcemanager.containerservice.models with type arguments of type LocalDnsOverrideModifier and TypeMethodDescriptionLocalDnsProfile.withKubeDnsOverrides(Map<String, LocalDnsOverride> kubeDnsOverrides) Set the kubeDnsOverrides property: KubeDNS overrides apply to DNS traffic from pods with dnsPolicy:ClusterFirst (referred to as KubeDNS traffic).LocalDnsProfile.withVnetDnsOverrides(Map<String, LocalDnsOverride> vnetDnsOverrides) Set the vnetDnsOverrides property: VnetDNS overrides apply to DNS traffic from pods with dnsPolicy:default or kubelet (referred to as VnetDNS traffic).