Package | Description |
---|---|
com.oracle.bmc.cloudguard.model | |
com.oracle.bmc.cloudguard.responses |
Modifier and Type | Method and Description |
---|---|
DetectorRecipeDetectorRule |
DetectorRecipeDetectorRule.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<DetectorRecipeDetectorRule> |
DetectorRecipeSummary.getDetectorRules()
List of detector rules for the detector type
|
List<DetectorRecipeDetectorRule> |
DetectorRecipe.getDetectorRules()
List of detector rules for the detector type for recipe - user input
|
List<DetectorRecipeDetectorRule> |
DetectorRecipe.getEffectiveDetectorRules()
List of effective detector rules for the detector type for recipe after applying defaults
|
Modifier and Type | Method and Description |
---|---|
DetectorRecipeDetectorRule.Builder |
DetectorRecipeDetectorRule.Builder.copy(DetectorRecipeDetectorRule model) |
Modifier and Type | Method and Description |
---|---|
DetectorRecipeSummary.Builder |
DetectorRecipeSummary.Builder.detectorRules(List<DetectorRecipeDetectorRule> detectorRules)
List of detector rules for the detector type
|
DetectorRecipe.Builder |
DetectorRecipe.Builder.detectorRules(List<DetectorRecipeDetectorRule> detectorRules)
List of detector rules for the detector type for recipe - user input
|
DetectorRecipe.Builder |
DetectorRecipe.Builder.effectiveDetectorRules(List<DetectorRecipeDetectorRule> effectiveDetectorRules)
List of effective detector rules for the detector type for recipe after applying defaults
|
Constructor and Description |
---|
DetectorRecipe(String id,
String displayName,
String description,
String compartmentId,
String sourceDetectorRecipeId,
DetectorRecipeEnum detectorRecipeType,
OwnerType owner,
DetectorEnum detector,
List<DetectorRecipeDetectorRule> detectorRules,
List<DetectorRecipeDetectorRule> effectiveDetectorRules,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
Integer sourceDataRetention,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<String> targetIds)
Deprecated.
|
DetectorRecipe(String id,
String displayName,
String description,
String compartmentId,
String sourceDetectorRecipeId,
DetectorRecipeEnum detectorRecipeType,
OwnerType owner,
DetectorEnum detector,
List<DetectorRecipeDetectorRule> detectorRules,
List<DetectorRecipeDetectorRule> effectiveDetectorRules,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
Integer sourceDataRetention,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
List<String> targetIds)
Deprecated.
|
DetectorRecipeSummary(String id,
String displayName,
String description,
String compartmentId,
String sourceDetectorRecipeId,
OwnerType owner,
DetectorRecipeEnum detectorRecipeType,
DetectorEnum detector,
List<DetectorRecipeDetectorRule> detectorRules,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
Integer sourceDataRetention,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DetectorRecipeDetectorRule |
CreateDetectorRecipeDetectorRuleResponse.getDetectorRecipeDetectorRule()
The returned
DetectorRecipeDetectorRule instance. |
DetectorRecipeDetectorRule |
UpdateDetectorRecipeDetectorRuleResponse.getDetectorRecipeDetectorRule()
The returned
DetectorRecipeDetectorRule instance. |
DetectorRecipeDetectorRule |
GetDetectorRecipeDetectorRuleResponse.getDetectorRecipeDetectorRule()
The returned
DetectorRecipeDetectorRule instance. |
Modifier and Type | Method and Description |
---|---|
CreateDetectorRecipeDetectorRuleResponse.Builder |
CreateDetectorRecipeDetectorRuleResponse.Builder.detectorRecipeDetectorRule(DetectorRecipeDetectorRule detectorRecipeDetectorRule)
The returned
DetectorRecipeDetectorRule instance. |
UpdateDetectorRecipeDetectorRuleResponse.Builder |
UpdateDetectorRecipeDetectorRuleResponse.Builder.detectorRecipeDetectorRule(DetectorRecipeDetectorRule detectorRecipeDetectorRule)
The returned
DetectorRecipeDetectorRule instance. |
GetDetectorRecipeDetectorRuleResponse.Builder |
GetDetectorRecipeDetectorRuleResponse.Builder.detectorRecipeDetectorRule(DetectorRecipeDetectorRule detectorRecipeDetectorRule)
The returned
DetectorRecipeDetectorRule instance. |
Copyright © 2016–2024. All rights reserved.