Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static LoggingQueryOperatorType |
LoggingQueryOperatorType.create(String key) |
LoggingQueryOperatorType |
LoggingQueryDataSourceDetails.getOperator()
Operator used in Data Soruce
|
static LoggingQueryOperatorType |
LoggingQueryOperatorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoggingQueryOperatorType[] |
LoggingQueryOperatorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoggingQueryDataSourceDetails.Builder |
LoggingQueryDataSourceDetails.Builder.operator(LoggingQueryOperatorType operator)
Operator used in Data Soruce
|
Constructor and Description |
---|
LoggingQueryDataSourceDetails(List<String> regions,
String query,
Integer intervalInMinutes,
Integer threshold,
ContinuousQueryStartPolicy queryStartTime,
LoggingQueryOperatorType operator,
LoggingQueryType loggingQueryType,
Integer additionalEntitiesCount,
LoggingQueryDetails loggingQueryDetails)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.