DatabaseIOAggregateMetrics¶
-
class
oci.database_management.models.
DatabaseIOAggregateMetrics
(**kwargs)¶ Bases:
object
The database Input/Output metric details.
Methods
__init__
(**kwargs)Initializes a new DatabaseIOAggregateMetrics object with values from keyword arguments. Attributes
io_throughput
Gets the io_throughput of this DatabaseIOAggregateMetrics. io_throughput_statistics
Gets the io_throughput_statistics of this DatabaseIOAggregateMetrics. iops
Gets the iops of this DatabaseIOAggregateMetrics. iops_statistics
Gets the iops_statistics of this DatabaseIOAggregateMetrics. -
__init__
(**kwargs)¶ Initializes a new DatabaseIOAggregateMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - iops (list[oci.database_management.models.MetricDataPoint]) – The value to assign to the iops property of this DatabaseIOAggregateMetrics.
- io_throughput (list[oci.database_management.models.MetricDataPoint]) – The value to assign to the io_throughput property of this DatabaseIOAggregateMetrics.
- iops_statistics (list[oci.database_management.models.MetricStatisticsDefinition]) – The value to assign to the iops_statistics property of this DatabaseIOAggregateMetrics.
- io_throughput_statistics (list[oci.database_management.models.MetricStatisticsDefinition]) – The value to assign to the io_throughput_statistics property of this DatabaseIOAggregateMetrics.
-
io_throughput
¶ Gets the io_throughput of this DatabaseIOAggregateMetrics. The IOThroughput metrics grouped by IOType for a specific Managed Database.
Returns: The io_throughput of this DatabaseIOAggregateMetrics. Return type: list[oci.database_management.models.MetricDataPoint]
-
io_throughput_statistics
¶ Gets the io_throughput_statistics of this DatabaseIOAggregateMetrics. The IOThroughput metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.
Returns: The io_throughput_statistics of this DatabaseIOAggregateMetrics. Return type: list[oci.database_management.models.MetricStatisticsDefinition]
-
iops
¶ Gets the iops of this DatabaseIOAggregateMetrics. The Input/Output Operations Per Second metrics grouped by IOType for a specific Managed Database.
Returns: The iops of this DatabaseIOAggregateMetrics. Return type: list[oci.database_management.models.MetricDataPoint]
-
iops_statistics
¶ Gets the iops_statistics of this DatabaseIOAggregateMetrics. The Input/Output metric statistics such as min, max, mean, lowerQuartile, and upperQuartile.
Returns: The iops_statistics of this DatabaseIOAggregateMetrics. Return type: list[oci.database_management.models.MetricStatisticsDefinition]
-