Enum JsonSchemaMysql.LogOutputEnum

java.lang.Object
java.lang.Enum<JsonSchemaMysql.LogOutputEnum>
com.exoscale.sdk.model.JsonSchemaMysql.LogOutputEnum
All Implemented Interfaces:
Serializable, Comparable<JsonSchemaMysql.LogOutputEnum>, java.lang.constant.Constable
Enclosing class:
JsonSchemaMysql

public static enum JsonSchemaMysql.LogOutputEnum extends Enum<JsonSchemaMysql.LogOutputEnum>
The slow log output destination when slow_query_log is ON. To enable MySQL AI Insights, choose INSIGHTS. To use MySQL AI Insights and the mysql.slow_log table at the same time, choose INSIGHTS,TABLE. To only use the mysql.slow_log table, choose TABLE. To silence slow logs, choose NONE.