ResourceStatisticsAggregation¶
-
class
oci.opsi.models.
ResourceStatisticsAggregation
(**kwargs)¶ Bases:
object
Contains database details and resource statistics
Methods
__init__
(**kwargs)Initializes a new ResourceStatisticsAggregation object with values from keyword arguments. Attributes
current_statistics
Gets the current_statistics of this ResourceStatisticsAggregation. database_details
Gets the database_details of this ResourceStatisticsAggregation. -
__init__
(**kwargs)¶ Initializes a new ResourceStatisticsAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - database_details (oci.opsi.models.DatabaseDetails) – The value to assign to the database_details property of this ResourceStatisticsAggregation.
- current_statistics (oci.opsi.models.ResourceStatistics) – The value to assign to the current_statistics property of this ResourceStatisticsAggregation.
-
current_statistics
¶ Gets the current_statistics of this ResourceStatisticsAggregation.
Returns: The current_statistics of this ResourceStatisticsAggregation. Return type: oci.opsi.models.ResourceStatistics
-
database_details
¶ Gets the database_details of this ResourceStatisticsAggregation.
Returns: The database_details of this ResourceStatisticsAggregation. Return type: oci.opsi.models.DatabaseDetails
-