Package | Description |
---|---|
com.oracle.bmc.cloudguard | |
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
Iterable<TacticSummary> |
CloudGuardPaginators.listTacticsRecordIterator(ListTacticsRequest request)
Creates a new iterable which will iterate over the
TacticSummary objects contained in responses from the
listTactics operation. |
Modifier and Type | Method and Description |
---|---|
TacticSummary |
TacticSummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<TacticSummary> |
TacticCollection.getItems()
List of TacticSummay resources
|
List<TacticSummary> |
ResourceProfileSummary.getTactics()
List of tactic summaries associated with the resource profile
|
List<TacticSummary> |
ResourceProfile.getTactics()
List of tactic summaries associated with the resource profile
|
Modifier and Type | Method and Description |
---|---|
TacticSummary.Builder |
TacticSummary.Builder.copy(TacticSummary model) |
Modifier and Type | Method and Description |
---|---|
TacticCollection.Builder |
TacticCollection.Builder.items(List<TacticSummary> items)
List of TacticSummay resources
|
ResourceProfileSummary.Builder |
ResourceProfileSummary.Builder.tactics(List<TacticSummary> tactics)
List of tactic summaries associated with the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.tactics(List<TacticSummary> tactics)
List of tactic summaries associated with the resource profile
|
Constructor and Description |
---|
ResourceProfile(Integer sightingsCount,
String id,
String resourceId,
String displayName,
String type,
List<String> problemIds,
String compartmentId,
String targetId,
Double riskScore,
RiskLevel riskLevel,
Double peakRiskScore,
Date timePeakScore,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
List<TacticSummary> tactics,
List<ResourceLock> locks)
Deprecated.
|
ResourceProfileSummary(Integer sightingsCount,
String id,
String resourceId,
String displayName,
String type,
Double riskScore,
List<TacticSummary> tactics,
Date timeFirstDetected,
Date timeLastDetected,
Date timeFirstOccurred,
Date timeLastOccurred,
Integer problemsCount)
Deprecated.
|
TacticCollection(List<TacticSummary> items,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.