Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
CrashEventSystemInformation |
CrashEventSystemInformation.Builder.build() |
CrashEventSystemInformation |
KernelOopsEvent.getSystem() |
CrashEventSystemInformation |
KernelCrashEvent.getSystem() |
Modifier and Type | Method and Description |
---|---|
CrashEventSystemInformation.Builder |
CrashEventSystemInformation.Builder.copy(CrashEventSystemInformation model) |
KernelOopsEvent.Builder |
KernelOopsEvent.Builder.system(CrashEventSystemInformation system) |
KernelCrashEvent.Builder |
KernelCrashEvent.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–2024. All rights reserved.