AlarmSuppressionCollection¶
-
class
oci.monitoring.models.
AlarmSuppressionCollection
(**kwargs)¶ Bases:
object
Collection of property summaries for alarm suppressions.
Methods
__init__
(**kwargs)Initializes a new AlarmSuppressionCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this AlarmSuppressionCollection. -
__init__
(**kwargs)¶ Initializes a new AlarmSuppressionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.monitoring.models.AlarmSuppressionSummary]) – The value to assign to the items property of this AlarmSuppressionCollection.
-
items
¶ [Required] Gets the items of this AlarmSuppressionCollection. List of property summaries for alarm suppressions.
Returns: The items of this AlarmSuppressionCollection. Return type: list[oci.monitoring.models.AlarmSuppressionSummary]
-