📂 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
›
core
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/core/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: ingress_security_rule.pyc
a N��f_0 � @ 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 @ s e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�IngressSecurityRulez1 A rule for allowing inbound IP packets. � CIDR_BLOCK�SERVICE_CIDR_BLOCKc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )az Initializes a new IngressSecurityRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param icmp_options: The value to assign to the icmp_options property of this IngressSecurityRule. :type icmp_options: oci.core.models.IcmpOptions :param is_stateless: The value to assign to the is_stateless property of this IngressSecurityRule. :type is_stateless: bool :param protocol: The value to assign to the protocol property of this IngressSecurityRule. :type protocol: str :param source: The value to assign to the source property of this IngressSecurityRule. :type source: str :param source_type: The value to assign to the source_type property of this IngressSecurityRule. Allowed values for this property are: "CIDR_BLOCK", "SERVICE_CIDR_BLOCK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type source_type: str :param tcp_options: The value to assign to the tcp_options property of this IngressSecurityRule. :type tcp_options: oci.core.models.TcpOptions :param udp_options: The value to assign to the udp_options property of this IngressSecurityRule. :type udp_options: oci.core.models.UdpOptions :param description: The value to assign to the description property of this IngressSecurityRule. :type description: str �IcmpOptions�bool�str� TcpOptions� UdpOptions)�icmp_options�is_stateless�protocol�source�source_type�tcp_options�udp_options�description�icmpOptions�isStatelessr r � sourceType� tcpOptions� udpOptionsr N) � swagger_types� attribute_map� _icmp_options� _is_stateless� _protocol�_source�_source_type�_tcp_options�_udp_options�_description)�self�kwargs� r'