Package | Description |
---|---|
com.oracle.bmc.osmanagement.model | |
com.oracle.bmc.osmanagement.requests |
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.create(String key) |
EventType |
EventSummary.getEventType()
Type of the event.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EventSummary.Builder |
EventSummary.Builder.eventType(EventType eventType)
Type of the event.
|
Constructor and Description |
---|
EventSummary(String id,
String instanceId,
String summary,
EventType eventType,
Integer count,
Date timestamp,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
EventType |
ListEventsRequest.getEventType()
A filter to return only event of given type.
|
Modifier and Type | Method and Description |
---|---|
ListEventsRequest.Builder |
ListEventsRequest.Builder.eventType(EventType eventType)
A filter to return only event of given type.
|
Copyright © 2016–2024. All rights reserved.