📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_icmp6_application_details.cpython-39.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 )�CreateIcmp6ApplicationDetailszJ Request for ICMP6 Application used on the firewall policy rules. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a Initializes a new CreateIcmp6ApplicationDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.CreateIcmp6ApplicationDetails.type` attribute of this class is ``ICMP_V6`` 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 CreateIcmp6ApplicationDetails. :type name: str :param type: The value to assign to the type property of this CreateIcmp6ApplicationDetails. 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 CreateIcmp6ApplicationDetails. :type icmp_type: int :param icmp_code: The value to assign to the icmp_code property of this CreateIcmp6ApplicationDetails. :type icmp_code: int �str�int)�name�type� icmp_type� icmp_coder r ZicmpTypeZicmpCodeNZICMP_V6)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_icmp6_application_details.py�__init__ s ��z&CreateIcmp6ApplicationDetails.__init__c C s | j S )aH **[Required]** Gets the icmp_type of this CreateIcmp6ApplicationDetails. The value of the ICMP6 message Type field as defined by `RFC 4443`__. __ https://www.rfc-editor.org/rfc/rfc4443.html#section-2.1 :return: The icmp_type of this CreateIcmp6ApplicationDetails. :rtype: int �r �r r r r r >