FleetErrorAggregationSummary¶
-
class
oci.jms.models.
FleetErrorAggregationSummary
(**kwargs)¶ Bases:
object
High level view of fleet error aggregations.
Methods
__init__
(**kwargs)Initializes a new FleetErrorAggregationSummary object with values from keyword arguments. Attributes
fleet_error_aggregations
[Required] Gets the fleet_error_aggregations of this FleetErrorAggregationSummary. healthy_fleet_count
[Required] Gets the healthy_fleet_count of this FleetErrorAggregationSummary. -
__init__
(**kwargs)¶ Initializes a new FleetErrorAggregationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - healthy_fleet_count (int) – The value to assign to the healthy_fleet_count property of this FleetErrorAggregationSummary.
- fleet_error_aggregations (list[oci.jms.models.FleetErrorAggregation]) – The value to assign to the fleet_error_aggregations property of this FleetErrorAggregationSummary.
-
fleet_error_aggregations
¶ [Required] Gets the fleet_error_aggregations of this FleetErrorAggregationSummary. List of fleet error aggregations.
Returns: The fleet_error_aggregations of this FleetErrorAggregationSummary. Return type: list[oci.jms.models.FleetErrorAggregation]
-
healthy_fleet_count
¶ [Required] Gets the healthy_fleet_count of this FleetErrorAggregationSummary. Count of fleets with no problems.
Returns: The healthy_fleet_count of this FleetErrorAggregationSummary. Return type: int
-