public static enum GetSubnetTopologyRequest.AccessLevel extends Enum<GetSubnetTopologyRequest.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 GetSubnetTopologyRequest.AccessLevel |
create(String key) |
String |
getValue() |
static GetSubnetTopologyRequest.AccessLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetSubnetTopologyRequest.AccessLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetSubnetTopologyRequest.AccessLevel Any
public static final GetSubnetTopologyRequest.AccessLevel Accessible
public static GetSubnetTopologyRequest.AccessLevel[] values()
for (GetSubnetTopologyRequest.AccessLevel c : GetSubnetTopologyRequest.AccessLevel.values()) System.out.println(c);
public static GetSubnetTopologyRequest.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 GetSubnetTopologyRequest.AccessLevel create(String key)
Copyright © 2016–2025. All rights reserved.