Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
ContainerScanResultProblem |
ContainerScanResultProblem.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ContainerScanResultProblem> |
ContainerScanResult.getProblems()
List of problems found in this scan
|
Modifier and Type | Method and Description |
---|---|
ContainerScanResultProblem.Builder |
ContainerScanResultProblem.Builder.copy(ContainerScanResultProblem model) |
Modifier and Type | Method and Description |
---|---|
ContainerScanResult.Builder |
ContainerScanResult.Builder.problems(List<ContainerScanResultProblem> problems)
List of problems found in this scan
|
Constructor and Description |
---|
ContainerScanResult(String id,
String registryUrl,
String repository,
String image,
String compartmentId,
String targetCompartmentId,
String containerScanTargetId,
ScanResultProblemSeverity highestProblemSeverity,
Integer problemCount,
Date timeStarted,
Date timeFinished,
List<ContainerScanResultProblem> problems)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.