PluginErrorAggregationSummary

class oci.jms.models.PluginErrorAggregationSummary(**kwargs)

Bases: object

High level view of plugin error aggregations.

Methods

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

Attributes

healthy_plugin_count [Required] Gets the healthy_plugin_count of this PluginErrorAggregationSummary.
plugin_error_aggregations [Required] Gets the plugin_error_aggregations of this PluginErrorAggregationSummary.
__init__(**kwargs)

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

Parameters:
  • healthy_plugin_count (int) – The value to assign to the healthy_plugin_count property of this PluginErrorAggregationSummary.
  • plugin_error_aggregations (list[oci.jms.models.PluginErrorAggregation]) – The value to assign to the plugin_error_aggregations property of this PluginErrorAggregationSummary.
healthy_plugin_count

[Required] Gets the healthy_plugin_count of this PluginErrorAggregationSummary. Count of plugins with no problems.

Returns:The healthy_plugin_count of this PluginErrorAggregationSummary.
Return type:int
plugin_error_aggregations

[Required] Gets the plugin_error_aggregations of this PluginErrorAggregationSummary. List of plugin aggregation errors.

Returns:The plugin_error_aggregations of this PluginErrorAggregationSummary.
Return type:list[oci.jms.models.PluginErrorAggregation]