EventReport

class oci.os_management.models.EventReport(**kwargs)

Bases: object

Summary about event occurrences on a system.

Methods

__init__(**kwargs) Initializes a new EventReport object with values from keyword arguments.

Attributes

count [Required] Gets the count of this EventReport.
__init__(**kwargs)

Initializes a new EventReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:count (int) – The value to assign to the count property of this EventReport.
count

[Required] Gets the count of this EventReport. count of events currently registered on the system.

Returns:The count of this EventReport.
Return type:int