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