Package com.oracle.bmc.core.requests
Enum GetNetworkingTopologyRequest.AccessLevel
- java.lang.Object
-
- java.lang.Enum<GetNetworkingTopologyRequest.AccessLevel>
-
- com.oracle.bmc.core.requests.GetNetworkingTopologyRequest.AccessLevel
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<GetNetworkingTopologyRequest.AccessLevel>
- Enclosing class:
- GetNetworkingTopologyRequest
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 Summary
Enum Constants Enum Constant Description Accessible
Any
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Enum Constant Detail
-
Any
public static final GetNetworkingTopologyRequest.AccessLevel Any
-
Accessible
public static final GetNetworkingTopologyRequest.AccessLevel Accessible
-
-
Method Detail
-
values
public static GetNetworkingTopologyRequest.AccessLevel[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (GetNetworkingTopologyRequest.AccessLevel c : GetNetworkingTopologyRequest.AccessLevel.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static GetNetworkingTopologyRequest.AccessLevel valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static GetNetworkingTopologyRequest.AccessLevel create(String key)
-
-