📂 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: udp_service.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Service� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )� UdpServicez8 UDP Service used on the firewall policy rules. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new UdpService object with values from keyword arguments. The default value of the :py:attr:`~oci.network_firewall.models.UdpService.type` attribute of this class is ``UDP_SERVICE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this UdpService. Allowed values for this property are: "TCP_SERVICE", "UDP_SERVICE" :type type: str :param name: The value to assign to the name property of this UdpService. :type name: str :param parent_resource_id: The value to assign to the parent_resource_id property of this UdpService. :type parent_resource_id: str :param port_ranges: The value to assign to the port_ranges property of this UdpService. :type port_ranges: list[oci.network_firewall.models.PortRange] �strzlist[PortRange])�type�nameZparent_resource_id�port_rangesr r ZparentResourceIdZ portRangesNZUDP_SERVICE)Z swagger_typesZ attribute_mapZ_type�_nameZ_parent_resource_id�_port_ranges)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/network_firewall/models/udp_service.py�__init__ s ��zUdpService.__init__c C s | j S )z� **[Required]** Gets the port_ranges of this UdpService. List of port-ranges used. :return: The port_ranges of this UdpService. :rtype: list[oci.network_firewall.models.PortRange] �r �r r r r r >