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