📂 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
›
network_firewall
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/network_firewall/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_icmp_application_details.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateApplicationDetails� )�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 )�CreateIcmpApplicationDetailszI Request for ICMP Application used on the firewall policy rules. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a Initializes a new CreateIcmpApplicationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.CreateIcmpApplicationDetails.type` attribute of this class is ``ICMP`` and it should not be changed. 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 CreateIcmpApplicationDetails. :type name: str :param type: The value to assign to the type property of this CreateIcmpApplicationDetails. Allowed values for this property are: "ICMP", "ICMP_V6" :type type: str :param icmp_type: The value to assign to the icmp_type property of this CreateIcmpApplicationDetails. :type icmp_type: int :param icmp_code: The value to assign to the icmp_code property of this CreateIcmpApplicationDetails. :type icmp_code: int �str�int)�name�type� icmp_type� icmp_coder r ZicmpTypeZicmpCodeNZICMP)Z swagger_typesZ attribute_map�_nameZ_type� _icmp_type� _icmp_code)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/network_firewall/models/create_icmp_application_details.py�__init__ s ��z%CreateIcmpApplicationDetails.__init__c C s | j S )a7 **[Required]** Gets the icmp_type of this CreateIcmpApplicationDetails. The value of the ICMP message Type field as defined by `RFC 792`__. __ https://www.rfc-editor.org/rfc/rfc792.html :return: The icmp_type of this CreateIcmpApplicationDetails. :rtype: int �r �r r r r r >