📂 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: target_responder_recipe_summary.cpython-39.pyc
a ���fH; � @ 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 @ sr e Zd ZdZdZdZdZdZdZdZ dZ d Zd Zdd� Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�TargetResponderRecipeSummaryz< Summary information for a target responder recipe. �CUSTOMER�ORACLE�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddd�| _ ddddd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new TargetResponderRecipeSummary 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 TargetResponderRecipeSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this TargetResponderRecipeSummary. :type compartment_id: str :param responder_recipe_id: The value to assign to the responder_recipe_id property of this TargetResponderRecipeSummary. :type responder_recipe_id: str :param display_name: The value to assign to the display_name property of this TargetResponderRecipeSummary. :type display_name: str :param description: The value to assign to the description property of this TargetResponderRecipeSummary. :type description: str :param owner: The value to assign to the owner property of this TargetResponderRecipeSummary. Allowed values for this property are: "CUSTOMER", "ORACLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type owner: str :param time_created: The value to assign to the time_created property of this TargetResponderRecipeSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this TargetResponderRecipeSummary. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this TargetResponderRecipeSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this TargetResponderRecipeSummary. :type lifecycle_details: str :param locks: The value to assign to the locks property of this TargetResponderRecipeSummary. :type locks: list[oci.cloud_guard.models.ResourceLock] �strZdatetimezlist[ResourceLock])�id�compartment_id�responder_recipe_id�display_name�description�owner�time_created�time_updated�lifecycle_state�lifecycle_details�locksr Z compartmentIdZresponderRecipeIdZdisplayNamer r ZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr N) Z swagger_typesZ attribute_map�_id�_compartment_id�_responder_recipe_id� _display_name�_description�_owner� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_locks)�self�kwargs� r) �Z/usr/lib/python3.9/site-packages/oci/cloud_guard/models/target_responder_recipe_summary.py�__init__6 sF 7��z%TargetResponderRecipeSummary.__init__c C s | j S )z� **[Required]** Gets the id of this TargetResponderRecipeSummary. Unique identifier that can't be changed after creation :return: The id of this TargetResponderRecipeSummary. :rtype: str �r �r'