Package | Description |
---|---|
com.oracle.bmc.fleetappsmanagement.model |
Modifier and Type | Method and Description |
---|---|
ComplianceReportPatchDetail |
ComplianceReportPatchDetail.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ComplianceReportPatchDetail> |
ComplianceReportTarget.getInstalledPatches()
Installed Patches for the Target.
|
List<ComplianceReportPatchDetail> |
ComplianceReportTarget.getRecommendedPatches()
Recommended Patches for the Target.
|
Modifier and Type | Method and Description |
---|---|
ComplianceReportPatchDetail.Builder |
ComplianceReportPatchDetail.Builder.copy(ComplianceReportPatchDetail model) |
Modifier and Type | Method and Description |
---|---|
ComplianceReportTarget.Builder |
ComplianceReportTarget.Builder.installedPatches(List<ComplianceReportPatchDetail> installedPatches)
Installed Patches for the Target.
|
ComplianceReportTarget.Builder |
ComplianceReportTarget.Builder.recommendedPatches(List<ComplianceReportPatchDetail> recommendedPatches)
Recommended Patches for the Target.
|
Constructor and Description |
---|
ComplianceReportTarget(String targetId,
String targetName,
String version,
ComplianceState complianceState,
List<ComplianceReportPatchDetail> installedPatches,
List<ComplianceReportPatchDetail> recommendedPatches)
Deprecated.
|
ComplianceReportTarget(String targetId,
String targetName,
String version,
ComplianceState complianceState,
List<ComplianceReportPatchDetail> installedPatches,
List<ComplianceReportPatchDetail> recommendedPatches)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.