public static enum FlowLogCaptureFilterRuleDetails.RuleAction extends Enum<FlowLogCaptureFilterRuleDetails.RuleAction> implements BmcEnum
Include or exclude a ruleAction object.
Modifier and Type | Method and Description |
---|---|
static FlowLogCaptureFilterRuleDetails.RuleAction |
create(String key) |
String |
getValue() |
static FlowLogCaptureFilterRuleDetails.RuleAction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogCaptureFilterRuleDetails.RuleAction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowLogCaptureFilterRuleDetails.RuleAction Include
public static final FlowLogCaptureFilterRuleDetails.RuleAction Exclude
public static FlowLogCaptureFilterRuleDetails.RuleAction[] values()
for (FlowLogCaptureFilterRuleDetails.RuleAction c : FlowLogCaptureFilterRuleDetails.RuleAction.values()) System.out.println(c);
public static FlowLogCaptureFilterRuleDetails.RuleAction valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static FlowLogCaptureFilterRuleDetails.RuleAction create(String key)
Copyright © 2016–2024. All rights reserved.