ruạṛ
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 @ sp e Zd ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�OdaInstanceAttachmentSummaryz4 Description of an ODA instance attachment. �FUSION�MAXc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a� Initializes a new OdaInstanceAttachmentSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this OdaInstanceAttachmentSummary. :type id: str :param instance_id: The value to assign to the instance_id property of this OdaInstanceAttachmentSummary. :type instance_id: str :param attach_to_id: The value to assign to the attach_to_id property of this OdaInstanceAttachmentSummary. :type attach_to_id: str :param attachment_type: The value to assign to the attachment_type property of this OdaInstanceAttachmentSummary. Allowed values for this property are: "FUSION", "MAX", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type attachment_type: str :param attachment_metadata: The value to assign to the attachment_metadata property of this OdaInstanceAttachmentSummary. :type attachment_metadata: str :param restricted_operations: The value to assign to the restricted_operations property of this OdaInstanceAttachmentSummary. :type restricted_operations: list[str] :param owner: The value to assign to the owner property of this OdaInstanceAttachmentSummary. :type owner: oci.oda.models.OdaInstanceOwner :param time_created: The value to assign to the time_created property of this OdaInstanceAttachmentSummary. :type time_created: datetime :param time_last_update: The value to assign to the time_last_update property of this OdaInstanceAttachmentSummary. :type time_last_update: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this OdaInstanceAttachmentSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this OdaInstanceAttachmentSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OdaInstanceAttachmentSummary. :type defined_tags: dict(str, dict(str, object)) �strz list[str]ZOdaInstanceOwnerZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�instance_id�attach_to_id�attachment_type�attachment_metadata�restricted_operations�owner�time_created�time_last_update�lifecycle_state� freeform_tags�defined_tagsr Z instanceIdZ attachToIdZattachmentTypeZattachmentMetadataZrestrictedOperationsr ZtimeCreatedZtimeLastUpdateZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_instance_id� _attach_to_id�_attachment_type�_attachment_metadata�_restricted_operations�_owner� _time_created�_time_last_update�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r$ �R/usr/lib/python3.9/site-packages/oci/oda/models/oda_instance_attachment_summary.py�__init__ sL 9��z%OdaInstanceAttachmentSummary.__init__c C s | j S )a **[Required]** Gets the id of this OdaInstanceAttachmentSummary. Unique immutable identifier that was assigned when the ODA instance attachment was created. :return: The id of this OdaInstanceAttachmentSummary. :rtype: str �r �r"