Class LocalDnsQueryLogging

java.lang.Object
com.azure.core.util.ExpandableStringEnum<LocalDnsQueryLogging>
com.azure.resourcemanager.containerservice.models.LocalDnsQueryLogging
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class LocalDnsQueryLogging extends com.azure.core.util.ExpandableStringEnum<LocalDnsQueryLogging>
Log level for DNS queries in localDNS.
  • Field Details

    • ERROR

      public static final LocalDnsQueryLogging ERROR
      Enables error logging in localDNS. See [errors plugin](https://coredns.io/plugins/errors) for more information.
    • LOG

      public static final LocalDnsQueryLogging LOG
      Enables query logging in localDNS. See [log plugin](https://coredns.io/plugins/log) for more information.
  • Constructor Details

    • LocalDnsQueryLogging

      @Deprecated public LocalDnsQueryLogging()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of LocalDnsQueryLogging value.
  • Method Details

    • fromString

      public static LocalDnsQueryLogging fromString(String name)
      Creates or finds a LocalDnsQueryLogging from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding LocalDnsQueryLogging.
    • values

      public static Collection<LocalDnsQueryLogging> values()
      Gets known LocalDnsQueryLogging values.
      Returns:
      known LocalDnsQueryLogging values.