📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/monitoring/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alarm_history_collection.cpython-39.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�AlarmHistoryCollectionzA The configuration details for retrieving alarm history. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new AlarmHistoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param alarm_id: The value to assign to the alarm_id property of this AlarmHistoryCollection. :type alarm_id: str :param is_enabled: The value to assign to the is_enabled property of this AlarmHistoryCollection. :type is_enabled: bool :param entries: The value to assign to the entries property of this AlarmHistoryCollection. :type entries: list[oci.monitoring.models.AlarmHistoryEntry] �str�boolzlist[AlarmHistoryEntry])�alarm_id� is_enabled�entriesZalarmIdZ isEnabledr N)Z swagger_typesZ attribute_map� _alarm_id�_is_enabled�_entries)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/monitoring/models/alarm_history_collection.py�__init__ s ��zAlarmHistoryCollection.__init__c C s | j S )a9 **[Required]** Gets the alarm_id of this AlarmHistoryCollection. The `OCID`__ of the alarm to retrieve history for. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The alarm_id of this AlarmHistoryCollection. :rtype: str �r �r r r r r 4 s zAlarmHistoryCollection.alarm_idc C s || _ dS )a1 Sets the alarm_id of this AlarmHistoryCollection. The `OCID`__ of the alarm to retrieve history for. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param alarm_id: The alarm_id of this AlarmHistoryCollection. :type: str Nr )r r r r r r B s c C s | j S )z� **[Required]** Gets the is_enabled of this AlarmHistoryCollection. Whether the alarm is enabled. Example: `true` :return: The is_enabled of this AlarmHistoryCollection. :rtype: bool �r r r r r r P s z!AlarmHistoryCollection.is_enabledc C s || _ dS )z� Sets the is_enabled of this AlarmHistoryCollection. Whether the alarm is enabled. Example: `true` :param is_enabled: The is_enabled of this AlarmHistoryCollection. :type: bool Nr )r r r r r r ^ s c C s | j S )a **[Required]** Gets the entries of this AlarmHistoryCollection. The set of history entries retrieved for the alarm. :return: The entries of this AlarmHistoryCollection. :rtype: list[oci.monitoring.models.AlarmHistoryEntry] �r r r r r r l s zAlarmHistoryCollection.entriesc C s || _ dS )a Sets the entries of this AlarmHistoryCollection. The set of history entries retrieved for the alarm. :param entries: The entries of this AlarmHistoryCollection. :type: list[oci.monitoring.models.AlarmHistoryEntry] Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s zAlarmHistoryCollection.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAlarmHistoryCollection.__eq__c C s | |k S r r r r r r �__ne__� s zAlarmHistoryCollection.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"