AwrDbTopWaitEventSummary¶
-
class
oci.database_management.models.
AwrDbTopWaitEventSummary
(**kwargs)¶ Bases:
object
A summary of the AWR top wait event data for one event.
Methods
__init__
(**kwargs)Initializes a new AwrDbTopWaitEventSummary object with values from keyword arguments. Attributes
avg_wait_time_per_sec
Gets the avg_wait_time_per_sec of this AwrDbTopWaitEventSummary. name
[Required] Gets the name of this AwrDbTopWaitEventSummary. waits_per_sec
Gets the waits_per_sec of this AwrDbTopWaitEventSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDbTopWaitEventSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this AwrDbTopWaitEventSummary.
- waits_per_sec (float) – The value to assign to the waits_per_sec property of this AwrDbTopWaitEventSummary.
- avg_wait_time_per_sec (float) – The value to assign to the avg_wait_time_per_sec property of this AwrDbTopWaitEventSummary.
-
avg_wait_time_per_sec
¶ Gets the avg_wait_time_per_sec of this AwrDbTopWaitEventSummary. The average wait time per second.
Returns: The avg_wait_time_per_sec of this AwrDbTopWaitEventSummary. Return type: float
-
name
¶ [Required] Gets the name of this AwrDbTopWaitEventSummary. The name of the event.
Returns: The name of this AwrDbTopWaitEventSummary. Return type: str
-
waits_per_sec
¶ Gets the waits_per_sec of this AwrDbTopWaitEventSummary. The wait count per second.
Returns: The waits_per_sec of this AwrDbTopWaitEventSummary. Return type: float
-