@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public enum OperatorActionCategories extends Enum<OperatorActionCategories> implements BmcEnum
Operator action categories - “Service Diagnostics: Allows non-privileged read-only access to the layer of the system. No privileged commands are available under this operator action.” - “Service Management: Allows non-root services to be restarted and maintained.” - “System Management: Allows root services pertinent to the layer to be restarted, all processes to be restarted.” - “Full Administration: Allows full root access without any constraints.” - “Cell Management: Only applicable to cell server layer of Exadata. Allows cell management actions.”
Enum Constant and Description |
---|
Cellmanagement |
Fulladministration |
Servicediagnostics |
Servicemanagement |
Systemmanagement |
Modifier and Type | Method and Description |
---|---|
static OperatorActionCategories |
create(String key) |
String |
getValue() |
static OperatorActionCategories |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperatorActionCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OperatorActionCategories Servicediagnostics
public static final OperatorActionCategories Servicemanagement
public static final OperatorActionCategories Systemmanagement
public static final OperatorActionCategories Fulladministration
public static final OperatorActionCategories Cellmanagement
public static OperatorActionCategories[] values()
for (OperatorActionCategories c : OperatorActionCategories.values()) System.out.println(c);
public static OperatorActionCategories 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 OperatorActionCategories create(String key)
Copyright © 2016–2024. All rights reserved.