AwrDbWaitEventBucketSummary

class oci.database_management.models.AwrDbWaitEventBucketSummary(**kwargs)

Bases: object

A summary of the AWR wait event bucket and waits percentage.

Methods

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

Attributes

category [Required] Gets the category of this AwrDbWaitEventBucketSummary.
percentage [Required] Gets the percentage of this AwrDbWaitEventBucketSummary.
__init__(**kwargs)

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

Parameters:
  • category (str) – The value to assign to the category property of this AwrDbWaitEventBucketSummary.
  • percentage (float) – The value to assign to the percentage property of this AwrDbWaitEventBucketSummary.
category

[Required] Gets the category of this AwrDbWaitEventBucketSummary. The name of the wait event frequency category. Normally, it is the upper range of the waits within the AWR wait event bucket.

Returns:The category of this AwrDbWaitEventBucketSummary.
Return type:str
percentage

[Required] Gets the percentage of this AwrDbWaitEventBucketSummary. The percentage of waits in a wait event bucket over the total waits of the database.

Returns:The percentage of this AwrDbWaitEventBucketSummary.
Return type:float