Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static LogAnalyticsSourceFunction.FunctionName |
LogAnalyticsSourceFunction.FunctionName.create(String key) |
LogAnalyticsSourceFunction.FunctionName |
LogAnalyticsSourceFunction.getFunctionName()
The source function name
|
static LogAnalyticsSourceFunction.FunctionName |
LogAnalyticsSourceFunction.FunctionName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogAnalyticsSourceFunction.FunctionName[] |
LogAnalyticsSourceFunction.FunctionName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LogAnalyticsSourceFunction.Builder |
LogAnalyticsSourceFunction.Builder.functionName(LogAnalyticsSourceFunction.FunctionName functionName)
The source function name
|
Constructor and Description |
---|
LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments,
Boolean isEnabled,
LogAnalyticsMetaFunction function,
LogAnalyticsSourceFunction.FunctionName functionName,
String functionReference,
String sourceReference,
List<String> features,
Long functionId,
Long order,
Boolean isSystem,
String lookupColumn,
Long lookupColumnPosition,
String lookupDisplayName,
Long lookupMode,
String lookupTable,
Long sourceId)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.