Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
static Rule.LastExecutionStatus |
Rule.LastExecutionStatus.create(String key) |
Rule.LastExecutionStatus |
Rule.getLastExecutionStatus()
The most recent task execution status.
|
static Rule.LastExecutionStatus |
Rule.LastExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rule.LastExecutionStatus[] |
Rule.LastExecutionStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
Rule.Builder.lastExecutionStatus(Rule.LastExecutionStatus lastExecutionStatus)
The most recent task execution status.
|
Constructor and Description |
---|
Rule(String id,
String description,
String compartmentId,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
ConfigLifecycleState lifecycleState,
RuleKind kind,
String targetService,
String displayName,
Boolean isEnabled,
Rule.LastExecutionStatus lastExecutionStatus,
Date timeLastExecuted)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.