public static enum ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy extends Enum<ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy> implements BmcEnum
The group by parameter to summarize the allowed SQL aggregation.
Enum Constant and Description |
---|
DbUserName |
LifecycleState |
SqlFirewallPolicyId |
SqlLevel |
Modifier and Type | Method and Description |
---|---|
static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy |
create(String key) |
String |
getValue() |
static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy DbUserName
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy SqlLevel
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy SqlFirewallPolicyId
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy LifecycleState
public static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy[] values()
for (ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy c : ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy.values()) System.out.println(c);
public static ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy 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 ListSqlFirewallAllowedSqlAnalyticsRequest.GroupBy create(String key)
Copyright © 2016–2024. All rights reserved.