java.lang.Object
com.azure.core.util.ExpandableStringEnum<LogModule>
com.azure.resourcemanager.dynatrace.models.LogModule

public final class LogModule extends com.azure.core.util.ExpandableStringEnum<LogModule>
Tells whether log modules are enabled or not.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final LogModule
    Static value DISABLED for LogModule.
    static final LogModule
    Static value ENABLED for LogModule.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static LogModule
    Creates or finds a LogModule from its string representation.
    Gets known LogModule values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • ENABLED

      public static final LogModule ENABLED
      Static value ENABLED for LogModule.
    • DISABLED

      public static final LogModule DISABLED
      Static value DISABLED for LogModule.
  • Constructor Details

    • LogModule

      public LogModule()
  • Method Details

    • fromString

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

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