📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: alert_policy_rule_summary.cpython-39.opt-1.pyc
a ���fe! � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�AlertPolicyRuleSummaryz1 A rule associated with an alert policy. �CREATING�UPDATING�ACTIVE�DELETING�FAILEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a@ Initializes a new AlertPolicyRuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this AlertPolicyRuleSummary. :type key: str :param description: The value to assign to the description property of this AlertPolicyRuleSummary. :type description: str :param expression: The value to assign to the expression property of this AlertPolicyRuleSummary. :type expression: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AlertPolicyRuleSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param display_name: The value to assign to the display_name property of this AlertPolicyRuleSummary. :type display_name: str :param time_created: The value to assign to the time_created property of this AlertPolicyRuleSummary. :type time_created: datetime �strZdatetime)�key�description� expression�lifecycle_state�display_name�time_createdr r r ZlifecycleStateZdisplayNameZtimeCreatedN)Z swagger_typesZ attribute_map�_key�_description�_expression�_lifecycle_state� _display_name� _time_created)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_safe/models/alert_policy_rule_summary.py�__init__&