DatabaseTimeAggregateMetrics¶
- 
class 
oci.database_management.models.DatabaseTimeAggregateMetrics(**kwargs)¶ Bases:
objectThe database time metric details.
Methods
__init__(**kwargs)Initializes a new DatabaseTimeAggregateMetrics object with values from keyword arguments. Attributes
clusterGets the cluster of this DatabaseTimeAggregateMetrics. cpu_countGets the cpu_count of this DatabaseTimeAggregateMetrics. cpu_timeGets the cpu_time of this DatabaseTimeAggregateMetrics. user_io_timeGets the user_io_time of this DatabaseTimeAggregateMetrics. wait_timeGets 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: - cpu_count (oci.database_management.models.MetricDataPoint) – The value to assign to the cpu_count property of this DatabaseTimeAggregateMetrics.
 - cpu_time (oci.database_management.models.MetricDataPoint) – The value to assign to the cpu_time property of this DatabaseTimeAggregateMetrics.
 - wait_time (oci.database_management.models.MetricDataPoint) – The value to assign to the wait_time property of this DatabaseTimeAggregateMetrics.
 - user_io_time (oci.database_management.models.MetricDataPoint) – The value to assign to the user_io_time property of this DatabaseTimeAggregateMetrics.
 - cluster (oci.database_management.models.MetricDataPoint) – The value to assign to the cluster property of this DatabaseTimeAggregateMetrics.
 
- 
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 
-