Package | Description |
---|---|
com.oracle.bmc.osmanagementhub | |
com.oracle.bmc.osmanagementhub.model | |
com.oracle.bmc.osmanagementhub.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEventRequest,GetEventResponse> |
EventWaiters.forEvent(GetEventRequest request,
Event.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEventRequest,GetEventResponse> |
EventWaiters.forEvent(GetEventRequest request,
Event.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEventRequest,GetEventResponse> |
EventWaiters.forEvent(GetEventRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Event.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static Event.LifecycleState |
Event.LifecycleState.create(String key) |
Event.LifecycleState |
Event.getLifecycleState()
The current state of the event.
|
Event.LifecycleState |
EventSummary.getLifecycleState()
The current state of the event.
|
static Event.LifecycleState |
Event.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Event.LifecycleState[] |
Event.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AgentEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
AgentEventData data)
Deprecated.
|
Event(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
EventSummary(String id,
String eventSummary,
String compartmentId,
EventType type,
String resourceId,
Date timeCreated,
Date timeUpdated,
Date timeOccurred,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
ExploitAttemptEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ExploitAttemptEventData data)
Deprecated.
|
KernelCrashEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
KernelEventData data)
Deprecated.
|
KernelOopsEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
KernelEventData data)
Deprecated.
|
KspliceUpdateEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
KspliceUpdateEventData data)
Deprecated.
|
ManagementStationEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
ManagementStationEventData data)
Deprecated.
|
SoftwareSourceEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
SoftwareSourceEventData data)
Deprecated.
|
SoftwareUpdateEvent(String id,
String eventSummary,
String compartmentId,
String eventDetails,
String resourceId,
SystemDetails systemDetails,
Date timeOccurred,
Date timeCreated,
Date timeUpdated,
Event.LifecycleState lifecycleState,
String lifecycleDetails,
Boolean isManagedByAutonomousLinux,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
SoftwareUpdateEventData data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Event.LifecycleState |
ListEventsRequest.getLifecycleState()
A filter to return only events that match the state provided.
|
Modifier and Type | Method and Description |
---|---|
ListEventsRequest.Builder |
ListEventsRequest.Builder.lifecycleState(Event.LifecycleState lifecycleState)
A filter to return only events that match the state provided.
|
Copyright © 2016–2024. All rights reserved.