📂 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: security_policy_entry_state.cpython-39.pyc
a ���f� � @ 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� �Zdd� Zdd� Zdd� ZdS )�SecurityPolicyEntryStatez\ The resource represents the state of a specific entry type deployment on a target. �CREATED�MODIFIED�CONFLICT�UNAUTHORIZED�DELETEDc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a6 Initializes a new SecurityPolicyEntryState 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 SecurityPolicyEntryState. :type id: str :param security_policy_entry_id: The value to assign to the security_policy_entry_id property of this SecurityPolicyEntryState. :type security_policy_entry_id: str :param security_policy_deployment_id: The value to assign to the security_policy_deployment_id property of this SecurityPolicyEntryState. :type security_policy_deployment_id: str :param deployment_status: The value to assign to the deployment_status property of this SecurityPolicyEntryState. Allowed values for this property are: "CREATED", "MODIFIED", "CONFLICT", "UNAUTHORIZED", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type deployment_status: str :param entry_details: The value to assign to the entry_details property of this SecurityPolicyEntryState. :type entry_details: oci.data_safe.models.EntryDetails �strZEntryDetails)�id�security_policy_entry_id�security_policy_deployment_id�deployment_status� entry_detailsr ZsecurityPolicyEntryIdZsecurityPolicyDeploymentIdZdeploymentStatusZentryDetailsN)Z swagger_typesZ attribute_map�_id�_security_policy_entry_id�_security_policy_deployment_id�_deployment_status�_entry_details)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/data_safe/models/security_policy_entry_state.py�__init__&