📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_oda_instance_attachment_details.cpython-39.opt-1.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�"UpdateOdaInstanceAttachmentDetailsz/ ODA attachment details to be updated. c K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UpdateOdaInstanceAttachmentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attachment_metadata: The value to assign to the attachment_metadata property of this UpdateOdaInstanceAttachmentDetails. :type attachment_metadata: str :param restricted_operations: The value to assign to the restricted_operations property of this UpdateOdaInstanceAttachmentDetails. :type restricted_operations: list[str] :param owner: The value to assign to the owner property of this UpdateOdaInstanceAttachmentDetails. :type owner: oci.oda.models.OdaInstanceAttachmentOwner :param freeform_tags: The value to assign to the freeform_tags property of this UpdateOdaInstanceAttachmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateOdaInstanceAttachmentDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]ZOdaInstanceAttachmentOwnerzdict(str, str)zdict(str, dict(str, object)))�attachment_metadata�restricted_operations�owner� freeform_tags�defined_tagsZattachmentMetadataZrestrictedOperationsr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_attachment_metadata�_restricted_operations�_owner�_freeform_tags� _defined_tags)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/oda/models/update_oda_instance_attachment_details.py�__init__ s"