ManagementAgentPluginResource

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

Bases: object

Description of MgmtAgentPlugin required to create a splat resource for management-agent-plugin kind.

Methods

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

Attributes

compartment_id [Required] Gets the compartment_id of this ManagementAgentPluginResource.
id Gets the id of this ManagementAgentPluginResource.
name Gets the name of this ManagementAgentPluginResource.
__init__(**kwargs)

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

Parameters:
  • id (str) – The value to assign to the id property of this ManagementAgentPluginResource.
  • name (str) – The value to assign to the name property of this ManagementAgentPluginResource.
  • compartment_id (str) – The value to assign to the compartment_id property of this ManagementAgentPluginResource.
compartment_id

[Required] Gets the compartment_id of this ManagementAgentPluginResource. Compartment Identifier

Returns:The compartment_id of this ManagementAgentPluginResource.
Return type:str
id

Gets the id of this ManagementAgentPluginResource. Plugin Identifier

Returns:The id of this ManagementAgentPluginResource.
Return type:str
name

Gets the name of this ManagementAgentPluginResource. MgmtAgentPlugin Name

Returns:The name of this ManagementAgentPluginResource.
Return type:str