📂 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
›
cloud_guard
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cloud_guard/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: problem_history_summary.pyc
a N��f�7 � @ 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 @ sl e Zd ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZdZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zd/d0� Zd1d2� Z d3d4� Z!d5S )6�ProblemHistorySummaryz% Problem History Definition. �CLOUD_GUARD_SERVICE�CORRELATION� RESPONDER�USER�OPEN�RESOLVED� DISMISSED�DELETED�REOPEN�UPDATE�RESOLVE�DISMISS�DELETEc K sx ddddddddddd� | _ dddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a0 Initializes a new ProblemHistorySummary 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 ProblemHistorySummary. :type id: str :param problem_id: The value to assign to the problem_id property of this ProblemHistorySummary. :type problem_id: str :param actor_type: The value to assign to the actor_type property of this ProblemHistorySummary. Allowed values for this property are: "CLOUD_GUARD_SERVICE", "CORRELATION", "RESPONDER", "USER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type actor_type: str :param actor_name: The value to assign to the actor_name property of this ProblemHistorySummary. :type actor_name: str :param explanation: The value to assign to the explanation property of this ProblemHistorySummary. :type explanation: str :param lifecycle_detail: The value to assign to the lifecycle_detail property of this ProblemHistorySummary. Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_detail: str :param event_status: The value to assign to the event_status property of this ProblemHistorySummary. Allowed values for this property are: "REOPEN", "OPEN", "UPDATE", "RESOLVE", "DISMISS", "DELETE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type event_status: str :param time_created: The value to assign to the time_created property of this ProblemHistorySummary. :type time_created: datetime :param delta: The value to assign to the delta property of this ProblemHistorySummary. :type delta: str :param comment: The value to assign to the comment property of this ProblemHistorySummary. :type comment: str �str�datetime) �id� problem_id� actor_type� actor_name�explanation�lifecycle_detail�event_status�time_created�delta�commentr � problemId� actorType� actorNamer �lifecycleDetail�eventStatus�timeCreatedr r N)� swagger_types� attribute_map�_id�_problem_id�_actor_type�_actor_name�_explanation�_lifecycle_detail� _event_status� _time_created�_delta�_comment)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/problem_history_summary.py�__init__H s@ 5�� zProblemHistorySummary.__init__c C s | j S )z� **[Required]** Gets the id of this ProblemHistorySummary. Unique identifier for the history record :return: The id of this ProblemHistorySummary. :rtype: str �r( �r2 r4 r4 r5 r � s zProblemHistorySummary.idc C s || _ dS )z� Sets the id of this ProblemHistorySummary. Unique identifier for the history record :param id: The id of this ProblemHistorySummary. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the problem_id of this ProblemHistorySummary. problemId for which history is associated to. :return: The problem_id of this ProblemHistorySummary. :rtype: str �r) r8 r4 r4 r5 r � s z ProblemHistorySummary.problem_idc C s || _ dS )z� Sets the problem_id of this ProblemHistorySummary. problemId for which history is associated to. :param problem_id: The problem_id of this ProblemHistorySummary. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )a� **[Required]** Gets the actor_type of this ProblemHistorySummary. Actor type who performed the operation Allowed values for this property are: "CLOUD_GUARD_SERVICE", "CORRELATION", "RESPONDER", "USER", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The actor_type of this ProblemHistorySummary. :rtype: str )r* r8 r4 r4 r5 r � s z ProblemHistorySummary.actor_typec C s g d�}t ||�sd}|| _dS )z� Sets the actor_type of this ProblemHistorySummary. Actor type who performed the operation :param actor_type: The actor_type of this ProblemHistorySummary. :type: str )r r r r �UNKNOWN_ENUM_VALUEN)r r* )r2 r �allowed_valuesr4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the actor_name of this ProblemHistorySummary. Resource Name who performed activity :return: The actor_name of this ProblemHistorySummary. :rtype: str �r+ r8 r4 r4 r5 r � s z ProblemHistorySummary.actor_namec C s || _ dS )z� Sets the actor_name of this ProblemHistorySummary. Resource Name who performed activity :param actor_name: The actor_name of this ProblemHistorySummary. :type: str Nr<