Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static ResourceProfile.Builder |
ResourceProfile.builder()
Create a new builder.
|
ResourceProfile.Builder |
ResourceProfile.Builder.compartmentId(String compartmentId)
Compartment OCID for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.copy(ResourceProfile model) |
ResourceProfile.Builder |
ResourceProfile.Builder.displayName(String displayName)
Display name for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.id(String id)
Unique identifier for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.locks(List<ResourceLock> locks)
Locks associated with this resource.
|
ResourceProfile.Builder |
ResourceProfile.Builder.peakRiskScore(Double peakRiskScore)
Peak risk score for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.problemIds(List<String> problemIds)
List of problems IDs associated with the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.resourceId(String resourceId)
Unique identifier for the resource associated with the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.riskLevel(RiskLevel riskLevel)
Risk level associated with resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.riskScore(Double riskScore)
Risk score for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.sightingsCount(Integer sightingsCount)
Number of sightings associated with the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.tactics(List<TacticSummary> tactics)
List of tactic summaries associated with the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.targetId(String targetId)
Unique target ID for the resource profile
|
ResourceProfile.Builder |
ResourceProfile.Builder.timeFirstDetected(Date timeFirstDetected)
Time the activities were first detected.
|
ResourceProfile.Builder |
ResourceProfile.Builder.timeFirstOccurred(Date timeFirstOccurred)
Time the activities were first performed.
|
ResourceProfile.Builder |
ResourceProfile.Builder.timeLastDetected(Date timeLastDetected)
Time the activities were last detected.
|
ResourceProfile.Builder |
ResourceProfile.Builder.timeLastOccurred(Date timeLastOccurred)
Time the activities were last performed.
|
ResourceProfile.Builder |
ResourceProfile.Builder.timePeakScore(Date timePeakScore)
The date and time for the peak risk score.
|
ResourceProfile.Builder |
ResourceProfile.toBuilder() |
ResourceProfile.Builder |
ResourceProfile.Builder.type(String type)
Resource type for the resource profile
|
Copyright © 2016–2024. All rights reserved.