AlarmConditionCollection

class oci.stack_monitoring.models.AlarmConditionCollection(**kwargs)

Bases: object

Results of a Alarm Condition search. Contains list of AlarmConditionCollection items.

Methods

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

Attributes

items [Required] Gets the items of this AlarmConditionCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.stack_monitoring.models.AlarmConditionSummary]) – The value to assign to the items property of this AlarmConditionCollection.
items

[Required] Gets the items of this AlarmConditionCollection. List of Alarm Condition.

Returns:The items of this AlarmConditionCollection.
Return type:list[oci.stack_monitoring.models.AlarmConditionSummary]