📂 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: service_summary.cpython-39.opt-1.pyc
a ���fT � @ 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 � �Zdd� Zdd� Z dd� ZdS )�ServiceSummaryzL Summary object for service element in the network firewall policy. �TCP_SERVICE�UDP_SERVICEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a- Initializes a new ServiceSummary object with values from keyword arguments. 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 ServiceSummary. Allowed values for this property are: "TCP_SERVICE", "UDP_SERVICE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param name: The value to assign to the name property of this ServiceSummary. :type name: str :param parent_resource_id: The value to assign to the parent_resource_id property of this ServiceSummary. :type parent_resource_id: str �str)�type�name�parent_resource_idr r ZparentResourceIdN)Z swagger_typesZ attribute_map�_type�_name�_parent_resource_id)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/network_firewall/models/service_summary.py�__init__ s ��zServiceSummary.__init__c C s | j S )av **[Required]** Gets the type of this ServiceSummary. Describes the type of Service. Allowed values for this property are: "TCP_SERVICE", "UDP_SERVICE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The type of this ServiceSummary. :rtype: str )r �r r r r r >