Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace KernelEventContent

Provides information collected for the kernel event.

Properties

contentAvailability

contentAvailability: ContentAvailability

Crash content availability status: * 'NOT_AVAILABLE' indicates the content is not available on the instance nor in the service * 'AVAILABLE_ON_INSTANCE' indicates the content is only available on the instance. * 'AVAILABLE_ON_SERVICE' indicates the content is only available on the service. * 'AVAILABLE_ON_INSTANCE_AND_SERVICE' indicates the content is available both on the instance and the service * 'AVAILABLE_ON_INSTANCE_UPLOAD_IN_PROGRESS' indicates the content is available on the instance and its upload to the service is in progress.

contentLocation

contentLocation: string

Location of the Kernel event content.

Optional size

size: undefined | number

Size of the event content. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const type

type: string = "KERNEL"

Methods

getDeserializedJsonObj

getJsonObj