@Generated(value="OracleSDKGenerator", comments="API Version: 20200202") public enum ManagementAgentGroupBy extends Enum<ManagementAgentGroupBy> implements BmcEnum
Supported groupBy types for Management Agent.
Enum Constant and Description |
---|
AvailabilityStatus |
PlatformType |
Version |
Modifier and Type | Method and Description |
---|---|
static ManagementAgentGroupBy |
create(String key) |
String |
getValue() |
static ManagementAgentGroupBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManagementAgentGroupBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManagementAgentGroupBy AvailabilityStatus
public static final ManagementAgentGroupBy PlatformType
public static final ManagementAgentGroupBy Version
public static ManagementAgentGroupBy[] values()
for (ManagementAgentGroupBy c : ManagementAgentGroupBy.values()) System.out.println(c);
public static ManagementAgentGroupBy 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 ManagementAgentGroupBy create(String key)
Copyright © 2016–2024. All rights reserved.