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