📂 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
›
core
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/core/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_security_rule_details.cpython-39.pyc
a ���fZ � @ 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 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(� �Ze d*d+� �Zejd,d+� �Zd-d.� Zd/d0� Zd1d2� Zd3S )4�UpdateSecurityRuleDetailszj A rule for allowing inbound (`direction`= INGRESS) or outbound (`direction`= EGRESS) IP packets. � CIDR_BLOCK�SERVICE_CIDR_BLOCK�NETWORK_SECURITY_GROUP�EGRESS�INGRESSc K s� ddddddddddddd�| _ ddd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a` Initializes a new UpdateSecurityRuleDetails 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 UpdateSecurityRuleDetails. :type description: str :param destination: The value to assign to the destination property of this UpdateSecurityRuleDetails. :type destination: str :param destination_type: The value to assign to the destination_type property of this UpdateSecurityRuleDetails. 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 UpdateSecurityRuleDetails. 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 UpdateSecurityRuleDetails. :type icmp_options: oci.core.models.IcmpOptions :param id: The value to assign to the id property of this UpdateSecurityRuleDetails. :type id: str :param is_stateless: The value to assign to the is_stateless property of this UpdateSecurityRuleDetails. :type is_stateless: bool :param protocol: The value to assign to the protocol property of this UpdateSecurityRuleDetails. :type protocol: str :param source: The value to assign to the source property of this UpdateSecurityRuleDetails. :type source: str :param source_type: The value to assign to the source_type property of this UpdateSecurityRuleDetails. 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 UpdateSecurityRuleDetails. :type tcp_options: oci.core.models.TcpOptions :param udp_options: The value to assign to the udp_options property of this UpdateSecurityRuleDetails. :type udp_options: oci.core.models.UdpOptions �strZIcmpOptions�boolZ TcpOptionsZ UdpOptions)�description�destination�destination_type� direction�icmp_options�id�is_stateless�protocol�source�source_type�tcp_options�udp_optionsr r ZdestinationTyper ZicmpOptionsr ZisStatelessr r Z sourceTypeZ tcpOptionsZ udpOptionsN)Z swagger_typesZ attribute_map�_description�_destination�_destination_type� _direction� _icmp_options�_id� _is_stateless� _protocol�_source�_source_type�_tcp_options�_udp_options)�self�kwargs� r( �P/usr/lib/python3.9/site-packages/oci/core/models/update_security_rule_details.py�__init__2 sL :��z"UpdateSecurityRuleDetails.__init__c C s | j S )a Gets the description of this UpdateSecurityRuleDetails. An optional description of your choice for the rule. Avoid entering confidential information. :return: The description of this UpdateSecurityRuleDetails. :rtype: str �r �r&