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� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreateAgentDetailsz ODMS Agent Details c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CreateAgentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateAgentDetails. :type compartment_id: str :param display_name: The value to assign to the display_name property of this CreateAgentDetails. :type display_name: str :param stream_id: The value to assign to the stream_id property of this CreateAgentDetails. :type stream_id: str :param public_key: The value to assign to the public_key property of this CreateAgentDetails. :type public_key: str :param version: The value to assign to the version property of this CreateAgentDetails. :type version: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateAgentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateAgentDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�compartment_id�display_name� stream_id� public_key�version� freeform_tags�defined_tagsZ compartmentIdZdisplayNameZstreamIdZ publicKeyr ZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_compartment_id� _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/create_agent_details.py�__init__ s. #�� zCreateAgentDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateAgentDetails. The OCID of the compartment. :return: The compartment_id of this CreateAgentDetails. :rtype: str �r �r r r r r N s z!CreateAgentDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateAgentDetails. The OCID of the compartment. :param compartment_id: The compartment_id of this CreateAgentDetails. :type: str Nr )r r r r r r Z s c C s | j S )z� **[Required]** Gets the display_name of this CreateAgentDetails. ODMS Agent name :return: The display_name of this CreateAgentDetails. :rtype: str �r r r r r r f s zCreateAgentDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateAgentDetails. ODMS Agent name :param display_name: The display_name of this CreateAgentDetails. :type: str Nr )r r r r r r r s c C s | j S )z� **[Required]** Gets the stream_id of this CreateAgentDetails. The OCID of the Stream :return: The stream_id of this CreateAgentDetails. :rtype: str �r r r r r r ~ s zCreateAgentDetails.stream_idc C s || _ dS )z� Sets the stream_id of this CreateAgentDetails. The OCID of the Stream :param stream_id: The stream_id of this CreateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the public_key of this CreateAgentDetails. ODMS Agent public key as a Base64 Encoded string. :return: The public_key of this CreateAgentDetails. :rtype: str �r r r r r r � s zCreateAgentDetails.public_keyc C s || _ dS )z� Sets the public_key of this CreateAgentDetails. ODMS Agent public key as a Base64 Encoded string. :param public_key: The public_key of this CreateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the version of this CreateAgentDetails. ODMS Agent version :return: The version of this CreateAgentDetails. :rtype: str �r r r r r r � s zCreateAgentDetails.versionc C s || _ dS )z� Sets the version of this CreateAgentDetails. ODMS Agent version :param version: The version of this CreateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )aK Gets the freeform_tags of this CreateAgentDetails. 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 CreateAgentDetails. :rtype: dict(str, str) �r r r r r r � s z CreateAgentDetails.freeform_tagsc C s || _ dS )aW Sets the freeform_tags of this CreateAgentDetails. 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 CreateAgentDetails. :type: dict(str, str) Nr! )r r r r r r � s c C s | j S )aE Gets the defined_tags of this CreateAgentDetails. 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 CreateAgentDetails. :rtype: dict(str, dict(str, object)) �r r r r r r � s zCreateAgentDetails.defined_tagsc C s || _ dS )aP Sets the defined_tags of this CreateAgentDetails. 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 CreateAgentDetails. :type: dict(str, dict(str, object)) Nr"