ruạṛ
a ���fF � @ 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)) �strZdatetimezdict(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 ZdisplayNameZ compartmentIdZ agentTypeZagentVersionZ osVersionZtimeCreatedZtimeUpdatedZtimeLastSyncReceivedZheartBeatStatusZ environmentIdZlifecycleStateZlifecycleDetailsZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ 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* �I/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/agent_summary.py�__init__ sd G��zAgentSummary.__init__c C s | j S )z� **[Required]** Gets the id of this AgentSummary. Unique identifier that is immutable on creation. :return: The id of this AgentSummary. :rtype: str �r �r( r* r* r+ r � s zAgentSummary.idc C s || _ dS )z� Sets the id of this AgentSummary. Unique identifier that is immutable on creation. :param id: The id of this AgentSummary. :type: str Nr- )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the display_name of this AgentSummary. Agent identifier, which can be renamed. :return: The display_name of this AgentSummary. :rtype: str �r r. r* r* r+ r � s zAgentSummary.display_namec C s || _ dS )z� Sets the display_name of this AgentSummary. Agent identifier, which can be renamed. :param display_name: The display_name of this AgentSummary. :type: str Nr/ )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the compartment_id of this AgentSummary. Compartment identifier. :return: The compartment_id of this AgentSummary. :rtype: str �r r. r* r* r+ r � s zAgentSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this AgentSummary. Compartment identifier. :param compartment_id: The compartment_id of this AgentSummary. :type: str Nr0 )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the agent_type of this AgentSummary. Type of Agent. :return: The agent_type of this AgentSummary. :rtype: str �r r. r* r* r+ r � s zAgentSummary.agent_typec C s || _ dS )z� Sets the agent_type of this AgentSummary. Type of Agent. :param agent_type: The agent_type of this AgentSummary. :type: str Nr1 )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the agent_version of this AgentSummary. Agent identifier. :return: The agent_version of this AgentSummary. :rtype: str �r r. r* r* r+ r � s zAgentSummary.agent_versionc C s || _ dS )z� Sets the agent_version of this AgentSummary. Agent identifier. :param agent_version: The agent_version of this AgentSummary. :type: str Nr2 )r( r r* r* r+ r � s c C s | j S )z� **[Required]** Gets the os_version of this AgentSummary. OS version. :return: The os_version of this AgentSummary. :rtype: str �r r. r* r* r+ r s zAgentSummary.os_versionc C s || _ dS )z� Sets the os_version of this AgentSummary. OS version. :param os_version: The os_version of this AgentSummary. :type: str Nr3 )r( r r* r* r+ r s c C s | j S )z� **[Required]** Gets the time_created of this AgentSummary. The time when the Agent was created. An RFC3339 formatted datetime string. :return: The time_created of this AgentSummary. :rtype: datetime �r r. r* r* r+ r s zAgentSummary.time_createdc C s || _ dS )z� Sets the time_created of this AgentSummary. The time when the Agent was created. An RFC3339 formatted datetime string. :param time_created: The time_created of this AgentSummary. :type: datetime Nr4 )r( r r* r* r+ r + s c C s | j S )z� **[Required]** Gets the time_updated of this AgentSummary. The time when the Agent was updated. An RFC3339 formatted datetime string. :return: The time_updated of this AgentSummary. :rtype: datetime �r r. r* r* r+ r 7 s zAgentSummary.time_updatedc C s || _ dS )z� Sets the time_updated of this AgentSummary. The time when the Agent was updated. An RFC3339 formatted datetime string. :param time_updated: The time_updated of this AgentSummary. :type: datetime Nr5 )r( r r* r* r+ r C s c C s | j S )a Gets the time_last_sync_received of this AgentSummary. The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string. :return: The time_last_sync_received of this AgentSummary. :rtype: datetime �r r. r* r* r+ r O s z$AgentSummary.time_last_sync_receivedc C s || _ dS )a# Sets the time_last_sync_received of this AgentSummary. The time when the last heartbeat of the Agent was noted. An RFC3339 formatted datetime string. :param time_last_sync_received: The time_last_sync_received of this AgentSummary. :type: datetime Nr6 )r( r r* r* r+ r [ s c C s | j S )z� Gets the heart_beat_status of this AgentSummary. Current heartbeat status of the Agent based on its timeLastSyncReceived value. :return: The heart_beat_status of this AgentSummary. :rtype: str �r! r. r* r* r+ r g s zAgentSummary.heart_beat_statusc C s || _ dS )z� Sets the heart_beat_status of this AgentSummary. Current heartbeat status of the Agent based on its timeLastSyncReceived value. :param heart_beat_status: The heart_beat_status of this AgentSummary. :type: str Nr7 )r( r r* r* r+ r s s c C s | j S )z� **[Required]** Gets the environment_id of this AgentSummary. Environment identifier. :return: The environment_id of this AgentSummary. :rtype: str �r"