📂 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_recipe_responder_rule.cpython-39.opt-1.pyc
a ���f�J � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� 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+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zd6d7� Zd8d9� Z d:d;� Z!d<S )=�ResponderRecipeResponderRuleu� A ResponderRecipeRule resource contains a specific instance of a single responder rule. A ResponderRecipeRule resource: * Is effectively a copy of a ResponderRule resource in which users can make certain changes if it’s Oracle-managed, and other changes if it’s user-managed. * Can also be created by cloning an existing ResponderRecipe resource, either user-managed or Oracle-managed; cloning the ResponderRecipe resource also clones its associated ResponderRule resources as ResponderRecipeRule resources. * Is visible on the Cloud Guard Responder Recipes, Responder Details page. * Is effectively located in a specific OCI compartment, through the ResponderRecipe resource to which it belongs. * Can be modified by users, programmatically or through the UI. * Changes that can be made here apply globally, to all resources in OCI compartments mapped to a target that attaches the associated responder recipe (in a TargetResponderRecipe resource), but are overridden by changes made in the corresponding TargetResponderRecipe resource (which is effectively a copy of the ResponderRecipe resource). type: object �REMEDIATION�NOTIFICATION� AUTOACTION� USERACTION�CREATING�UPDATING�ACTIVE�INACTIVE�DELETING�DELETED�FAILEDc K s� dddddddddddddd� | _ ddd d ddd ddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a� Initializes a new ResponderRecipeResponderRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param responder_rule_id: The value to assign to the responder_rule_id property of this ResponderRecipeResponderRule. :type responder_rule_id: str :param display_name: The value to assign to the display_name property of this ResponderRecipeResponderRule. :type display_name: str :param description: The value to assign to the description property of this ResponderRecipeResponderRule. :type description: str :param type: The value to assign to the type property of this ResponderRecipeResponderRule. 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 type: str :param policies: The value to assign to the policies property of this ResponderRecipeResponderRule. :type policies: list[str] :param supported_modes: The value to assign to the supported_modes property of this ResponderRecipeResponderRule. Allowed values for items in this list are: "AUTOACTION", "USERACTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type supported_modes: list[str] :param details: The value to assign to the details property of this ResponderRecipeResponderRule. :type details: oci.cloud_guard.models.ResponderRuleDetails :param compartment_id: The value to assign to the compartment_id property of this ResponderRecipeResponderRule. :type compartment_id: str :param time_created: The value to assign to the time_created property of this ResponderRecipeResponderRule. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ResponderRecipeResponderRule. :type time_updated: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ResponderRecipeResponderRule. 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 ResponderRecipeResponderRule. :type lifecycle_details: str :param locks: The value to assign to the locks property of this ResponderRecipeResponderRule. :type locks: list[oci.cloud_guard.models.ResourceLock] �strz list[str]ZResponderRuleDetailsZdatetimezlist[ResourceLock]) �responder_rule_id�display_name�description�type�policies�supported_modes�details�compartment_id�time_created�time_updated�lifecycle_state�lifecycle_details�locksZresponderRuleIdZdisplayNamer r r ZsupportedModesr Z compartmentIdZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsr N)Z swagger_typesZ attribute_map�_responder_rule_id� _display_name�_description�_type� _policies�_supported_modes�_details�_compartment_id� _time_created� _time_updated�_lifecycle_state�_lifecycle_details�_locks)�self�kwargs� r/ �Z/usr/lib/python3.9/site-packages/oci/cloud_guard/models/responder_recipe_responder_rule.py�__init__P sR A��z%ResponderRecipeResponderRule.__init__c C s | j S )z� **[Required]** Gets the responder_rule_id of this ResponderRecipeResponderRule. Unique identifier for the responder rule :return: The responder_rule_id of this ResponderRecipeResponderRule. :rtype: str �r �r- r/ r/ r0 r � s z.ResponderRecipeResponderRule.responder_rule_idc C s || _ dS )z� Sets the responder_rule_id of this ResponderRecipeResponderRule. Unique identifier for the responder rule :param responder_rule_id: The responder_rule_id of this ResponderRecipeResponderRule. :type: str Nr2 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the display_name of this ResponderRecipeResponderRule. Responder rule display name :return: The display_name of this ResponderRecipeResponderRule. :rtype: str �r! r3 r/ r/ r0 r � s z)ResponderRecipeResponderRule.display_namec C s || _ dS )z� Sets the display_name of this ResponderRecipeResponderRule. Responder rule display name :param display_name: The display_name of this ResponderRecipeResponderRule. :type: str Nr4 )r- r r/ r/ r0 r � s c C s | j S )z� Gets the description of this ResponderRecipeResponderRule. Responder rule description :return: The description of this ResponderRecipeResponderRule. :rtype: str �r"