📂 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
›
fusion_apps
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/fusion_apps/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: allow_rule.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Rule� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )� AllowRulea� An object that represents the action of configuring an access control rule. Access control rules permit access to application resources based on user-specified match conditions. This rule applies only to HTTP listeners. **NOTES:** * If you do not specify any access control rules, the default rule is to allow all traffic. * If you add access control rules, the load balancer denies any traffic that does not match the rules. * Maximum of two match conditions can be specified in a rule. * You can specify this rule only with the following `RuleCondition` combinations: * `SOURCE_IP_ADDRESS` * `SOURCE_VCN_ID` * `SOURCE_VCN_ID", "SOURCE_VCN_IP_ADDRESS` c K s8 dddd�| _ dddd�| _d| _d| _d| _d| _dS ) aM Initializes a new AllowRule object with values from keyword arguments. The default value of the :py:attr:`~oci.fusion_apps.models.AllowRule.action` attribute of this class is ``ALLOW`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action: The value to assign to the action property of this AllowRule. Allowed values for this property are: "ALLOW" :type action: str :param conditions: The value to assign to the conditions property of this AllowRule. :type conditions: list[oci.fusion_apps.models.RuleCondition] :param description: The value to assign to the description property of this AllowRule. :type description: str �strzlist[RuleCondition])�action� conditions�descriptionr r r N�ALLOW)� swagger_types� attribute_map�_action�_conditions�_description)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/fusion_apps/models/allow_rule.py�__init__ s ��zAllowRule.__init__c C s | j S )z� **[Required]** Gets the conditions of this AllowRule. :return: The conditions of this AllowRule. :rtype: list[oci.fusion_apps.models.RuleCondition] �r �r r r r r >