📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: responder_activity_summary.cpython-39.pyc
a ���f|8 � @ 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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ dZd Zd Z dZdd � Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/S )0�ResponderActivitySummaryz0 Responder activity summary definition. �REMEDIATION�NOTIFICATION�STARTED� COMPLETED�AWAITING_CONFIRMATION�AWAITING_INPUT� SUCCEEDED�FAILED�SKIPPED�ALLc K sn dddddddddd� | _ dddddd d ddd� | _d | _d | _d | _d | _d | _d | _d | _d | _ d | _ d S )a4 Initializes a new ResponderActivitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this ResponderActivitySummary. :type id: str :param problem_id: The value to assign to the problem_id property of this ResponderActivitySummary. :type problem_id: str :param responder_rule_id: The value to assign to the responder_rule_id property of this ResponderActivitySummary. :type responder_rule_id: str :param responder_type: The value to assign to the responder_type property of this ResponderActivitySummary. Allowed values for this property are: "REMEDIATION", "NOTIFICATION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_type: str :param responder_rule_name: The value to assign to the responder_rule_name property of this ResponderActivitySummary. :type responder_rule_name: str :param responder_activity_type: The value to assign to the responder_activity_type property of this ResponderActivitySummary. Allowed values for this property are: "STARTED", "COMPLETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_activity_type: str :param responder_execution_status: The value to assign to the responder_execution_status property of this ResponderActivitySummary. Allowed values for this property are: "STARTED", "AWAITING_CONFIRMATION", "AWAITING_INPUT", "SUCCEEDED", "FAILED", "SKIPPED", "ALL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type responder_execution_status: str :param time_created: The value to assign to the time_created property of this ResponderActivitySummary. :type time_created: datetime :param message: The value to assign to the message property of this ResponderActivitySummary. :type message: str �strZdatetime) �id� problem_id�responder_rule_id�responder_type�responder_rule_name�responder_activity_type�responder_execution_status�time_created�messager Z problemIdZresponderRuleIdZ responderTypeZresponderRuleNameZresponderActivityTypeZresponderExecutionStatusZtimeCreatedr N)Z swagger_typesZ attribute_map�_id�_problem_id�_responder_rule_id�_responder_type�_responder_rule_name�_responder_activity_type�_responder_execution_status� _time_created�_message)�self�kwargs� r&