ruạṛ
a N��f�E � @ 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� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:S );�AgentSummaryz Summary of the Agent. c K s� ddddddddddddddddd�| _ dddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )aQ Initializes a new AgentSummary 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 AgentSummary. :type id: str :param display_name: The value to assign to the display_name property of this AgentSummary. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this AgentSummary. :type compartment_id: str :param agent_type: The value to assign to the agent_type property of this AgentSummary. :type agent_type: str :param agent_version: The value to assign to the agent_version property of this AgentSummary. :type agent_version: str :param os_version: The value to assign to the os_version property of this AgentSummary. :type os_version: str :param time_created: The value to assign to the time_created property of this AgentSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AgentSummary. :type time_updated: datetime :param time_last_sync_received: The value to assign to the time_last_sync_received property of this AgentSummary. :type time_last_sync_received: datetime :param heart_beat_status: The value to assign to the heart_beat_status property of this AgentSummary. :type heart_beat_status: str :param environment_id: The value to assign to the environment_id property of this AgentSummary. :type environment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this AgentSummary. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this AgentSummary. :type lifecycle_details: str :param freeform_tags: The value to assign to the freeform_tags property of this AgentSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AgentSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this AgentSummary. :type system_tags: dict(str, dict(str, object)) �str�datetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id� agent_type� agent_version� os_version�time_created�time_updated�time_last_sync_received�heart_beat_status�environment_id�lifecycle_state�lifecycle_details� freeform_tags�defined_tags�system_tagsr �displayName� compartmentId� agentType�agentVersion� osVersion�timeCreated�timeUpdated�timeLastSyncReceived�heartBeatStatus� environmentId�lifecycleState�lifecycleDetails�freeformTags�definedTags� systemTagsN)� swagger_types� attribute_map�_id� _display_name�_compartment_id�_agent_type�_agent_version�_os_version� _time_created� _time_updated�_time_last_sync_received�_heart_beat_status�_environment_id�_lifecycle_state�_lifecycle_details�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r<