MySqlFleetMetrics¶
-
class
oci.database_management.models.
MySqlFleetMetrics
(**kwargs)¶ Bases:
object
The details of the MySQL Database fleet health metrics.
Methods
__init__
(**kwargs)Initializes a new MySqlFleetMetrics object with values from keyword arguments. Attributes
end_time
[Required] Gets the end_time of this MySqlFleetMetrics. fleet_databases
[Required] Gets the fleet_databases of this MySqlFleetMetrics. fleet_summary
[Required] Gets the fleet_summary of this MySqlFleetMetrics. start_time
[Required] Gets the start_time of this MySqlFleetMetrics. -
__init__
(**kwargs)¶ Initializes a new MySqlFleetMetrics object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - start_time (str) – The value to assign to the start_time property of this MySqlFleetMetrics.
- end_time (str) – The value to assign to the end_time property of this MySqlFleetMetrics.
- fleet_databases (list[oci.database_management.models.MySqlDatabaseUsageMetrics]) – The value to assign to the fleet_databases property of this MySqlFleetMetrics.
- fleet_summary (list[oci.database_management.models.MySqlFleetSummary]) – The value to assign to the fleet_summary property of this MySqlFleetMetrics.
-
end_time
¶ [Required] Gets the end_time of this MySqlFleetMetrics. The end of the time range during which metric data is retrieved.
Returns: The end_time of this MySqlFleetMetrics. Return type: str
-
fleet_databases
¶ [Required] Gets the fleet_databases of this MySqlFleetMetrics. The list of MySQL Databases in the fleet and their usage metrics.
Returns: The fleet_databases of this MySqlFleetMetrics. Return type: list[oci.database_management.models.MySqlDatabaseUsageMetrics]
-
fleet_summary
¶ [Required] Gets the fleet_summary of this MySqlFleetMetrics. A summary of the inventory count and the metrics that describe the aggregated usage of CPU, storage, and so on of all the MySQL Databases in the fleet.
Returns: The fleet_summary of this MySqlFleetMetrics. Return type: list[oci.database_management.models.MySqlFleetSummary]
-
start_time
¶ [Required] Gets the start_time of this MySqlFleetMetrics. The beginning of the time range during which metric data is retrieved.
Returns: The start_time of this MySqlFleetMetrics. Return type: str
-