📂 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
›
network_firewall
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/network_firewall/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_network_firewall_policy_details.pyc
a O��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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�"UpdateNetworkFirewallPolicyDetailszC The request details to be updated in the firewall policy. c K sx ddddddddd d d� | _ dd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UpdateNetworkFirewallPolicyDetails 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 UpdateNetworkFirewallPolicyDetails. :type display_name: str :param mapped_secrets: The value to assign to the mapped_secrets property of this UpdateNetworkFirewallPolicyDetails. :type mapped_secrets: dict(str, MappedSecret) :param application_lists: The value to assign to the application_lists property of this UpdateNetworkFirewallPolicyDetails. :type application_lists: dict(str, list[Application]) :param url_lists: The value to assign to the url_lists property of this UpdateNetworkFirewallPolicyDetails. :type url_lists: dict(str, list[UrlPattern]) :param ip_address_lists: The value to assign to the ip_address_lists property of this UpdateNetworkFirewallPolicyDetails. :type ip_address_lists: dict(str, list[str]) :param security_rules: The value to assign to the security_rules property of this UpdateNetworkFirewallPolicyDetails. :type security_rules: list[oci.network_firewall.models.SecurityRule] :param decryption_rules: The value to assign to the decryption_rules property of this UpdateNetworkFirewallPolicyDetails. :type decryption_rules: list[oci.network_firewall.models.DecryptionRule] :param decryption_profiles: The value to assign to the decryption_profiles property of this UpdateNetworkFirewallPolicyDetails. :type decryption_profiles: dict(str, DecryptionProfile) :param freeform_tags: The value to assign to the freeform_tags property of this UpdateNetworkFirewallPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateNetworkFirewallPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, MappedSecret)zdict(str, list[Application])zdict(str, list[UrlPattern])zdict(str, list[str])zlist[SecurityRule]zlist[DecryptionRule]zdict(str, DecryptionProfile)zdict(str, str)zdict(str, dict(str, object))) �display_name�mapped_secrets�application_lists� url_lists�ip_address_lists�security_rules�decryption_rules�decryption_profiles� freeform_tags�defined_tags�displayName� mappedSecrets�applicationLists�urlLists�ipAddressLists� securityRules�decryptionRules�decryptionProfiles�freeformTags�definedTagsN)� swagger_types� attribute_map� _display_name�_mapped_secrets�_application_lists� _url_lists�_ip_address_lists�_security_rules�_decryption_rules�_decryption_profiles�_freeform_tags� _defined_tags)�self�kwargs� r* ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/network_firewall/models/update_network_firewall_policy_details.py�__init__ s@ /�� z+UpdateNetworkFirewallPolicyDetails.__init__c C s | j S )a@ Gets the display_name of this UpdateNetworkFirewallPolicyDetails. A user-friendly name for the firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this UpdateNetworkFirewallPolicyDetails. :rtype: str �r �r( r* r* r+ r c s z/UpdateNetworkFirewallPolicyDetails.display_namec C s || _ dS )aK Sets the display_name of this UpdateNetworkFirewallPolicyDetails. A user-friendly name for the firewall. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this UpdateNetworkFirewallPolicyDetails. :type: str Nr- )r( r r* r* r+ r o s c C s | j S )a� Gets the mapped_secrets of this UpdateNetworkFirewallPolicyDetails. Map defining secrets of the policy. The value of an entry is a "mapped secret" consisting of a purpose and source. The associated key is the identifier by which the mapped secret is referenced. :return: The mapped_secrets of this UpdateNetworkFirewallPolicyDetails. :rtype: dict(str, MappedSecret) �r r. r* r* r+ r { s z1UpdateNetworkFirewallPolicyDetails.mapped_secretsc C s || _ dS )a� Sets the mapped_secrets of this UpdateNetworkFirewallPolicyDetails. Map defining secrets of the policy. The value of an entry is a "mapped secret" consisting of a purpose and source. The associated key is the identifier by which the mapped secret is referenced. :param mapped_secrets: The mapped_secrets of this UpdateNetworkFirewallPolicyDetails. :type: dict(str, MappedSecret) Nr/ )r( r r* r* r+ r � s c C s | j S )a# Gets the application_lists of this UpdateNetworkFirewallPolicyDetails. Map defining application lists of the policy. The value of an entry is a list of "applications", each consisting of a protocol identifier (such as TCP, UDP, or ICMP) and protocol-specific parameters (such as a port range). The associated key is the identifier by which the application list is referenced. :return: The application_lists of this UpdateNetworkFirewallPolicyDetails. :rtype: dict(str, list[Application]) �r r. r* r* r+ r � s z4UpdateNetworkFirewallPolicyDetails.application_listsc C s || _ dS )a3 Sets the application_lists of this UpdateNetworkFirewallPolicyDetails. Map defining application lists of the policy. The value of an entry is a list of "applications", each consisting of a protocol identifier (such as TCP, UDP, or ICMP) and protocol-specific parameters (such as a port range). The associated key is the identifier by which the application list is referenced. :param application_lists: The application_lists of this UpdateNetworkFirewallPolicyDetails. :type: dict(str, list[Application]) Nr0 )r( r r* r* r+ r � s c C s | j S )a� Gets the url_lists of this UpdateNetworkFirewallPolicyDetails. Map defining URL pattern lists of the policy. The value of an entry is a list of URL patterns. The associated key is the identifier by which the URL pattern list is referenced. :return: The url_lists of this UpdateNetworkFirewallPolicyDetails. :rtype: dict(str, list[UrlPattern]) �r! r. r* r* r+ r � s z,UpdateNetworkFirewallPolicyDetails.url_listsc C s || _ dS )a� Sets the url_lists of this UpdateNetworkFirewallPolicyDetails. Map defining URL pattern lists of the policy. The value of an entry is a list of URL patterns. The associated key is the identifier by which the URL pattern list is referenced. :param url_lists: The url_lists of this UpdateNetworkFirewallPolicyDetails. :type: dict(str, list[UrlPattern]) Nr1 )r( r r* r* r+ r � s c C s | j S )a� Gets the ip_address_lists of this UpdateNetworkFirewallPolicyDetails. Map defining IP address lists of the policy. The value of an entry is a list of IP addresses or prefixes in CIDR notation. The associated key is the identifier by which the IP address list is referenced. :return: The ip_address_lists of this UpdateNetworkFirewallPolicyDetails. :rtype: dict(str, list[str]) �r"