Uses of Enum
com.exoscale.sdk.model.JsonSchemaMysql.LogOutputEnum
Packages that use JsonSchemaMysql.LogOutputEnum
-
Uses of JsonSchemaMysql.LogOutputEnum in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return JsonSchemaMysql.LogOutputEnumModifier and TypeMethodDescriptionJsonSchemaMysql.getLogOutput()
The slow log output destination when slow_query_log is ON.Returns the enum constant of this type with the specified name.static JsonSchemaMysql.LogOutputEnum[]
JsonSchemaMysql.LogOutputEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.exoscale.sdk.model with parameters of type JsonSchemaMysql.LogOutputEnumModifier and TypeMethodDescriptionJsonSchemaMysql.logOutput
(JsonSchemaMysql.LogOutputEnum logOutput) void
JsonSchemaMysql.setLogOutput
(JsonSchemaMysql.LogOutputEnum logOutput)