📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alerts_update_details.cpython-39.opt-1.pyc
a ���f8 � @ 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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�AlertsUpdateDetailszD The details to update alerts in the specified compartment. �OPEN�CLOSEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AlertsUpdateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this AlertsUpdateDetails. Allowed values for this property are: "OPEN", "CLOSED" :type status: str :param compartment_id: The value to assign to the compartment_id property of this AlertsUpdateDetails. :type compartment_id: str :param target_id: The value to assign to the target_id property of this AlertsUpdateDetails. :type target_id: str �str)�status�compartment_id� target_idr Z compartmentIdZtargetIdN)Z swagger_typesZ attribute_map�_status�_compartment_id� _target_id)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/data_safe/models/alerts_update_details.py�__init__ s ��zAlertsUpdateDetails.__init__c C s | j S )z� **[Required]** Gets the status of this AlertsUpdateDetails. The status of the alert. Allowed values for this property are: "OPEN", "CLOSED" :return: The status of this AlertsUpdateDetails. :rtype: str )r �r r r r r = s zAlertsUpdateDetails.statusc C s* ddg}t ||�s td|� ���|| _dS )z� Sets the status of this AlertsUpdateDetails. The status of the alert. :param status: The status of this AlertsUpdateDetails. :type: str r r z3Invalid value for `status`, must be None or one of N)r � ValueErrorr )r r Zallowed_valuesr r r r K s �c C s | j S )z� **[Required]** Gets the compartment_id of this AlertsUpdateDetails. The OCID of the compartment that contains the alerts. :return: The compartment_id of this AlertsUpdateDetails. :rtype: str �r r r r r r \ s z"AlertsUpdateDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this AlertsUpdateDetails. The OCID of the compartment that contains the alerts. :param compartment_id: The compartment_id of this AlertsUpdateDetails. :type: str Nr )r r r r r r h s c C s | j S )z� Gets the target_id of this AlertsUpdateDetails. The OCID of the target database associated with the alerts. :return: The target_id of this AlertsUpdateDetails. :rtype: str �r r r r r r t s zAlertsUpdateDetails.target_idc C s || _ dS )z� Sets the target_id of this AlertsUpdateDetails. The OCID of the target database associated with the alerts. :param target_id: The target_id of this AlertsUpdateDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zAlertsUpdateDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAlertsUpdateDetails.__eq__c C s | |k S r r r r r r �__ne__� s zAlertsUpdateDetails.__ne__N)�__name__� __module__�__qualname__�__doc__ZSTATUS_OPENZ STATUS_CLOSEDr �propertyr �setterr r r r r r r r r r s&