| Package | Description |
|---|---|
| com.oracle.bmc.osmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
CrashEventSystemInformation |
CrashEventSystemInformation.Builder.build() |
CrashEventSystemInformation |
KernelCrashEvent.getSystem() |
CrashEventSystemInformation |
KernelOopsEvent.getSystem() |
| Modifier and Type | Method and Description |
|---|---|
CrashEventSystemInformation.Builder |
CrashEventSystemInformation.Builder.copy(CrashEventSystemInformation model) |
KernelCrashEvent.Builder |
KernelCrashEvent.Builder.system(CrashEventSystemInformation system) |
KernelOopsEvent.Builder |
KernelOopsEvent.Builder.system(CrashEventSystemInformation system) |
| Constructor and Description |
|---|
KernelCrashEvent(String id,
String instanceId,
String compartmentId,
String tenancyId,
String summary,
Date timestamp,
String eventFingerprint,
Integer count,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String reason,
Date timeFirstOccurred,
KernelVmCoreInformation vmcore,
EventContent content,
CrashEventSystemInformation system)
Deprecated.
|
KernelOopsEvent(String id,
String instanceId,
String compartmentId,
String tenancyId,
String summary,
Date timestamp,
String eventFingerprint,
Integer count,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags,
String reason,
Date timeFirstOccurred,
KernelVmCoreInformation vmcore,
EventContent content,
CrashEventSystemInformation system)
Deprecated.
|
Copyright © 2016–2022. All rights reserved.