ruạṛ
a N��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 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_tags�displayName� agentType�agentVersion� compartmentId� environmentId� osVersion�freeformTags�definedTagsN) � swagger_types� attribute_map� _display_name�_agent_type�_agent_version�_compartment_id�_environment_id�_os_version�_freeform_tags� _defined_tags)�self�kwargs� r$ ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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"