DatabaseTimeAggregateMetrics

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

Bases: object

The database time metric details.

Methods

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

Attributes

cluster Gets the cluster of this DatabaseTimeAggregateMetrics.
cpu_count Gets the cpu_count of this DatabaseTimeAggregateMetrics.
cpu_time Gets the cpu_time of this DatabaseTimeAggregateMetrics.
user_io_time Gets the user_io_time of this DatabaseTimeAggregateMetrics.
wait_time Gets the wait_time of this DatabaseTimeAggregateMetrics.
__init__(**kwargs)

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

Parameters:
cluster

Gets the cluster of this DatabaseTimeAggregateMetrics.

Returns:The cluster of this DatabaseTimeAggregateMetrics.
Return type:oci.database_management.models.MetricDataPoint
cpu_count

Gets the cpu_count of this DatabaseTimeAggregateMetrics.

Returns:The cpu_count of this DatabaseTimeAggregateMetrics.
Return type:oci.database_management.models.MetricDataPoint
cpu_time

Gets the cpu_time of this DatabaseTimeAggregateMetrics.

Returns:The cpu_time of this DatabaseTimeAggregateMetrics.
Return type:oci.database_management.models.MetricDataPoint
user_io_time

Gets the user_io_time of this DatabaseTimeAggregateMetrics.

Returns:The user_io_time of this DatabaseTimeAggregateMetrics.
Return type:oci.database_management.models.MetricDataPoint
wait_time

Gets the wait_time of this DatabaseTimeAggregateMetrics.

Returns:The wait_time of this DatabaseTimeAggregateMetrics.
Return type:oci.database_management.models.MetricDataPoint