ruạṛ
a ���fj% � @ 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 edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�CreateAgentDetailsz* Information about the new Agent. c K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )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 display_name: The value to assign to the display_name property of this CreateAgentDetails. :type display_name: str :param agent_type: The value to assign to the agent_type property of this CreateAgentDetails. :type agent_type: str :param agent_version: The value to assign to the agent_version property of this CreateAgentDetails. :type agent_version: str :param compartment_id: The value to assign to the compartment_id property of this CreateAgentDetails. :type compartment_id: str :param environment_id: The value to assign to the environment_id property of this CreateAgentDetails. :type environment_id: str :param os_version: The value to assign to the os_version property of this CreateAgentDetails. :type os_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)))�display_name� agent_type� agent_version�compartment_id�environment_id� os_version� freeform_tags�defined_tagsZdisplayNameZ agentTypeZagentVersionZ compartmentIdZ environmentIdZ osVersionZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map� _display_name�_agent_type�_agent_version�_compartment_id�_environment_id�_os_version�_freeform_tags� _defined_tags)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/create_agent_details.py�__init__ s4 '��zCreateAgentDetails.__init__c C s | j S )z� **[Required]** Gets the display_name of this CreateAgentDetails. Agent identifier. :return: The display_name of this CreateAgentDetails. :rtype: str �r �r r r r r W s zCreateAgentDetails.display_namec C s || _ dS )z� Sets the display_name of this CreateAgentDetails. Agent identifier. :param display_name: The display_name of this CreateAgentDetails. :type: str Nr )r r r r r r c s c C s | j S )z� **[Required]** Gets the agent_type of this CreateAgentDetails. Agent identifier. :return: The agent_type of this CreateAgentDetails. :rtype: str �r r r r r r o s zCreateAgentDetails.agent_typec C s || _ dS )z� Sets the agent_type of this CreateAgentDetails. Agent identifier. :param agent_type: The agent_type of this CreateAgentDetails. :type: str Nr )r r r r r r { s c C s | j S )z� **[Required]** Gets the agent_version of this CreateAgentDetails. Agent identifier. :return: The agent_version of this CreateAgentDetails. :rtype: str �r r r r r r � s z CreateAgentDetails.agent_versionc C s || _ dS )z� Sets the agent_version of this CreateAgentDetails. Agent identifier. :param agent_version: The agent_version of this CreateAgentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the compartment_id of this CreateAgentDetails. Compartment identifier. :return: The compartment_id of this CreateAgentDetails. :rtype: str �r r r r r r � s z!CreateAgentDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateAgentDetails. Compartment identifier. :param compartment_id: The compartment_id of this CreateAgentDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� **[Required]** Gets the environment_id of this CreateAgentDetails. Environment identifier. :return: The environment_id of this CreateAgentDetails. :rtype: str �r r r r r r � s z!CreateAgentDetails.environment_idc C s || _ dS )z� Sets the environment_id of this CreateAgentDetails. Environment identifier. :param environment_id: The environment_id of this CreateAgentDetails. :type: str Nr"