ExadataInfrastructureFleetSummary

class oci.database_management.models.ExadataInfrastructureFleetSummary(**kwargs)

Bases: object

A summary of the inventory count grouped by Exadata infrastructure deployment type, and the metrics that describe the aggregated usage of CPU, storage, and so on of all Exadata infrastructures in the fleet.

Methods

__init__(**kwargs) Initializes a new ExadataInfrastructureFleetSummary object with values from keyword arguments.

Attributes

aggregated_metrics Gets the aggregated_metrics of this ExadataInfrastructureFleetSummary.
inventory Gets the inventory of this ExadataInfrastructureFleetSummary.
__init__(**kwargs)

Initializes a new ExadataInfrastructureFleetSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
aggregated_metrics

Gets the aggregated_metrics of this ExadataInfrastructureFleetSummary. A list of Exadata infrastructures present in the fleet and their usage metrics.

Returns:The aggregated_metrics of this ExadataInfrastructureFleetSummary.
Return type:list[oci.database_management.models.ExadataFleetMetricSummaryDefinition]
inventory

Gets the inventory of this ExadataInfrastructureFleetSummary. A list of the Exadata infrastructures in the fleet.

Returns:The inventory of this ExadataInfrastructureFleetSummary.
Return type:list[oci.database_management.models.ExadataInfrastructureFleetStatusByCategory]