Package com.oracle.bmc.datasafe.requests
Enum ListAlertAnalyticsRequest.SummaryField
- java.lang.Object
-
- java.lang.Enum<ListAlertAnalyticsRequest.SummaryField>
-
- com.oracle.bmc.datasafe.requests.ListAlertAnalyticsRequest.SummaryField
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<ListAlertAnalyticsRequest.SummaryField>
- Enclosing class:
- ListAlertAnalyticsRequest
public static enum ListAlertAnalyticsRequest.SummaryField extends Enum<ListAlertAnalyticsRequest.SummaryField> implements BmcEnum
Specifies a subset of summarized fields to be returned in the response.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Alertcount
AlertPolicyRuleKey
AlertPolicyRuleName
AlertSeverity
AlertStatus
AlertType
Closed
Critical
High
Low
Medium
Open
PolicyId
TargetIds
TargetNames
Throttled
TimeCreated
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListAlertAnalyticsRequest.SummaryField
create(String key)
String
getValue()
static ListAlertAnalyticsRequest.SummaryField
valueOf(String name)
Returns the enum constant of this type with the specified name.static ListAlertAnalyticsRequest.SummaryField[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
AlertType
public static final ListAlertAnalyticsRequest.SummaryField AlertType
-
TargetIds
public static final ListAlertAnalyticsRequest.SummaryField TargetIds
-
TargetNames
public static final ListAlertAnalyticsRequest.SummaryField TargetNames
-
AlertSeverity
public static final ListAlertAnalyticsRequest.SummaryField AlertSeverity
-
AlertStatus
public static final ListAlertAnalyticsRequest.SummaryField AlertStatus
-
TimeCreated
public static final ListAlertAnalyticsRequest.SummaryField TimeCreated
-
PolicyId
public static final ListAlertAnalyticsRequest.SummaryField PolicyId
-
Open
public static final ListAlertAnalyticsRequest.SummaryField Open
-
Closed
public static final ListAlertAnalyticsRequest.SummaryField Closed
-
Critical
public static final ListAlertAnalyticsRequest.SummaryField Critical
-
High
public static final ListAlertAnalyticsRequest.SummaryField High
-
Medium
public static final ListAlertAnalyticsRequest.SummaryField Medium
-
Low
public static final ListAlertAnalyticsRequest.SummaryField Low
-
Alertcount
public static final ListAlertAnalyticsRequest.SummaryField Alertcount
-
AlertPolicyRuleKey
public static final ListAlertAnalyticsRequest.SummaryField AlertPolicyRuleKey
-
AlertPolicyRuleName
public static final ListAlertAnalyticsRequest.SummaryField AlertPolicyRuleName
-
Throttled
public static final ListAlertAnalyticsRequest.SummaryField Throttled
-
-
Method Detail
-
values
public static ListAlertAnalyticsRequest.SummaryField[] 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 (ListAlertAnalyticsRequest.SummaryField c : ListAlertAnalyticsRequest.SummaryField.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ListAlertAnalyticsRequest.SummaryField 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 ListAlertAnalyticsRequest.SummaryField create(String key)
-
-