Package | Description |
---|---|
com.oracle.bmc.loganalytics.model |
Modifier and Type | Method and Description |
---|---|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.agentId(String agentId)
The unique identifier of the agent associated with the warning
|
static LogAnalyticsWarning.Builder |
LogAnalyticsWarning.builder()
Create a new builder.
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.compartmentId(String compartmentId)
The entity compartment ID.
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.copy(LogAnalyticsWarning model) |
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.entityId(String entityId)
The unique identifier of the entity associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.entityName(String entityName)
The name of the entity associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.entityType(String entityType)
The type of the entity associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.entityTypeDisplayName(String entityTypeDisplayName)
The display name of the entity type associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.hostName(String hostName)
The host containing the agent associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.isActive(Boolean isActive)
A flag indicating if the warning is currently active
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.isSuppressed(Boolean isSuppressed)
A flag indicating if the warning is currently suppressed
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.patternId(String patternId)
The unique identifier of the warning pattern
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.patternText(String patternText)
The text of the pattern used by the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.ruleDisplayName(String ruleDisplayName)
The display name of the rule which triggered the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.ruleId(String ruleId)
The unique identifier of the rule associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.severity(Integer severity)
The warning severity
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.sourceDisplayName(String sourceDisplayName)
The display name of the source associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.sourceId(String sourceId)
The unique identifier of the source associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.sourceName(String sourceName)
The name of the source associated with the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.suppressedBy(String suppressedBy)
The user who suppressed the warning, or empty if the warning is not suppressed
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.timeCollected(Date timeCollected)
The time at which the warning was most recently collected
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.timeOfInitialWarning(Date timeOfInitialWarning)
The date at which the warning was initially triggered
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.timeOfLatestWarning(Date timeOfLatestWarning)
The most recent date on which the warning was triggered
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.toBuilder() |
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.typeDisplayName(String typeDisplayName)
The display name of the warning type
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.typeName(String typeName)
The internal name of the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.warningId(String warningId)
The unique identifier of the warning
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.warningLevel(String warningLevel)
The warning level - either pattern, rule, or source.
|
LogAnalyticsWarning.Builder |
LogAnalyticsWarning.Builder.warningMessage(String warningMessage)
A description of the warning intended for the consumer of the warning.
|
Copyright © 2016–2024. All rights reserved.