📂 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
›
load_balancer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/load_balancer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_rule_set_details.cpython-39.pyc
a ���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 )�CreateRuleSetDetailsz; A named set of rules to add to the load balancer. c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new CreateRuleSetDetails 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 CreateRuleSetDetails. :type name: str :param items: The value to assign to the items property of this CreateRuleSetDetails. :type items: list[oci.load_balancer.models.Rule] �strz list[Rule])�name�itemsr r N)Z swagger_typesZ attribute_map�_name�_items)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/load_balancer/models/create_rule_set_details.py�__init__ s ��zCreateRuleSetDetails.__init__c C s | j S )aD **[Required]** Gets the name of this CreateRuleSetDetails. 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 CreateRuleSetDetails. :rtype: str �r �r r r r r - s zCreateRuleSetDetails.namec C s || _ dS )a8 Sets the name of this CreateRuleSetDetails. 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 CreateRuleSetDetails. :type: str Nr )r r r r r r <