📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
events
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/events/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: action.pyc
a N��f�* � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dd � Zedd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�ActionzV An object that represents an action to trigger for events that match a rule. �ONS�OSS�FAAS�CREATING�ACTIVE�INACTIVE�UPDATING�DELETING�DELETED�FAILEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new Action 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.events.models.StreamingServiceAction` * :class:`~oci.events.models.NotificationServiceAction` * :class:`~oci.events.models.FaaSAction` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param action_type: The value to assign to the action_type property of this Action. Allowed values for this property are: "ONS", "OSS", "FAAS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type action_type: str :param id: The value to assign to the id property of this Action. :type id: str :param lifecycle_message: The value to assign to the lifecycle_message property of this Action. :type lifecycle_message: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Action. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param is_enabled: The value to assign to the is_enabled property of this Action. :type is_enabled: bool :param description: The value to assign to the description property of this Action. :type description: str �str�bool)�action_type�id�lifecycle_message�lifecycle_state� is_enabled�description� actionTyper �lifecycleMessage�lifecycleState� isEnabledr N)� swagger_types� attribute_map�_action_type�_id�_lifecycle_message�_lifecycle_state�_is_enabled�_description)�self�kwargs� r'