DatabaseInstanceHomeMetricsDefinition¶
-
class
oci.database_management.models.
DatabaseInstanceHomeMetricsDefinition
(**kwargs)¶ Bases:
object
The response containing the CPU, Wait, DB Time, and Memory metrics for a specific Oracle Real Application Clusters (Oracle RAC) database instance.
Methods
__init__
(**kwargs)Initializes a new DatabaseInstanceHomeMetricsDefinition object with values from keyword arguments. Attributes
activity_time_series_metrics
[Required] Gets the activity_time_series_metrics of this DatabaseInstanceHomeMetricsDefinition. cpu_utilization_aggregate_metrics
Gets the cpu_utilization_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. db_time_aggregate_metrics
[Required] Gets the db_time_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. instance_name
[Required] Gets the instance_name of this DatabaseInstanceHomeMetricsDefinition. instance_number
[Required] Gets the instance_number of this DatabaseInstanceHomeMetricsDefinition. io_aggregate_metrics
[Required] Gets the io_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. memory_aggregate_metrics
[Required] Gets the memory_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. -
__init__
(**kwargs)¶ Initializes a new DatabaseInstanceHomeMetricsDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - instance_name (str) – The value to assign to the instance_name property of this DatabaseInstanceHomeMetricsDefinition.
- instance_number (int) – The value to assign to the instance_number property of this DatabaseInstanceHomeMetricsDefinition.
- activity_time_series_metrics (list[oci.database_management.models.ActivityTimeSeriesMetrics]) – The value to assign to the activity_time_series_metrics property of this DatabaseInstanceHomeMetricsDefinition.
- db_time_aggregate_metrics (oci.database_management.models.DatabaseTimeAggregateMetrics) – The value to assign to the db_time_aggregate_metrics property of this DatabaseInstanceHomeMetricsDefinition.
- io_aggregate_metrics (oci.database_management.models.DatabaseIOAggregateMetrics) – The value to assign to the io_aggregate_metrics property of this DatabaseInstanceHomeMetricsDefinition.
- memory_aggregate_metrics (oci.database_management.models.MemoryAggregateMetrics) – The value to assign to the memory_aggregate_metrics property of this DatabaseInstanceHomeMetricsDefinition.
- cpu_utilization_aggregate_metrics (oci.database_management.models.CpuUtilizationAggregateMetrics) – The value to assign to the cpu_utilization_aggregate_metrics property of this DatabaseInstanceHomeMetricsDefinition.
-
activity_time_series_metrics
¶ [Required] Gets the activity_time_series_metrics of this DatabaseInstanceHomeMetricsDefinition. A list of the active session metrics for CPU and Wait time for a specific Oracle Real Application Clusters (Oracle RAC) database instance.
Returns: The activity_time_series_metrics of this DatabaseInstanceHomeMetricsDefinition. Return type: list[oci.database_management.models.ActivityTimeSeriesMetrics]
-
cpu_utilization_aggregate_metrics
¶ Gets the cpu_utilization_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition.
Returns: The cpu_utilization_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. Return type: oci.database_management.models.CpuUtilizationAggregateMetrics
-
db_time_aggregate_metrics
¶ [Required] Gets the db_time_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition.
Returns: The db_time_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. Return type: oci.database_management.models.DatabaseTimeAggregateMetrics
-
instance_name
¶ [Required] Gets the instance_name of this DatabaseInstanceHomeMetricsDefinition. The name of the Oracle Real Application Clusters (Oracle RAC) database instance to which the corresponding metrics belong.
Returns: The instance_name of this DatabaseInstanceHomeMetricsDefinition. Return type: str
-
instance_number
¶ [Required] Gets the instance_number of this DatabaseInstanceHomeMetricsDefinition. The number of Oracle Real Application Clusters (Oracle RAC) database instance to which the corresponding metrics belong.
Returns: The instance_number of this DatabaseInstanceHomeMetricsDefinition. Return type: int
-
io_aggregate_metrics
¶ [Required] Gets the io_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition.
Returns: The io_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. Return type: oci.database_management.models.DatabaseIOAggregateMetrics
-
memory_aggregate_metrics
¶ [Required] Gets the memory_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition.
Returns: The memory_aggregate_metrics of this DatabaseInstanceHomeMetricsDefinition. Return type: oci.database_management.models.MemoryAggregateMetrics
-