📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
47.5 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_security_rule_details.cpython-39.pyc
a ���f�U � @ 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 ZdZdZdZdZdZdZdZ dZ dZdd� Ze d d � �Zejdd � �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�AddSecurityRuleDetailszP A rule for allowing inbound (INGRESS) or outbound (EGRESS) IP packets. � CIDR_BLOCK�SERVICE_CIDR_BLOCK�NETWORK_SECURITY_GROUP�EGRESS�INGRESSc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new AddSecurityRuleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this AddSecurityRuleDetails. :type description: str :param destination: The value to assign to the destination property of this AddSecurityRuleDetails. :type destination: str :param destination_type: The value to assign to the destination_type property of this AddSecurityRuleDetails. Allowed values for this property are: "CIDR_BLOCK", "SERVICE_CIDR_BLOCK", "NETWORK_SECURITY_GROUP" :type destination_type: str :param direction: The value to assign to the direction property of this AddSecurityRuleDetails. Allowed values for this property are: "EGRESS", "INGRESS" :type direction: str :param icmp_options: The value to assign to the icmp_options property of this AddSecurityRuleDetails. :type icmp_options: oci.core.models.IcmpOptions :param is_stateless: The value to assign to the is_stateless property of this AddSecurityRuleDetails. :type is_stateless: bool :param protocol: The value to assign to the protocol property of this AddSecurityRuleDetails. :type protocol: str :param source: The value to assign to the source property of this AddSecurityRuleDetails. :type source: str :param source_type: The value to assign to the source_type property of this AddSecurityRuleDetails. Allowed values for this property are: "CIDR_BLOCK", "SERVICE_CIDR_BLOCK", "NETWORK_SECURITY_GROUP" :type source_type: str :param tcp_options: The value to assign to the tcp_options property of this AddSecurityRuleDetails. :type tcp_options: oci.core.models.TcpOptions :param udp_options: The value to assign to the udp_options property of this AddSecurityRuleDetails. :type udp_options: oci.core.models.UdpOptions �strZIcmpOptions�boolZ TcpOptionsZ UdpOptions)�description�destination�destination_type� direction�icmp_options�is_stateless�protocol�source�source_type�tcp_options�udp_optionsr r ZdestinationTyper ZicmpOptionsZisStatelessr r Z sourceTypeZ tcpOptionsZ udpOptionsN) Z swagger_typesZ attribute_map�_description�_destination�_destination_type� _direction� _icmp_options� _is_stateless� _protocol�_source�_source_type�_tcp_options�_udp_options)�self�kwargs� r&