📂 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
›
limits
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/limits/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: add_lock_details.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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�AddLockDetailsz� Request payload to add lock to the resource. The FULL lock type allows no modifications (delete, create, update). The DELETE lock type allows all modifications, but delete is not allowed. �FULL�DELETEc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AddLockDetails 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 AddLockDetails. Allowed values for this property are: "FULL", "DELETE" :type type: str :param related_resource_id: The value to assign to the related_resource_id property of this AddLockDetails. :type related_resource_id: str :param message: The value to assign to the message property of this AddLockDetails. :type message: str �str)�type�related_resource_id�messager ZrelatedResourceIdr N)Z swagger_typesZ attribute_map�_type�_related_resource_id�_message)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/limits/models/add_lock_details.py�__init__ s ��zAddLockDetails.__init__c C s | j S )z� **[Required]** Gets the type of this AddLockDetails. Lock type. Allowed values for this property are: "FULL", "DELETE" :return: The type of this AddLockDetails. :rtype: str )r �r r r r r >