ExadataInfrastructureFleetSummary¶
-
class
oci.database_management.models.ExadataInfrastructureFleetSummary(**kwargs)¶ Bases:
objectA 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_metricsGets the aggregated_metrics of this ExadataInfrastructureFleetSummary. inventoryGets 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 (list[oci.database_management.models.ExadataFleetMetricSummaryDefinition]) – The value to assign to the aggregated_metrics property of this ExadataInfrastructureFleetSummary.
- inventory (list[oci.database_management.models.ExadataInfrastructureFleetStatusByCategory]) – The value to assign to the inventory property of this ExadataInfrastructureFleetSummary.
-
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]
-