Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static DetectorRecipeDetectorRule.ManagedListTypes |
DetectorRecipeDetectorRule.ManagedListTypes.create(String key) |
static DetectorRecipeDetectorRule.ManagedListTypes |
DetectorRecipeDetectorRule.ManagedListTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DetectorRecipeDetectorRule.ManagedListTypes[] |
DetectorRecipeDetectorRule.ManagedListTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<DetectorRecipeDetectorRule.ManagedListTypes> |
DetectorRecipeDetectorRule.getManagedListTypes()
List of managed list types related to this rule
|
Modifier and Type | Method and Description |
---|---|
DetectorRecipeDetectorRule.Builder |
DetectorRecipeDetectorRule.Builder.managedListTypes(List<DetectorRecipeDetectorRule.ManagedListTypes> managedListTypes)
List of managed list types related to this rule
|
Constructor and Description |
---|
DetectorRecipeDetectorRule(String detectorRuleId,
String displayName,
String description,
String recommendation,
DetectorEnum detector,
String serviceType,
String resourceType,
DetectorDetails details,
List<DetectorRecipeDetectorRule.ManagedListTypes> managedListTypes,
List<CandidateResponderRule> candidateResponderRules,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
String dataSourceId,
List<EntitiesMapping> entitiesMappings,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.