Package | Description |
---|---|
com.oracle.bmc.vulnerabilityscanning.model |
Modifier and Type | Method and Description |
---|---|
HostEndpointProtectionScanResultEndpointProtection |
HostEndpointProtectionScanResultEndpointProtection.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<HostEndpointProtectionScanResultEndpointProtection> |
HostEndpointProtectionScanResult.getEndpointProtections()
List of endpoint protections found in this scan
|
Modifier and Type | Method and Description |
---|---|
HostEndpointProtectionScanResultEndpointProtection.Builder |
HostEndpointProtectionScanResultEndpointProtection.Builder.copy(HostEndpointProtectionScanResultEndpointProtection model) |
Modifier and Type | Method and Description |
---|---|
HostEndpointProtectionScanResult.Builder |
HostEndpointProtectionScanResult.Builder.endpointProtections(List<HostEndpointProtectionScanResultEndpointProtection> endpointProtections)
List of endpoint protections found in this scan
|
Constructor and Description |
---|
HostEndpointProtectionScanResult(String id,
String displayName,
String instanceId,
String compartmentId,
Date timeStarted,
Date timeFinished,
ScanResultProblemSeverity problemSeverity,
Integer endpointProtectionsCount,
List<HostEndpointProtectionScanResultEndpointProtection> endpointProtections,
LifecycleState lifecycleState)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.