DeployPluginsDetails

class oci.management_agent.models.DeployPluginsDetails(**kwargs)

Bases: object

The information required to deploy new Management Agent Plugins.

Methods

__init__(**kwargs) Initializes a new DeployPluginsDetails object with values from keyword arguments.

Attributes

agent_compartment_id [Required] Gets the agent_compartment_id of this DeployPluginsDetails.
agent_ids [Required] Gets the agent_ids of this DeployPluginsDetails.
plugin_ids [Required] Gets the plugin_ids of this DeployPluginsDetails.
__init__(**kwargs)

Initializes a new DeployPluginsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • plugin_ids (list[str]) – The value to assign to the plugin_ids property of this DeployPluginsDetails.
  • agent_compartment_id (str) – The value to assign to the agent_compartment_id property of this DeployPluginsDetails.
  • agent_ids (list[str]) – The value to assign to the agent_ids property of this DeployPluginsDetails.
agent_compartment_id

[Required] Gets the agent_compartment_id of this DeployPluginsDetails. Management Agent Compartment Identifier

Returns:The agent_compartment_id of this DeployPluginsDetails.
Return type:str
agent_ids

[Required] Gets the agent_ids of this DeployPluginsDetails. List of Agent identifiers

Returns:The agent_ids of this DeployPluginsDetails.
Return type:list[str]
plugin_ids

[Required] Gets the plugin_ids of this DeployPluginsDetails. Plugin Id

Returns:The plugin_ids of this DeployPluginsDetails.
Return type:list[str]