ruạṛ
a O��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_ids� pluginIds�agentCompartmentId�agentIdsN)� swagger_types� attribute_map�_plugin_ids�_agent_compartment_id� _agent_ids)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >