Enum ManagementAgentPluginGroupBy
- java.lang.Object
-
- java.lang.Enum<ManagementAgentPluginGroupBy>
-
- com.oracle.bmc.managementagent.model.ManagementAgentPluginGroupBy
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ManagementAgentPluginGroupBy>
@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public enum ManagementAgentPluginGroupBy extends Enum<ManagementAgentPluginGroupBy> implements BmcEnum
Supported groupBy types for Management Agent Plugin.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description PluginName
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ManagementAgentPluginGroupBy
create(String key)
String
getValue()
static ManagementAgentPluginGroupBy
valueOf(String name)
Returns the enum constant of this type with the specified name.static ManagementAgentPluginGroupBy[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PluginName
public static final ManagementAgentPluginGroupBy PluginName
-
-
Method Detail
-
values
public static ManagementAgentPluginGroupBy[] 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 (ManagementAgentPluginGroupBy c : ManagementAgentPluginGroupBy.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ManagementAgentPluginGroupBy 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 ManagementAgentPluginGroupBy create(String key)
-
-