public static enum ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel extends Enum<ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel> implements BmcEnum
Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED. Setting this to ACCESSIBLE returns only those compartments for which the user has INSPECT permissions directly or indirectly (permissions can be on a resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
Enum Constant and Description |
---|
Accessible |
Restricted |
Modifier and Type | Method and Description |
---|---|
static ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel |
create(String key) |
String |
getValue() |
static ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel Restricted
public static final ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel Accessible
public static ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel[] values()
for (ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel c : ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel.values()) System.out.println(c);
public static ListSqlFirewallAllowedSqlAnalyticsRequest.AccessLevel 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.AccessLevel create(String key)
Copyright © 2016–2024. All rights reserved.