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