Package | Description |
---|---|
com.oracle.bmc.osmanagement.model |
Modifier and Type | Method and Description |
---|---|
KernelVmCoreInformation |
KernelVmCoreInformation.Builder.build() |
KernelVmCoreInformation |
KernelCrashEvent.getVmcore() |
KernelVmCoreInformation |
KernelOopsEvent.getVmcore() |
Modifier and Type | Method and Description |
---|---|
KernelVmCoreInformation.Builder |
KernelVmCoreInformation.Builder.copy(KernelVmCoreInformation model) |
KernelCrashEvent.Builder |
KernelCrashEvent.Builder.vmcore(KernelVmCoreInformation vmcore) |
KernelOopsEvent.Builder |
KernelOopsEvent.Builder.vmcore(KernelVmCoreInformation vmcore) |
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–2025. All rights reserved.