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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateAgentDetailsz ODMS Agent Details c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )aa Initializes a new UpdateAgentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateAgentDetails. :type display_name: str :param stream_id: The value to assign to the stream_id property of this UpdateAgentDetails. :type stream_id: str :param public_key: The value to assign to the public_key property of this UpdateAgentDetails. :type public_key: str :param version: The value to assign to the version property of this UpdateAgentDetails. :type version: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateAgentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateAgentDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�display_name� stream_id� public_key�version� freeform_tags�defined_tagsZdisplayNameZstreamIdZ publicKeyr ZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name� _stream_id�_public_key�_version�_freeform_tags� _defined_tags)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/database_migration/models/update_agent_details.py�__init__ s( � � zUpdateAgentDetails.__init__c C s | j S )z� Gets the display_name of this UpdateAgentDetails. ODMS Agent name :return: The display_name of this UpdateAgentDetails. :rtype: str �r �r r r r r I s zUpdateAgentDetails.display_namec C s || _ dS )z� Sets the display_name of this UpdateAgentDetails. ODMS Agent name :param display_name: The display_name of this UpdateAgentDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the stream_id of this UpdateAgentDetails. The OCID of the Stream :return: The stream_id of this UpdateAgentDetails. :rtype: str �r r r r r r a s zUpdateAgentDetails.stream_idc C s || _ dS )z� Sets the stream_id of this UpdateAgentDetails. The OCID of the Stream :param stream_id: The stream_id of this UpdateAgentDetails. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the public_key of this UpdateAgentDetails. ODMS Agent public key. :return: The public_key of this UpdateAgentDetails. :rtype: str �r r r r r r y s zUpdateAgentDetails.public_keyc C s || _ dS )z� Sets the public_key of this UpdateAgentDetails. ODMS Agent public key. :param public_key: The public_key of this UpdateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the version of this UpdateAgentDetails. ODMS Agent version :return: The version of this UpdateAgentDetails. :rtype: str �r r r r r r � s zUpdateAgentDetails.versionc C s || _ dS )z� Sets the version of this UpdateAgentDetails. ODMS Agent version :param version: The version of this UpdateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )aK Gets the freeform_tags of this UpdateAgentDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this UpdateAgentDetails. :rtype: dict(str, str) �r r r r r r � s z UpdateAgentDetails.freeform_tagsc C s || _ dS )aW Sets the freeform_tags of this UpdateAgentDetails. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this UpdateAgentDetails. :type: dict(str, str) Nr )r r r r r r � s c C s | j S )aE Gets the defined_tags of this UpdateAgentDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this UpdateAgentDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s zUpdateAgentDetails.defined_tagsc C s || _ dS )aP Sets the defined_tags of this UpdateAgentDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this UpdateAgentDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zUpdateAgentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUpdateAgentDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zUpdateAgentDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&