Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static TargetDetectorRecipeDetectorRule.ManagedListTypes |
TargetDetectorRecipeDetectorRule.ManagedListTypes.create(String key) |
static TargetDetectorRecipeDetectorRule.ManagedListTypes |
TargetDetectorRecipeDetectorRule.ManagedListTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetDetectorRecipeDetectorRule.ManagedListTypes[] |
TargetDetectorRecipeDetectorRule.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<TargetDetectorRecipeDetectorRule.ManagedListTypes> |
TargetDetectorRecipeDetectorRule.getManagedListTypes()
List of managed list types related to this rule
|
Modifier and Type | Method and Description |
---|---|
TargetDetectorRecipeDetectorRule.Builder |
TargetDetectorRecipeDetectorRule.Builder.managedListTypes(List<TargetDetectorRecipeDetectorRule.ManagedListTypes> managedListTypes)
List of managed list types related to this rule
|
Constructor and Description |
---|
TargetDetectorRecipeDetectorRule(String detectorRuleId,
String displayName,
String description,
String recommendation,
DetectorEnum detector,
String serviceType,
String resourceType,
TargetDetectorDetails details,
List<TargetDetectorRecipeDetectorRule.ManagedListTypes> managedListTypes,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
String dataSourceId,
List<EntitiesMapping> entitiesMappings,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.