ActivityTimeSeriesMetrics¶
-
class
oci.database_management.models.
ActivityTimeSeriesMetrics
(**kwargs)¶ Bases:
object
The response object representing activityMetric details for a specific Managed Database at a particular time.
Methods
__init__
(**kwargs)Initializes a new ActivityTimeSeriesMetrics object with values from keyword arguments. Attributes
cluster
Gets the cluster of this ActivityTimeSeriesMetrics. cpu_count
Gets the cpu_count of this ActivityTimeSeriesMetrics. cpu_time
Gets the cpu_time of this ActivityTimeSeriesMetrics. timestamp
Gets the timestamp of this ActivityTimeSeriesMetrics. user_io_time
Gets the user_io_time of this ActivityTimeSeriesMetrics. wait_time
Gets the wait_time of this ActivityTimeSeriesMetrics. -
__init__
(**kwargs)¶ Initializes a new ActivityTimeSeriesMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - timestamp (datetime) – The value to assign to the timestamp property of this ActivityTimeSeriesMetrics.
- cpu_time (oci.database_management.models.MetricDataPoint) – The value to assign to the cpu_time property of this ActivityTimeSeriesMetrics.
- wait_time (oci.database_management.models.MetricDataPoint) – The value to assign to the wait_time property of this ActivityTimeSeriesMetrics.
- user_io_time (oci.database_management.models.MetricDataPoint) – The value to assign to the user_io_time property of this ActivityTimeSeriesMetrics.
- cpu_count (oci.database_management.models.MetricDataPoint) – The value to assign to the cpu_count property of this ActivityTimeSeriesMetrics.
- cluster (oci.database_management.models.MetricDataPoint) – The value to assign to the cluster property of this ActivityTimeSeriesMetrics.
-
cluster
¶ Gets the cluster of this ActivityTimeSeriesMetrics.
Returns: The cluster of this ActivityTimeSeriesMetrics. Return type: oci.database_management.models.MetricDataPoint
-
cpu_count
¶ Gets the cpu_count of this ActivityTimeSeriesMetrics.
Returns: The cpu_count of this ActivityTimeSeriesMetrics. Return type: oci.database_management.models.MetricDataPoint
-
cpu_time
¶ Gets the cpu_time of this ActivityTimeSeriesMetrics.
Returns: The cpu_time of this ActivityTimeSeriesMetrics. Return type: oci.database_management.models.MetricDataPoint
-
timestamp
¶ Gets the timestamp of this ActivityTimeSeriesMetrics. The date and time the activity metric was created.
Returns: The timestamp of this ActivityTimeSeriesMetrics. Return type: datetime
-
user_io_time
¶ Gets the user_io_time of this ActivityTimeSeriesMetrics.
Returns: The user_io_time of this ActivityTimeSeriesMetrics. Return type: oci.database_management.models.MetricDataPoint
-
wait_time
¶ Gets the wait_time of this ActivityTimeSeriesMetrics.
Returns: The wait_time of this ActivityTimeSeriesMetrics. Return type: oci.database_management.models.MetricDataPoint
-