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