📂 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
›
optimizer
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/optimizer/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_apply_resource_action.cpython-39.pyc
a ���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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�BulkApplyResourceActionzG The resource action that a recommendation will be applied to. �PENDING� DISMISSED� POSTPONED�IMPLEMENTEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a] Initializes a new BulkApplyResourceAction object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param resource_action_id: The value to assign to the resource_action_id property of this BulkApplyResourceAction. :type resource_action_id: str :param status: The value to assign to the status property of this BulkApplyResourceAction. Allowed values for this property are: "PENDING", "DISMISSED", "POSTPONED", "IMPLEMENTED" :type status: str :param time_status_end: The value to assign to the time_status_end property of this BulkApplyResourceAction. :type time_status_end: datetime :param parameters: The value to assign to the parameters property of this BulkApplyResourceAction. :type parameters: dict(str, object) :param strategy_name: The value to assign to the strategy_name property of this BulkApplyResourceAction. :type strategy_name: str �strZdatetimezdict(str, object))�resource_action_id�status�time_status_end� parameters� strategy_nameZresourceActionIdr Z timeStatusEndr ZstrategyNameN)Z swagger_typesZ attribute_map�_resource_action_id�_status�_time_status_end�_parameters�_strategy_name)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/optimizer/models/bulk_apply_resource_action.py�__init__"