📂 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: update_sql_firewall_policy_details.cpython-39.pyc
a ���f|E � @ 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 dZdZd d � Z edd� �Zejd d� �Zedd� �Zejdd� �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*� �Zd,d-� Zd.d/� Zd0d1� Zd2S )3�UpdateSqlFirewallPolicyDetailsz4 Details to update the SQL Firewall policy. �ENABLED�DISABLED�ENFORCE_CONTEXT�ENFORCE_SQL�ENFORCE_ALL�BLOCK�OBSERVEc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new UpdateSqlFirewallPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateSqlFirewallPolicyDetails. :type display_name: str :param description: The value to assign to the description property of this UpdateSqlFirewallPolicyDetails. :type description: str :param status: The value to assign to the status property of this UpdateSqlFirewallPolicyDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type status: str :param enforcement_scope: The value to assign to the enforcement_scope property of this UpdateSqlFirewallPolicyDetails. Allowed values for this property are: "ENFORCE_CONTEXT", "ENFORCE_SQL", "ENFORCE_ALL" :type enforcement_scope: str :param violation_action: The value to assign to the violation_action property of this UpdateSqlFirewallPolicyDetails. Allowed values for this property are: "BLOCK", "OBSERVE" :type violation_action: str :param violation_audit: The value to assign to the violation_audit property of this UpdateSqlFirewallPolicyDetails. Allowed values for this property are: "ENABLED", "DISABLED" :type violation_audit: str :param allowed_client_ips: The value to assign to the allowed_client_ips property of this UpdateSqlFirewallPolicyDetails. :type allowed_client_ips: list[str] :param allowed_client_os_usernames: The value to assign to the allowed_client_os_usernames property of this UpdateSqlFirewallPolicyDetails. :type allowed_client_os_usernames: list[str] :param allowed_client_programs: The value to assign to the allowed_client_programs property of this UpdateSqlFirewallPolicyDetails. :type allowed_client_programs: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSqlFirewallPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSqlFirewallPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zdict(str, str)zdict(str, dict(str, object)))�display_name�description�status�enforcement_scope�violation_action�violation_audit�allowed_client_ips�allowed_client_os_usernames�allowed_client_programs� freeform_tags�defined_tagsZdisplayNamer r ZenforcementScopeZviolationActionZviolationAuditZallowedClientIpsZallowedClientOsUsernamesZallowedClientProgramsZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_description�_status�_enforcement_scope�_violation_action�_violation_audit�_allowed_client_ips�_allowed_client_os_usernames�_allowed_client_programs�_freeform_tags� _defined_tags)�self�kwargs� r'