Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static Severity |
Severity.create(String key) |
Severity |
Sighting.getSeverity()
Severity of the sighting
|
Severity |
SightingSummary.getSeverity()
Severity of the sighting
|
static Severity |
Severity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Severity[] |
Severity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Sighting.Builder |
Sighting.Builder.severity(Severity severity)
Severity of the sighting
|
SightingSummary.Builder |
SightingSummary.Builder.severity(Severity severity)
Severity of the sighting
|
Constructor and Description |
---|
Sighting(String id,
String description,
String problemId,
String compartmentId,
String actorPrincipalId,
String actorPrincipalName,
String actorPrincipalType,
ClassificationStatus classificationStatus,
String sightingType,
String sightingTypeDisplayName,
String tacticName,
String techniqueName,
Integer sightingScore,
Severity severity,
Confidence confidence,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<String> regions,
Map<String,String> additionalDetails,
List<ResourceLock> locks)
Deprecated.
|
SightingSummary(String id,
String compartmentId,
String problemId,
String actorPrincipalId,
String actorPrincipalName,
String actorPrincipalType,
String detectorRuleId,
ClassificationStatus classificationStatus,
String sightingType,
String sightingTypeDisplayName,
String tacticName,
String techniqueName,
Integer sightingScore,
Severity severity,
Confidence confidence,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<String> regions)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.