Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static ExecutionLogPolicy.LogLevel |
ExecutionLogPolicy.LogLevel.create(String key) |
ExecutionLogPolicy.LogLevel |
ExecutionLogPolicy.getLogLevel()
Specifies the log level used to control logging output of execution logs.
|
static ExecutionLogPolicy.LogLevel |
ExecutionLogPolicy.LogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionLogPolicy.LogLevel[] |
ExecutionLogPolicy.LogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ExecutionLogPolicy.Builder |
ExecutionLogPolicy.Builder.logLevel(ExecutionLogPolicy.LogLevel logLevel)
Specifies the log level used to control logging output of execution logs.
|
Constructor and Description |
---|
ExecutionLogPolicy(Boolean isEnabled,
ExecutionLogPolicy.LogLevel logLevel)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.