📂 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
›
load_balancer
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/load_balancer/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: rule_set.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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�RuleSeta? A named set of rules associated with a load balancer. Rules are objects that represent actions to apply to a listener, such as adding, altering, or removing HTTP headers. For more information, see `Managing Rule Sets`__. __ https://docs.cloud.oracle.com/Content/Balance/Tasks/managingrulesets.htm c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new RuleSet object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this RuleSet. :type name: str :param items: The value to assign to the items property of this RuleSet. :type items: list[oci.load_balancer.models.Rule] �strz list[Rule])�name�itemsr r N)� swagger_types� attribute_map�_name�_items)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/load_balancer/models/rule_set.py�__init__ s ��zRuleSet.__init__c C s | j S )a* **[Required]** Gets the name of this RuleSet. The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_rule_set` :return: The name of this RuleSet. :rtype: str �r �r r r r r / s zRuleSet.namec C s || _ dS )a Sets the name of this RuleSet. The name for this set of rules. It must be unique and it cannot be changed. Avoid entering confidential information. Example: `example_rule_set` :param name: The name of this RuleSet. :type: str Nr )r r r r r r >