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:
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