Package | Description |
---|---|
com.oracle.bmc.cloudguard.model |
Modifier and Type | Method and Description |
---|---|
static ResponderRecipeResponderRule.SupportedModes |
ResponderRecipeResponderRule.SupportedModes.create(String key) |
static ResponderRecipeResponderRule.SupportedModes |
ResponderRecipeResponderRule.SupportedModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResponderRecipeResponderRule.SupportedModes[] |
ResponderRecipeResponderRule.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<ResponderRecipeResponderRule.SupportedModes> |
ResponderRecipeResponderRule.getSupportedModes()
Supported execution modes for the responder rule
|
Modifier and Type | Method and Description |
---|---|
ResponderRecipeResponderRule.Builder |
ResponderRecipeResponderRule.Builder.supportedModes(List<ResponderRecipeResponderRule.SupportedModes> supportedModes)
Supported execution modes for the responder rule
|
Constructor and Description |
---|
ResponderRecipeResponderRule(String responderRuleId,
String displayName,
String description,
ResponderType type,
List<String> policies,
List<ResponderRecipeResponderRule.SupportedModes> supportedModes,
ResponderRuleDetails details,
String compartmentId,
Date timeCreated,
Date timeUpdated,
LifecycleState lifecycleState,
String lifecycleDetails,
List<ResourceLock> locks)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.