AwrDatabaseTopWaitEventSummary¶
-
class
oci.opsi.models.
AwrDatabaseTopWaitEventSummary
(**kwargs)¶ Bases:
object
A summary of the AWR top wait event data for one event.
Methods
__init__
(**kwargs)Initializes a new AwrDatabaseTopWaitEventSummary object with values from keyword arguments. Attributes
avg_wait_time_per_sec
Gets the avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. name
[Required] Gets the name of this AwrDatabaseTopWaitEventSummary. waits_per_sec
Gets the waits_per_sec of this AwrDatabaseTopWaitEventSummary. -
__init__
(**kwargs)¶ Initializes a new AwrDatabaseTopWaitEventSummary 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 AwrDatabaseTopWaitEventSummary.
- waits_per_sec (float) – The value to assign to the waits_per_sec property of this AwrDatabaseTopWaitEventSummary.
- avg_wait_time_per_sec (float) – The value to assign to the avg_wait_time_per_sec property of this AwrDatabaseTopWaitEventSummary.
-
avg_wait_time_per_sec
¶ Gets the avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. The average wait time per second.
Returns: The avg_wait_time_per_sec of this AwrDatabaseTopWaitEventSummary. Return type: float
-
name
¶ [Required] Gets the name of this AwrDatabaseTopWaitEventSummary. The name of the event.
Returns: The name of this AwrDatabaseTopWaitEventSummary. Return type: str
-
waits_per_sec
¶ Gets the waits_per_sec of this AwrDatabaseTopWaitEventSummary. The wait count per second.
Returns: The waits_per_sec of this AwrDatabaseTopWaitEventSummary. Return type: float
-