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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�DeployPluginsDetailszJ The information required to deploy new Management Agent Plugins. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DeployPluginsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param plugin_ids: The value to assign to the plugin_ids property of this DeployPluginsDetails. :type plugin_ids: list[str] :param agent_compartment_id: The value to assign to the agent_compartment_id property of this DeployPluginsDetails. :type agent_compartment_id: str :param agent_ids: The value to assign to the agent_ids property of this DeployPluginsDetails. :type agent_ids: list[str] z list[str]�str)� plugin_ids�agent_compartment_id� agent_idsZ pluginIdsZagentCompartmentIdZagentIdsN)Z swagger_typesZ attribute_map�_plugin_ids�_agent_compartment_id� _agent_ids)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/management_agent/models/deploy_plugins_details.py�__init__ s ��zDeployPluginsDetails.__init__c C s | j S )z� **[Required]** Gets the plugin_ids of this DeployPluginsDetails. Plugin Id :return: The plugin_ids of this DeployPluginsDetails. :rtype: list[str] �r �r r r r r 4 s zDeployPluginsDetails.plugin_idsc C s || _ dS )z� Sets the plugin_ids of this DeployPluginsDetails. Plugin Id :param plugin_ids: The plugin_ids of this DeployPluginsDetails. :type: list[str] Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the agent_compartment_id of this DeployPluginsDetails. Management Agent Compartment Identifier :return: The agent_compartment_id of this DeployPluginsDetails. :rtype: str �r r r r r r L s z)DeployPluginsDetails.agent_compartment_idc C s || _ dS )z� Sets the agent_compartment_id of this DeployPluginsDetails. Management Agent Compartment Identifier :param agent_compartment_id: The agent_compartment_id of this DeployPluginsDetails. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the agent_ids of this DeployPluginsDetails. List of Agent identifiers :return: The agent_ids of this DeployPluginsDetails. :rtype: list[str] �r r r r r r d s zDeployPluginsDetails.agent_idsc C s || _ dS )z� Sets the agent_ids of this DeployPluginsDetails. List of Agent identifiers :param agent_ids: The agent_ids of this DeployPluginsDetails. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zDeployPluginsDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zDeployPluginsDetails.__eq__c C s | |k S r r r r r r �__ne__� s zDeployPluginsDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"