📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alerts_update_details.pyc
a N��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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�AlertsUpdateDetailsz9 Details to perform update all action on alerts. �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 � compartmentId�targetIdN)� swagger_types� attribute_map�_status�_compartment_id� _target_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 z6Invalid value for `status`, must be None or one of {0}N)r � ValueError�formatr )r r �allowed_valuesr r r r I 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 g s c C s | j S )z� Gets the target_id of this AlertsUpdateDetails. The OCID of the target associated with alerts. :return: The target_id of this AlertsUpdateDetails. :rtype: str �r r r r r r s s zAlertsUpdateDetails.target_idc C s || _ dS )z� Sets the target_id of this AlertsUpdateDetails. The OCID of the target associated with 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"