Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static TargetResponderRecipeResponderRuleSummary.SupportedModes |
TargetResponderRecipeResponderRuleSummary.SupportedModes.create(String key) |
static TargetResponderRecipeResponderRuleSummary.SupportedModes |
TargetResponderRecipeResponderRuleSummary.SupportedModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetResponderRecipeResponderRuleSummary.SupportedModes[] |
TargetResponderRecipeResponderRuleSummary.SupportedModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<TargetResponderRecipeResponderRuleSummary.SupportedModes> |
TargetResponderRecipeResponderRuleSummary.getSupportedModes()
Supported execution modes for the responder rule
|
Modifier and Type | Method and Description |
---|---|
TargetResponderRecipeResponderRuleSummary.Builder |
TargetResponderRecipeResponderRuleSummary.Builder.supportedModes(List<TargetResponderRecipeResponderRuleSummary.SupportedModes> supportedModes)
Supported execution modes for the responder rule
|
Constructor and Description |
---|
TargetResponderRecipeResponderRuleSummary(String id,
String displayName,
String description,
ResponderType type,
List<String> policies,
List<TargetResponderRecipeResponderRuleSummary.SupportedModes> supportedModes,
ResponderRuleDetails details,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.