CpuUtilizationAggregateMetrics¶
- 
class oci.database_management.models.CpuUtilizationAggregateMetrics(**kwargs)¶
- Bases: - object- The CPU utilization metrics for Autonomous Databases. - Methods - __init__(**kwargs)- Initializes a new CpuUtilizationAggregateMetrics object with values from keyword arguments. - Attributes - cpu_statistics- Gets the cpu_statistics of this CpuUtilizationAggregateMetrics. - cpu_utilization- Gets the cpu_utilization of this CpuUtilizationAggregateMetrics. - 
__init__(**kwargs)¶
- Initializes a new CpuUtilizationAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - cpu_utilization (oci.database_management.models.MetricDataPoint) – The value to assign to the cpu_utilization property of this CpuUtilizationAggregateMetrics.
- cpu_statistics (oci.database_management.models.MetricStatisticsDefinition) – The value to assign to the cpu_statistics property of this CpuUtilizationAggregateMetrics.
 
 - 
cpu_statistics¶
- Gets the cpu_statistics of this CpuUtilizationAggregateMetrics. - Returns: - The cpu_statistics of this CpuUtilizationAggregateMetrics. - Return type: - oci.database_management.models.MetricStatisticsDefinition 
 - 
cpu_utilization¶
- Gets the cpu_utilization of this CpuUtilizationAggregateMetrics. - Returns: - The cpu_utilization of this CpuUtilizationAggregateMetrics. - Return type: - oci.database_management.models.MetricDataPoint 
 
-