public static enum FlowLogCaptureFilterRuleDetails.FlowLogType extends Enum<FlowLogCaptureFilterRuleDetails.FlowLogType> implements BmcEnum
Type or types of flow logs to store. ALL
includes records for both accepted traffic
and rejected traffic.
Modifier and Type | Method and Description |
---|---|
static FlowLogCaptureFilterRuleDetails.FlowLogType |
create(String key) |
String |
getValue() |
static FlowLogCaptureFilterRuleDetails.FlowLogType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowLogCaptureFilterRuleDetails.FlowLogType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowLogCaptureFilterRuleDetails.FlowLogType All
public static final FlowLogCaptureFilterRuleDetails.FlowLogType Reject
public static final FlowLogCaptureFilterRuleDetails.FlowLogType Accept
public static FlowLogCaptureFilterRuleDetails.FlowLogType[] values()
for (FlowLogCaptureFilterRuleDetails.FlowLogType c : FlowLogCaptureFilterRuleDetails.FlowLogType.values()) System.out.println(c);
public static FlowLogCaptureFilterRuleDetails.FlowLogType 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.FlowLogType create(String key)
Copyright © 2016–2024. All rights reserved.