AgentConfigOverrides

class oci.apm_config.models.AgentConfigOverrides(**kwargs)

Bases: object

Agent configuration overrides that should apply to a subset of the agents associated with an Agent Config object.

Methods

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

Attributes

override_list Gets the override_list of this AgentConfigOverrides.
__init__(**kwargs)

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

Parameters:override_list (list[oci.apm_config.models.AgentConfigOverride]) – The value to assign to the override_list property of this AgentConfigOverrides.
override_list

Gets the override_list of this AgentConfigOverrides.

Returns:The override_list of this AgentConfigOverrides.
Return type:list[oci.apm_config.models.AgentConfigOverride]