Uses of Class
com.oracle.bmc.osmanagement.model.CrashEventSystemInformation
-
Packages that use CrashEventSystemInformation Package Description com.oracle.bmc.osmanagement.model -
-
Uses of CrashEventSystemInformation in com.oracle.bmc.osmanagement.model
Methods in com.oracle.bmc.osmanagement.model that return CrashEventSystemInformation Modifier and Type Method Description CrashEventSystemInformation
CrashEventSystemInformation.Builder. build()
CrashEventSystemInformation
KernelCrashEvent. getSystem()
CrashEventSystemInformation
KernelOopsEvent. getSystem()
Methods in com.oracle.bmc.osmanagement.model with parameters of type CrashEventSystemInformation Modifier and Type Method Description CrashEventSystemInformation.Builder
CrashEventSystemInformation.Builder. copy(CrashEventSystemInformation model)
KernelCrashEvent.Builder
KernelCrashEvent.Builder. system(CrashEventSystemInformation system)
KernelOopsEvent.Builder
KernelOopsEvent.Builder. system(CrashEventSystemInformation system)
Constructors in com.oracle.bmc.osmanagement.model with parameters of type CrashEventSystemInformation Constructor 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.
-