📂 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
›
vn_monitoring
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/__pycache__
💾
Free:
45.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: security_action.cpython-39.pyc
a ���fP � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�SecurityActionzC Defines the security action details taken on the traffic. �ALLOWED�DENIED�EXPLICIT�IMPLICITc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new SecurityAction object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.vn_monitoring.models.AllowedSecurityAction` * :class:`~oci.vn_monitoring.models.DeniedSecurityAction` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action: The value to assign to the action property of this SecurityAction. Allowed values for this property are: "ALLOWED", "DENIED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action: str :param action_type: The value to assign to the action_type property of this SecurityAction. Allowed values for this property are: "EXPLICIT", "IMPLICIT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str �str)�action�action_typer Z actionTypeN)Z swagger_typesZ attribute_map�_action�_action_type)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/vn_monitoring/models/security_action.py�__init__"