public enum AutomaticTuningDisabledReason extends Enum<AutomaticTuningDisabledReason>
Enum Constant and Description |
---|
AUTO_CONFIGURED
Enum value AutoConfigured.
|
DEFAULT
Enum value Default.
|
DISABLED
Enum value Disabled.
|
INHERITED_FROM_SERVER
Enum value InheritedFromServer.
|
NOT_SUPPORTED
Enum value NotSupported.
|
QUERY_STORE_OFF
Enum value QueryStoreOff.
|
QUERY_STORE_READ_ONLY
Enum value QueryStoreReadOnly.
|
Modifier and Type | Method and Description |
---|---|
static AutomaticTuningDisabledReason |
fromString(String value)
Parses a serialized value to a AutomaticTuningDisabledReason instance.
|
String |
toString() |
static AutomaticTuningDisabledReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutomaticTuningDisabledReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AutomaticTuningDisabledReason DEFAULT
public static final AutomaticTuningDisabledReason DISABLED
public static final AutomaticTuningDisabledReason AUTO_CONFIGURED
public static final AutomaticTuningDisabledReason INHERITED_FROM_SERVER
public static final AutomaticTuningDisabledReason QUERY_STORE_OFF
public static final AutomaticTuningDisabledReason QUERY_STORE_READ_ONLY
public static final AutomaticTuningDisabledReason NOT_SUPPORTED
public static AutomaticTuningDisabledReason[] values()
for (AutomaticTuningDisabledReason c : AutomaticTuningDisabledReason.values()) System.out.println(c);
public static AutomaticTuningDisabledReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static AutomaticTuningDisabledReason fromString(String value)
value
- the serialized value to parse.public String toString()
toString
in class Enum<AutomaticTuningDisabledReason>
Copyright © 2019. All rights reserved.