📂 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: create_network_firewall_policy_details.pyc
a O��fU@ � @ 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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�"CreateNetworkFirewallPolicyDetailszD Request data required to create a network firewall policy. c K s� dddddddddd d d�| _ dd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a> Initializes a new CreateNetworkFirewallPolicyDetails 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 CreateNetworkFirewallPolicyDetails. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this CreateNetworkFirewallPolicyDetails. :type compartment_id: str :param mapped_secrets: The value to assign to the mapped_secrets property of this CreateNetworkFirewallPolicyDetails. :type mapped_secrets: dict(str, MappedSecret) :param application_lists: The value to assign to the application_lists property of this CreateNetworkFirewallPolicyDetails. :type application_lists: dict(str, list[Application]) :param url_lists: The value to assign to the url_lists property of this CreateNetworkFirewallPolicyDetails. :type url_lists: dict(str, list[UrlPattern]) :param ip_address_lists: The value to assign to the ip_address_lists property of this CreateNetworkFirewallPolicyDetails. :type ip_address_lists: dict(str, list[str]) :param security_rules: The value to assign to the security_rules property of this CreateNetworkFirewallPolicyDetails. :type security_rules: list[oci.network_firewall.models.SecurityRule] :param decryption_rules: The value to assign to the decryption_rules property of this CreateNetworkFirewallPolicyDetails. :type decryption_rules: list[oci.network_firewall.models.DecryptionRule] :param decryption_profiles: The value to assign to the decryption_profiles property of this CreateNetworkFirewallPolicyDetails. :type decryption_profiles: dict(str, DecryptionProfile) :param freeform_tags: The value to assign to the freeform_tags property of this CreateNetworkFirewallPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateNetworkFirewallPolicyDetails. :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�compartment_id�mapped_secrets�application_lists� url_lists�ip_address_lists�security_rules�decryption_rules�decryption_profiles� freeform_tags�defined_tags�displayName� compartmentId� mappedSecrets�applicationLists�urlLists�ipAddressLists� securityRules�decryptionRules�decryptionProfiles�freeformTags�definedTagsN) � swagger_types� attribute_map� _display_name�_compartment_id�_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/create_network_firewall_policy_details.py�__init__ sF 3��z+CreateNetworkFirewallPolicyDetails.__init__c C s | j S )a Gets the display_name of this CreateNetworkFirewallPolicyDetails. A user-friendly optional name for the firewall policy. Avoid entering confidential information. :return: The display_name of this CreateNetworkFirewallPolicyDetails. :rtype: str �r �r+ r- r- r. r j s z/CreateNetworkFirewallPolicyDetails.display_namec C s || _ dS )a* Sets the display_name of this CreateNetworkFirewallPolicyDetails. A user-friendly optional name for the firewall policy. Avoid entering confidential information. :param display_name: The display_name of this CreateNetworkFirewallPolicyDetails. :type: str Nr0 )r+ r r- r- r. r v s c C s | j S )aq **[Required]** Gets the compartment_id of this CreateNetworkFirewallPolicyDetails. The `OCID`__ of the compartment containing the NetworkFirewall Policy. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this CreateNetworkFirewallPolicyDetails. :rtype: str �r! r1 r- r- r. r � s z1CreateNetworkFirewallPolicyDetails.compartment_idc C s || _ dS )ao Sets the compartment_id of this CreateNetworkFirewallPolicyDetails. The `OCID`__ of the compartment containing the NetworkFirewall Policy. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this CreateNetworkFirewallPolicyDetails. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a� Gets the mapped_secrets of this CreateNetworkFirewallPolicyDetails. 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 CreateNetworkFirewallPolicyDetails. :rtype: dict(str, MappedSecret) �r"