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 @ sF e Zd ZdZdZdZdZdZdZdZ dZ dZd ZdZ d d� Zedd � �Zejdd � �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Zejd5d4� �Zed6d7� �Zejd8d7� �Zed9d:� �Z e jd;d:� �Z ed<d=� �Z!e!jd>d=� �Z!ed?d@� �Z"e"jdAd@� �Z"edBdC� �Z#e#jdDdC� �Z#dEdF� Z$dGdH� Z%dIdJ� Z&dKS )L�Agentz Description of Agent. � APPLIANCE�HEALTHY� UNHEALTHY�FAILED�INACTIVE�CREATING�ACTIVE�DELETEDc K s� dddddddddddddddddddd�| _ ddd d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _dS )aB Initializes a new Agent 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 Agent. :type id: str :param display_name: The value to assign to the display_name property of this Agent. :type display_name: str :param compartment_id: The value to assign to the compartment_id property of this Agent. :type compartment_id: str :param agent_type: The value to assign to the agent_type property of this Agent. Allowed values for this property are: "APPLIANCE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type agent_type: str :param agent_version: The value to assign to the agent_version property of this Agent. :type agent_version: str :param os_version: The value to assign to the os_version property of this Agent. :type os_version: str :param time_created: The value to assign to the time_created property of this Agent. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this Agent. :type time_updated: datetime :param time_last_sync_received: The value to assign to the time_last_sync_received property of this Agent. :type time_last_sync_received: datetime :param heart_beat_status: The value to assign to the heart_beat_status property of this Agent. Allowed values for this property are: "HEALTHY", "UNHEALTHY", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type heart_beat_status: str :param environment_id: The value to assign to the environment_id property of this Agent. :type environment_id: str :param agent_pub_key: The value to assign to the agent_pub_key property of this Agent. :type agent_pub_key: str :param time_expire_agent_key_in_ms: The value to assign to the time_expire_agent_key_in_ms property of this Agent. :type time_expire_agent_key_in_ms: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Agent. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this Agent. :type lifecycle_details: str :param plugin_list: The value to assign to the plugin_list property of this Agent. :type plugin_list: list[oci.cloud_bridge.models.PluginSummary] :param freeform_tags: The value to assign to the freeform_tags property of this Agent. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Agent. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Agent. :type system_tags: dict(str, dict(str, object)) �strZdatetimezlist[PluginSummary]zdict(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� agent_pub_key�time_expire_agent_key_in_ms�lifecycle_state�lifecycle_details�plugin_list� freeform_tags�defined_tags�system_tagsr ZdisplayNameZ compartmentIdZ agentTypeZagentVersionZ osVersionZtimeCreatedZtimeUpdatedZtimeLastSyncReceivedZheartBeatStatusZ environmentIdZagentPubKeyZtimeExpireAgentKeyInMsZlifecycleStateZlifecycleDetailsZ pluginListZfreeformTagsZdefinedTagsZ 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�_agent_pub_key�_time_expire_agent_key_in_ms�_lifecycle_state�_lifecycle_details�_plugin_list�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r8 �A/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/agent.py�__init__: sv Y��zAgent.__init__c C s | j S )z� **[Required]** Gets the id of this Agent. Unique identifier that is immutable on creation. :return: The id of this Agent. :rtype: str �r# �r6 r8 r8 r9 r � s zAgent.idc C s || _ dS )z� Sets the id of this Agent. Unique identifier that is immutable on creation. :param id: The id of this Agent. :type: str Nr; )r6 r r8 r8 r9 r � s c C s | j S )z� **[Required]** Gets the display_name of this Agent. Agent identifier, can be renamed. :return: The display_name of this Agent. :rtype: str �r$ r<