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