ruạṛ
a O��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 dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �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)� �Zed+d,� �Zej d-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5�OdaInstanceAttachmentz4 Description of an ODA instance attachment. �FUSION� ATTACHING�ACTIVE� DETACHING�INACTIVE�FAILEDc K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ dS )a Initializes a new OdaInstanceAttachment 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 OdaInstanceAttachment. :type id: str :param instance_id: The value to assign to the instance_id property of this OdaInstanceAttachment. :type instance_id: str :param attach_to_id: The value to assign to the attach_to_id property of this OdaInstanceAttachment. :type attach_to_id: str :param attachment_type: The value to assign to the attachment_type property of this OdaInstanceAttachment. Allowed values for this property are: "FUSION", '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 OdaInstanceAttachment. :type attachment_metadata: str :param restricted_operations: The value to assign to the restricted_operations property of this OdaInstanceAttachment. :type restricted_operations: list[str] :param owner: The value to assign to the owner property of this OdaInstanceAttachment. :type owner: oci.oda.models.OdaInstanceOwner :param time_created: The value to assign to the time_created property of this OdaInstanceAttachment. :type time_created: datetime :param time_last_update: The value to assign to the time_last_update property of this OdaInstanceAttachment. :type time_last_update: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this OdaInstanceAttachment. Allowed values for this property are: "ATTACHING", "ACTIVE", "DETACHING", "INACTIVE", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this OdaInstanceAttachment. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this OdaInstanceAttachment. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�OdaInstanceOwner�datetimezdict(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 � instanceId� attachToId�attachmentType�attachmentMetadata�restrictedOperationsr �timeCreated�timeLastUpdate�lifecycleState�freeformTags�definedTagsN)� swagger_types� 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� r6 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/oda_instance_attachment.py�__init__( sL ;��zOdaInstanceAttachment.__init__c C s | j S )z� **[Required]** Gets the id of this OdaInstanceAttachment. Unique immutable identifier that was assigned when the ODA instance attachment was created. :return: The id of this OdaInstanceAttachment. :rtype: str �r( �r4 r6 r6 r7 r � s zOdaInstanceAttachment.idc C s || _ dS )z� Sets the id of this OdaInstanceAttachment. Unique immutable identifier that was assigned when the ODA instance attachment was created. :param id: The id of this OdaInstanceAttachment. :type: str Nr9 )r4 r r6 r6 r7 r � s c C s | j S )z� **[Required]** Gets the instance_id of this OdaInstanceAttachment. The OCID of the ODA instance to which the attachment applies. :return: The instance_id of this OdaInstanceAttachment. :rtype: str �r) r: r6 r6 r7 r � s z!OdaInstanceAttachment.instance_idc C s || _ dS )z� Sets the instance_id of this OdaInstanceAttachment. The OCID of the ODA instance to which the attachment applies. :param instance_id: The instance_id of this OdaInstanceAttachment. :type: str Nr; )r4 r r6 r6 r7 r � s c C s | j S )a: **[Required]** Gets the attach_to_id of this OdaInstanceAttachment. The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to which the ODA instance is or is being attached. :return: The attach_to_id of this OdaInstanceAttachment. :rtype: str �r* r: r6 r6 r7 r � s z"OdaInstanceAttachment.attach_to_idc C s || _ dS )a6 Sets the attach_to_id of this OdaInstanceAttachment. The OCID of the target instance (which could be any other OCI PaaS/SaaS resource), to which the ODA instance is or is being attached. :param attach_to_id: The attach_to_id of this OdaInstanceAttachment. :type: str Nr<